Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 1.28 KB

README.md

File metadata and controls

32 lines (21 loc) · 1.28 KB

Google Map API

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