[ Whereis® API Home ] [ JSON API Home ] [ Object Index ] [ Geometry Types ]
Defines an image overlay. Opacity is controlled by the mapData style
Format
{
"bounds": <bounds>
"height": <int>,
"width": <int>,
"url": <string>
}
Parameters
Parameter | Type | Mandatory? | Description |
bounds | <bounds> | Y | Bounds for the image overlay. If image aspect does not match bounds, the image will be stretched to fit |
height | <int> | Y | Height of the original image |
| width | <int> | Y | Width of the original image |
| url | <string> | Y | Path to the image |
NOTES
If you need a circular shape defined by distance, see <oval>.