Top "React-native-maps" questions

React Native Maps is a set of components developed by Airbnb to facilitate the rendering of map components using React Native framework on both Android and iOS.

Get current location, latitude and longitude in ReactNative using react-native-maps

I am developing a map location. When I click in some particular place I get the latitude and longitude, but …

react-native react-native-android react-native-maps
How to zoom in/out in react-native-map?

I am using react-native to build a map application. The api I am using is from this link: https://github.…

react-native react-native-maps
React native MapView: what is latitudeDelta longitudeDelta

In the example from react native mapview they have latitudeDelta and longitudeDelta. Is it equal to the height and width? …

react-native react-native-maps
How to get current location using react-native-maps

Im trying to render a map at the current user geolocation on android device, using react-native maps. Here is what …

android react-native geolocation react-native-maps
react native navigator.geolocation.getCurrentPosition not working

I am using a real android device (version 5.1) I am able to determine my position using react-native-maps (correct blue point …

android react-native geolocation navigator react-native-maps
React-Native-Maps: How to animate to coordinate?

I am using the following code with no success: //Inside of NativeBase Container <MapView.Animated ref="map" style = {styles.…

javascript google-maps react-native react-redux react-native-maps
react native maps marker custom image cannot change from default

I've spent about 5 hours trying to get this to work with many different permutations of code, and then rebuilding. I …

react-native google-maps-markers react-native-android react-native-maps
Android Emulator not showing Google Maps on Screen

I have been trying to follow this https://github.com/airbnb/react-native-maps tutorial I tried everything they said but getting …

android google-maps react-native android-emulator react-native-maps
A way to only link fonts react native

I am working with react native and I only want to link my fonts and nothing else. I am using …

react-native react-native-maps
React Native Maps: Markers image doesn't show using Custom Marker in react-native-maps

I'm using react-native-maps but I faced a problem that after a lot of googling without answer makes me ask it …

android google-maps react-native react-native-maps