Skip to content

kadekjayak/google-static-map

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Google Map Static

Installation

composer require vlobchuk/google-static-map

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

About

Google Map Static Generator

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 100.0%