coletiv / flutter_google_maps_clusters

Companion project for Flutter Google Maps article

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Marker Clustering and Marker Network Image Icons on Flutter Google Maps

This example project serves as a companion to the Use Network Images as Marker Icons on Flutter Google Maps, How to Cluster Markers on Flutter using Google Maps and Customize Your Cluster Markers on Flutter Google Maps blog posts.

It shows how to get an image from an url and use it as a marker icon and how to cluster markers on Google Maps For Flutter.

Those features aren't yet supported by the official Google Maps package.

Follow these issues to get updates and add thumbs up to try to get more attention to them:

  • Allow markers to be made Flutter widgets: Issue
  • Support marker clustering: Issue

Also, don't forget to check the Flutter Cache Manager and Fluster packages that were used to make this project possible.

Getting Started

1 - Get started with Flutter by following this link.

2 - Obtain the Google Maps Api key here and add it here and here.

3 - Run project and see the custom marker icons and cluster working with Google Maps.

About

Companion project for Flutter Google Maps article


Languages

Language:Dart 85.7%Language:Ruby 9.6%Language:Swift 3.4%Language:Kotlin 1.0%Language:Objective-C 0.3%