react-native-maps Questions

2

Solved

This is probably pretty simple, but without anyone anywhere online providing an actual example of how to do this, I just can't get it working. Here is my render() function, is this all I should ne...
Lowney asked 18/4, 2018 at 12:14

1

Solved

My app uses a react-navigation DrawerNavigator component to allow the user to navigate through various screens within the app. My react-native-maps MapView component is nested inside a screen acce...
Seniority asked 11/2, 2018 at 11:49

1

I am creating an app in React Native. Part of the app is a geofence represented by a polygon, and I want the user to be able to easily drag and resize the polygon with their finger. The Google Map...
Mogador asked 20/8, 2018 at 20:46

1

Solved

How to Set Min & Max Zoom level in React Native Maps <MapView ref={(ref) => this.mapView = ref} clustering={true} clusterTextColor='#fff' style={styles.map} region={this.props.coord...
Kelleher asked 11/7, 2018 at 10:28

3

I have successfully added an Airbnb map in react app. But when I am adding an Airbnb map view to existing android native application. I am getting always empty map with red border. I am using RN 0....
Lethe asked 18/1, 2017 at 9:56

0

Delete this question please, someone has helped me on another thread. I am trying to generate markers at certain times in my app so that it will show a blank map at launch, but then sometime later...
Dapple asked 28/4, 2018 at 3:28

0

Is there a way to limit the map to a specific area so that panning and zooming is contained inside that area and everything outside is locked away? I would like to limit what area the user can see ...
Unboned asked 19/4, 2018 at 14:12

1

I am using react-native-maps in my native projectI need the default zoom control button to zoom in and out How to enable zoom button/control in react-native-maps
Gantry asked 6/12, 2017 at 14:28

0

It seems that edgePadding does not do anything in the fitToCoordinates function. No matter which value I set, the result is always the same. I tried setting top, right, bottom left at 0, at 300, ch...
Eudora asked 21/12, 2017 at 15:2

1

Solved

In a react-native app usig react-native-maps, I'm trying to programmatically show the MapView.Callout of a specific MapView.Marker amongst many. I'm planning to use the showCallout-method, but have...
Darwindarwinian asked 13/11, 2017 at 14:55

1

I've been baffled by this recently, and I'm looking to dynamically update map marker images based on whether a map marker is selected/active or not (Each MapMarker has a category of which reference...
Emaciated asked 19/9, 2017 at 8:10

1

I have used airbnb/react-native-maps for designing a tracking based apps. I have designed a custom search box. But the problem is, the search box overlaps my location button. Is there any way to cu...
Disgust asked 10/9, 2017 at 11:24

0

I have a basic react native app that uses React Native Maps to display the location markers (whose latitude & longitude is pulled from my API). However, this app is using well over 200MB of mem...
Giffie asked 20/7, 2017 at 21:17

0

I need to delete the polyline I've drawn on the component when a user performs a new search. Right now I end up with 2+ routes all drawn on the same map instead of the new search displaying only th...

1

Solved

In React Native I am developing a sample application using react-native-maps. It's working fine, but I didn't find out: How can I show RouteMap from the current location to another address or Locat...
Botanize asked 21/5, 2017 at 7:17

3

Solved

I'm trying to create a simple app that loads a google map (using airbnb's react-native-maps library) and shows the user's current location. What I'm seeing is that the map always shows the default ...
Zacharia asked 9/3, 2017 at 3:48

1

I am using navigator.geolocation.watchPosition in my react native project to paint a path on a map while the user is moving. I noticed that the return frequency is quite low for this function. I ta...
Safire asked 1/1, 2017 at 11:19

© 2022 - 2024 — McMap. All rights reserved.