Back to Lowdefy

@lowdefy/blocks-google-maps

code-docs/plugins/blocks/google-maps.md

5.2.01.2 KB
Original Source

@lowdefy/blocks-google-maps

Google Maps JavaScript API integration for Lowdefy.

Block

BlockPurpose
GoogleMapsGoogle Maps display

Usage

yaml
- id: map
  type: GoogleMaps
  properties:
    apiKey:
      _secret: GOOGLE_MAPS_API_KEY
    center:
      lat: 40.7128
      lng: -74.0060
    zoom: 12
    markers:
      - position:
          lat: 40.7128
          lng: -74.0060
        title: New York

Properties

PropertyPurpose
apiKeyGoogle Maps API key
centerMap center coordinates
zoomZoom level (1-20)
markersArray of marker objects
mapTypeIdroadmap, satellite, hybrid, terrain
styleContainer style

Events

EventPayload
onMarkerClickClicked marker data
onMapClickClick coordinates