Download the PHP package surzhikov/static-map-url-generator without Composer
On this page you can find all versions of the php package surzhikov/static-map-url-generator. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download surzhikov/static-map-url-generator
More information about surzhikov/static-map-url-generator
Files in surzhikov/static-map-url-generator
Download surzhikov/static-map-url-generator
More information about surzhikov/static-map-url-generator
Files in surzhikov/static-map-url-generator
Vendor surzhikov
Package static-map-url-generator
Short Description Generate url of static map for maptiler.com
License MIT
Package static-map-url-generator
Short Description Generate url of static map for maptiler.com
License MIT
Please rate this library. Is it a good library?
Informations about the package static-map-url-generator
PHP static maps url generator
The package is used for static maps (images) URL generate.
For now, it works only with maptiler.com. I welcome your commits to add new providers (such as Openstreet maps, Mapbox, Google.Maps, Yandex.Maps, Bing.Maps, 2GIS, and others)
Quickstart
Add package to your project via Composer:
composer require surzhikov/static-map-url-generator
Centered map example:

Bounded map example

Auto-fit map with polylines / markers example

Marker params
- point – Point for marker [lng, lat].
- color – Color of polyline stroke. Example: 'rgba(0,0,255,0.2)' or urlencode('#EF00FF')
- anchor – Marker anchor (top, left, bottom, right, center, topleft, bottomleft, topright, bottomright), default - bottom
- icon – URL to a remote image (URL-encoded)
- scale – the scale of the image
Polyline params
- points – array of points, like [[lng, lat], [lng, lat], [lng, lat], [lng, lat]].
- strokeWidth – width of polyline stroke.
- strokeColor – color of polyline stroke. Example: 'rgba(0,0,255,0.2)' or urlencode('#EF00FF')
- fillColor - color of polyline fill.
- asEnc – ture/false – use Google Polyline encoding format (default: true).
All versions of static-map-url-generator with dependencies
PHP Build Version
Package Version
No informations.
The package surzhikov/static-map-url-generator contains the following files
Loading the files please wait ....