This component is stated for Nette framework and it simlifies working with a Google map.
- Nette Framework 2.1+
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.