jasin755 / maps
Tool for paste google map to the page with markers
dev-master
2016-05-16 12:07 UTC
Requires
- php: >=5.4.0
Requires (Dev)
- nette/nette: >=2.1
- nette/tester: ~1.6
- squizlabs/php_codesniffer: 2.*
This package is not auto-updated.
Last update: 2024-11-03 08:20:51 UTC
README
This component is stated for Nette framework and it simlifies working with a Google map.
Requirements
- Nette Framework 2.1+
Installation
composer require jasin755/maps:dev-master
and now the component can be registered in extensions in a neon config
extensions:
map: Jashin\GoogleAPI\MapApiExtension
The last step is to link client-side/googleMapAPI.js
to your page.