DantSu\OpenStreetMapStaticAPI\Circle draw circle on the map.
- Full name:
\DantSu\OpenStreetMapStaticAPI\Circle - This class implements: \DantSu\OpenStreetMapStaticAPI\Interfaces\Draw
See Also:
- https://github.com/DantSu/php-osm-static-api - Github page of this project
Circle constructor.
| Parameter | Type | Description |
|---|---|---|
center |
\DantSu\OpenStreetMapStaticAPI\LatLng | Latitude and longitude of the circle center |
strokeColor |
string | Hexadecimal string color |
strokeWeight |
int | pixel weight of the line |
fillColor |
string | Hexadecimal string color |
Set a latitude and longitude to define the radius of the circle.
| Parameter | Type | Description |
|---|---|---|
edge |
\DantSu\OpenStreetMapStaticAPI\LatLng | Latitude and longitude of the edge point of a circle |
$this : Fluent interface
Set the radius of the circle in meters.
| Parameter | Type | Description |
|---|---|---|
radius |
float | radius of a circle in meters |
$this : Fluent interface
Draw the circle on the map image.
| Parameter | Type | Description |
|---|---|---|
image |
\DantSu\PHPImageEditor\Image | The map image (An instance of DantSu\PHPImageEditor\Image) |
mapData |
\DantSu\OpenStreetMapStaticAPI\MapData | Bounding box of the map |
$this : Fluent interface
- https://github.com/DantSu/php-image-editor - See more about DantSu\PHPImageEditor\Image
Automatically generated from source code comments on 2022-05-31 using phpDocumentor