Last updated:
0 purchases
google maps flutter floating marker titles
Flutter Map Floating Map Marker Titles #
Floating Map Marker Titles for google_maps_flutter, using the core library of the Flutter Floating Map Marker Titles project.
Code example #
GoogleMapWithFMTO(
floatingTitles,
fmtoOptions: fmtoOptions,
// ... other than the 2 above option, this widget takes
// exactly the same props as the GoogleMap widget.
initialCameraPosition: CameraPosition(
target: LatLng(0, 0),
zoom: 13,
),
)
copied to clipboard
See the how-to section of the main project for more details.
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.