Skip to main content

All Questions

Tagged with
0 votes
0 answers
24 views

Can I load basemap without center or set view in map initialization

I have the center coming from a different layer, however, that layer is loading slowly so initially you see a blank map container.so, I want the basemap to be visible. view.map = L.map('map_' + mapId, ...
Asm's user avatar
  • 1
0 votes
1 answer
48 views

Stacking Different View in React-Native Failed

I am attempting to implement a page in react-native with a Map component on the botton, and I am also trying to put a overlapping scroll view on top of the Map view without influencing the ...
totalnoob's user avatar
1 vote
1 answer
187 views

What goes in: viewRef: MapViewNativeComponentType when using React Native Maps in .current.fitToSuppliedMarkers

useEffect(() => { if(!origin || !destination) return; mapRef.current.fitToSuppliedMarkers(["origin", "destination"], { edgePadding: { top: 50, right: 50, bottom: 50, left: 50}...
Angel Osuna's user avatar
0 votes
1 answer
574 views

How to display Multiple markers in MapView With pincolor

I want to display on my map multiple markers for multiple latitude and longitude in MapView on React Native. I am getting the latitude and longitude by fetch Data from API. Now How Can I show In my ...
ASIF AKBER's user avatar
2 votes
0 answers
161 views

I get error message when I try to use animateToRegion

I tried to use code from this website: https://serveanswer.com/questions/react-native-maps-animatetoregion-does-not-work-with-region-or-initialregion Unfortunately I have an error message. Here is the ...
Michal96's user avatar