axovis/neos-googlemaps

Add googlemaps plugin to neos

Installs: 540

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 2

Forks: 1

Open Issues: 1

Language:HTML

Type:typo3-flow-plugin

2.0.3 2016-07-05 13:44 UTC

This package is not auto-updated.

Last update: 2024-04-23 01:55:45 UTC


README

alt text Latest Stable Version License

Easily add a google map anywhere to your website.

The following settings can be done in Neos Inspector:

  • Longitude
  • Latitude
  • Zoomlevel
  • Width & height
  • Add headline in info window
  • Add text to info window
  • Width & height for info window
  • Define if window should be draggable

Install

To install run on your console:

composer require axovis/neos-googlemaps

OR add to your composer.json

    "require": {
        [...]    
        "axovis/neos-googlemaps": "^2.0"
    },

and run composer update

Google Maps requires now an API key. You need a Browser Key which has to be added to your projects Configuration/Settings.yaml or Configuration/<Context>/Settings.yaml.

Follow this link for information about how to get the API key from Google Console