googlemap.rst 1.2 KB

123456789101112131415161718192021222324252627282930313233343536
  1. Google Map Block
  2. ================
  3. Allows the user to add a Google Map location and display the location on the map.
  4. Field Reference
  5. ---------------
  6. Fields and purposes:
  7. * **Search Query** - Address or search term used to find your location on the map.
  8. * **Map Title** - Map title for screen readers, ex: "Map to Simple Sweet Desserts"
  9. * **Google Place ID** - Place IDs uniquely identify a place in the Google Places database and on Google Maps
  10. * **Map Zoom Level** - Requires API key to use zoom. ex: 1: World, 5: Landmass/continent, 10: City, 15: Streets, 20: Buildings
  11. * **Advanced Settings** - Add custom CSS classes or a CSS ID to style the block with your custom CSS
  12. .. note::
  13. Google Place IDs and Zoom both require a Google API Key.
  14. Read more about `Google Maps API Keys <https://developers.google.com/maps/documentation/javascript/get-api-key>`_ .
  15. .. figure:: img/googlemap_settings.png
  16. :alt: Our Google Map settings for Public Square, Cleveland, OH
  17. Our Google Map settings for Public Square, Cleveland, OH
  18. .. figure:: img/googlemap_published.png
  19. :alt: A published Google Map
  20. A Google Map of the Public Square offices in Cleveland (where we're located!)