May 2022
Intermediate to advanced
606 pages
11h
English
In this chapter, you'll learn about the geolocation and mapping capabilities of React Native. You'll start the learning process with how to use the geolocation API, and then you'll move on to using the MapView component to plot points of interest and regions. To do this, we'll use the react-native-maps package to implement maps.
The goal of this chapter is to go over what's available in React Native for geolocation and in React Native Maps for maps.
Here's a list of the topics that we'll cover in this chapter:
You can find the code file for this chapter on GitHub at https://github.com/PacktPublishing/React-and-React-Native-4th-Edition/tree/main/Chapter21 ...
Read now
Unlock full access