platform_maps_flutter
platform_maps_flutter copied to clipboard
A Flutter package to provide the native maps to Android/iOS
Hello, I have added a feature to add pins on tap of map. Pin also displays info window when tap is performed on pin. When I tap on pin to...
This component keeps crashing my app all the time on Android. On IOS it is crash-free. My app uses bottom navigation bar. When navigating by it, going back and forward...
**Describe the bug** On apple maps, `onDragEnd` is not fired. I tried `consumeTapEvents` true and false, no change. **To Reproduce** ``` Marker( markerId: MarkerId('marker_${e.uuid}'), position: e.position.latLng, draggable: true, onDragEnd: _mapTap,...
*This PR adds support for the 'liteModeEnabled' & 'mapToolbarEnabled' properties of Google Maps and the 'trackingMode' property of Apple Maps. These properties have already been supported by the underlying platform-specific...
This commit simply updates the apple_maps_flutter version so that the app can build on Flutter 2.10 or greater. This fix was implemented in [apple_maps_flutter release 1.0.2](https://github.com/LuisThein/apple_maps_flutter/releases/tag/v1.0.2). I'm unsure if the...
Opened 'zIndex' parameter for PaltformMap which supplies the param to `Annotations` and `Marker` objects of `appleMaps` and `googleMaps` respectively. Related issue #31
**Is your feature request related to a problem? Please describe.** I use polylines to circumscribe a region (defined by markers) and when a user click on a Polyline I want...
**Describe the bug** See https://github.com/LuisThein/apple_maps_flutter/issues/33 Hello, I just want to make sure if this project is still alive? If so, could you please update to the newer version of apple_maps_flutter?...
Hello! I'm building an app with a real-time location widget that shows the current location of the user on a map. How can I move the marker to the new...