google_map_field
This module introduces a Google Map Field type, enabling content editors to seamlessly integrate maps into any fieldable entity.
Editors can pinpoint locations by dropping a marker and customizing the zoom level, with all data saved directly to the node.
By default, the interface provides standard controls - such as zoom, directional panning, and Map/Satellite toggles.
FEATURES:
- Support for search results pagination when configuring the marker
- Support of various google map api customisations: zoom, map type, width, height, enable/disable of controls and marker
- Support for defining InfoWindow markup.
- Support for traffic layer
- Support for custom markers
- Limited support for OpenLayers maps
PLEASE NOTE:
- Version 2.0 of this module no longer contains the WYSIWYG feature. This has been moved into new module wysiwyg_map. This new module has extra features and supports tokens generated by Google Map Field.
KNOWN ISSUES:
When setting a map marker, if you continuously pan the map left or right so that it wraps several times, the set marker may be inaccurate and not where you expect it to be. This is due to the fact that the Google Maps API does not restrict longitude values to between +180 and -180 degrees. As yet I have not found a reliable fix, but just setting the marker again, without wrapping the map should set the marker correctly.