staticMap
This is a Google Static Map service field. It's only show a static map.
Please note, for this field you need internet access to http://maps.googleapis.com site & maybe Google Maps API key!
Special properties of field
Property | Default | Accepted values | Description |
| none |
| Settings to static map link. Read more info from options |
staticMapOptions
Property | Default | Accepted values | Description | |
|
|
| Name of latitude key in model | |
|
|
| Name of longitude key in model | |
|
|
| Zoom level of map | |
|
|
| X size of image | |
|
|
| Y size of image | |
| none |
| Scale affects the number of pixels that are returned | |
| none |
| Defines the format of the resulting image. By default, the Google Static Maps API creates PNG images. There are several possible formats including GIF, JPEG and PNG types. Which format you use depends on how you intend to present the image. JPEG typically provides greater compression, while GIF and PNG provide greater detail. | |
| none |
| Defines the type of map to construct. There are several possible maptype values, including | |
| none |
| Defines the language to use for display of labels on map tiles. | |
| none |
| Defines the appropriate borders to display, based on geo-political sensitivities. Accepts a region code specified as a two-character ccTLD ('top-level domain') value. | |
| none |
| Define one or more markers to attach to the image at specified locations. This parameter takes a single marker definition with parameters separated by the pipe character ( | ). |
| none |
| Defines a single path of two or more connected points to overlay on the image at specified locations. This parameter takes a string of point definitions separated by the pipe character ( | ). |
| none |
| Specifies one or more locations that should remain visible on the map, though no markers or other indicators will be displayed. Use this parameter to ensure that certain features or map locations are shown on the Google Static Maps API. | |
| none |
| Defines a custom style to alter the presentation of a specific feature (roads, parks, and other features) of the map. This parameter takes feature and element arguments identifying the features to style, and a set of style operations to apply to the selected features. | |
| none |
| Google Maps API key | |
| none |
| This is a digital signature used to verify that any site generating requests using your API key is authorized to do so. Note: If you enable billing, the digital signature is required. |
Usage
Show address on map by geolocation coords
Last updated