library google-static-map
vlobchuk/google-static-map
- Thursday, October 29, 2015
- by vlobchuk
- Repository
- 1 Watchers
- 0 Stars
- 11,190 Installations
- PHP
- 1 Dependents
- 0 Suggesters
- 1 Forks
- 0 Open issues
- 8 Versions
- 6 % Grown
Google Map Static
Installation
composer require vlobchuk/google-static-map, (*1)
Here's an example:
$map = new StaticMap();
$map->setZoom(16);
$map->setType(StaticMap::T_SATELLITE);
$urlGenerator = new UrlGenerator();
$map->addMarker(new Marker(new Coordinate(59.9386300, 30.3141300), new MarkerStyle()));
$url = $urlGenerator->generate($map);
dev-master
9999999-dev
Sources
Download
proprietary
The Development Requires
by
Vitaly Lobchuk
dev-develop
dev-develop
Sources
Download
proprietary
The Development Requires
by
Vitaly Lobchuk
v0.1.4
0.1.4.0
Sources
Download
proprietary
The Development Requires
by
Vitaly Lobchuk
v0.1.3
0.1.3.0
Sources
Download
proprietary
The Development Requires
by
Vitaly Lobchuk
v0.1.2
0.1.2.0
Sources
Download
proprietary
The Development Requires
by
Vitaly Lobchuk
v0.1.1
0.1.1.0
Sources
Download
proprietary
The Development Requires
by
Vitaly Lobchuk
v0.1.0
0.1.0.0
Sources
Download
proprietary
The Development Requires
by
Vitaly Lobchuk
dev-release/0.1.0
dev-release/0.1.0
Sources
Download
proprietary
The Development Requires
by
Vitaly Lobchuk