2017 © Pedro Peláez
 

library google-static-map

image

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

The README.md

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);

The Versions

29/10 2015

dev-master

9999999-dev

  Sources   Download

proprietary

The Development Requires

by Vitaly Lobchuk

29/10 2015

dev-develop

dev-develop

  Sources   Download

proprietary

The Development Requires

by Vitaly Lobchuk

29/10 2015

v0.1.4

0.1.4.0

  Sources   Download

proprietary

The Development Requires

by Vitaly Lobchuk

29/10 2015

v0.1.3

0.1.3.0

  Sources   Download

proprietary

The Development Requires

by Vitaly Lobchuk

29/10 2015

v0.1.2

0.1.2.0

  Sources   Download

proprietary

The Development Requires

by Vitaly Lobchuk

29/10 2015

v0.1.1

0.1.1.0

  Sources   Download

proprietary

The Development Requires

by Vitaly Lobchuk

28/10 2015

v0.1.0

0.1.0.0

  Sources   Download

proprietary

The Development Requires

by Vitaly Lobchuk

28/10 2015

dev-release/0.1.0

dev-release/0.1.0

  Sources   Download

proprietary

The Development Requires

by Vitaly Lobchuk