jasin755/maps

Tool for paste google map to the page with markers

dev-master 2016-05-16 12:07 UTC

This package is not auto-updated.

Last update: 2024-05-19 06:15:16 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.

Documentation