gplcart/gmap

Allows to display Google Maps

Maintainers

Details

github.com/gplcart/gmap

Source

Issues

Installs: 1

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 0

Open Issues: 0

Type:gplcart-module

dev-master 2018-03-10 12:14 UTC

This package is not auto-updated.

Last update: 2024-04-13 23:19:56 UTC


README

Build Status Scrutinizer Code Quality

Google Map is a simple GPL Cart module that offers convenient method to display Google Maps on your site. All you need is just add to your map container data-map attribute with the map settings:

<div data-map='{"center": {"lat": -34.397, "lng": 150.644},"zoom": 8}'>
...
</div>

Installation

  1. Download and extract to system/modules manually or using composer composer require gplcart/gmap. IMPORTANT: If you downloaded the module manually, be sure that the name of extracted module folder doesn't contain a branch/version suffix, e.g -master. Rename if needed.
  2. Go to admin/module/list end enable the module
  3. Set your API key on admin/module/settings/gmap