flask-extensions / Flask-GoogleMaps

Easy way to add GoogleMaps to Flask applications. maintainer: @getcake
https://flask-googlemaps.com
MIT License
647 stars 196 forks source link

Add support for marker labels #130

Closed jackcarter closed 3 years ago

jackcarter commented 4 years ago

This PR adds support for "marker labels", which are short identifiers that appear on the default marker: https://developers.google.com/maps/documentation/javascript/examples/marker-labels

I updated the Readme with an example usage.