Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 787 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 787 Bytes

Google Map API Packagist Build Status

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 client-side/googleMapAPI.js to your page.

Documentation