Skip to content

Olicek/GoogleMapAPI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

8dd9d32 · Jun 28, 2018

History

79 Commits
May 4, 2017
Mar 26, 2016
Jun 28, 2018
Feb 5, 2016
Apr 1, 2015
Jan 19, 2016
Jul 8, 2016
Apr 9, 2015
Mar 26, 2016
Dec 3, 2015
Jun 28, 2018
Jan 18, 2016

Repository files navigation

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