olicek/google-map-api

Tool for paste google map to the page with markers

Installs: 10 912

Dependents: 0

Suggesters: 0

Security: 0

Stars: 7

Watchers: 5

Forks: 12

Open Issues: 5

pkg:composer/olicek/google-map-api

v2.2 2016-03-26 15:16 UTC

This package is not auto-updated.

Last update: 2025-10-02 19:08:27 UTC


README

Latest stable Packagist Build Status Scrutinizer Code Quality Code Coverage

This component is stated for Nette framework and it simlifies working with a Google map.

Requirements

  • Nette Framework 2.1+

Installation

composer require olicek/google-map-api:dev-master

and now the component can be registered in extensions in a neon config

extensions:
    map: Oli\GoogleAPI\MapApiExtension

The last step is to link 2 files to your page.

client-side/googleMapAPI.js
client-side/googleMapApiLoader.js

Documentation