google_maps_flutter_floating_marker_titles 1.0.0 copy "google_maps_flutter_floating_marker_titles: ^1.0.0" to clipboard
google_maps_flutter_floating_marker_titles: ^1.0.0 copied to clipboard

Floating Map Marker Titles for google_maps_flutter

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,
  ),
),

See the how-to section of the main project for more details.