google_maps_flutter_floating_marker_titles 1.1.0 copy "google_maps_flutter_floating_marker_titles: ^1.1.0" to clipboard
google_maps_flutter_floating_marker_titles: ^1.1.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,
  ),
)
copied to clipboard

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

1
likes
120
points
82
downloads

Publisher

verified publishermapmarker.app

Weekly Downloads

2024.07.08 - 2025.01.20

Floating Map Marker Titles for google_maps_flutter

Repository (GitHub)

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

flutter, flutter_floating_map_marker_titles_core, google_maps_flutter, latlong2

More

Packages that depend on google_maps_flutter_floating_marker_titles