0.0.3 • Published 7 months ago

google-maps-markers-openblocks-plugin v0.0.3

Weekly downloads
-
License
MIT
Repository
-
Last release
7 months ago

Google Maps Plugin for OpenBlocks

This plugin package provides a UI component for OpenBlocks that renders Google Maps with markers.

The GoogleMaps component accepts the following options:

  • apiKey: Google Maps API Key.
  • hidden: Toggles component visibility
  • markers: An array of marker objects. Each marker object should have the following properties:
    • id: unique identifier for marker
    • latitude: marker latitude
    • longitude: marker longitude
    • text: marker tooltip text

Features

  • Supports custom markers
  • Supports clustering markers

Import NPM Plugin

Installation in OpenBlocks

Import NPM Plugin

Input the npm package's URL or name

https://www.npmjs.com/package/google-maps-markers-openblocks-plugin

# or

google-maps-markers-openblocks-plugin