Google Map Field

The Google Map Field module allows content creators and maintainers to add maps to content via the addition of a "Google Map Field" field type that can be added to content
types.

Using the Google Map Field, the user can drop a marker on a map, set the width, height and zoom factor of the map, and save the data for the map with the node.

Google Map Field

Google Map Field, https://www.drupal.org/project/google_map_field, helps content creators/maintainers add maps to content via the addition of a "Google Map Field" field type that can be added to content types.

Embed GetLocations Map using Views

Here is an example of how to embed a map into a block or page.
First ensure that you have the view that you want to embed enabled, set up and running. For instance if you wanted to embed the block in view "Getlocations Map Nearby" you could clone the block, naming it something like "block_embed" and then add the following php snippet to your page:

echo views_embed_view('getlocations_map_nearby', 'block_embed');

You will of course need to set the text format to "PHP Code".

Pages

Subscribe with RSS Subscribe to RSS - google maps