Sometimes, instead of (or as well as) showing a pin, we want to show some arbitrary text, e.g. a full label for a location. Add support for OverlayView objects.
Option for the Pin-type visualisations that tells the plugin to show the "info" column as an overlay near the pin rather than in a popup info window.
New "Overlay" visualisation that shows just the overlays (no pins).
Options to determine the horizontal and vertical orientation of the overlay relative to its location (left-top, left-middle, left-bottom, center-top, center, center-bottom, right-top, right-middle, right-bottom) and the offset (horizontal and vertical pixels).
API to add any arbitrary content at any location on the map.
Sometimes, instead of (or as well as) showing a pin, we want to show some arbitrary text, e.g. a full label for a location. Add support for OverlayView objects.
https://developers.google.com/maps/documentation/javascript/customoverlays https://developers.google.com/maps/documentation/javascript/reference/overlay-view#OverlayView
Option for the Pin-type visualisations that tells the plugin to show the "info" column as an overlay near the pin rather than in a popup info window.
New "Overlay" visualisation that shows just the overlays (no pins).
Options to determine the horizontal and vertical orientation of the overlay relative to its location (left-top, left-middle, left-bottom, center-top, center, center-bottom, right-top, right-middle, right-bottom) and the offset (horizontal and vertical pixels).
API to add any arbitrary content at any location on the map.
The content can be almost any text or html.