maps icon indicating copy to clipboard operation
maps copied to clipboard

Maps for Flutter developers. Supports Apple, Bing, and Google APIs.

Results 3 maps issues
Sort by recently updated
recently updated
newest added

Hey, So I am trying to use Apple Maps JS using this library, but I can't seem to figure out how to use the constructor for the AppleMapsRequestSigner.withPrivateKey API request...

Any plans for a Flutter integration of the Amazon Maps API? https://developer.amazon.com/docs/maps/get-started.html

`MapWidget( markers: [ MapMarker( geoPoint: GeoPoint(37.7749, -122.4194), ) ], zoomControlsEnabled: false, zoomGesturesEnabled: false, userLocationButtonEnabled: false, userLocationEnabled: false, location: MapLocation( geoPoint: GeoPoint(37.7749, -122.4194), zoom: 10, ), )` Hey! I was disabled...