$map_data
$map_data : array
Map data built for a request.
Static class for map rendering namespace
map_property(string $name, string $new_value) : string|null
Template tag to get a property of the map for the current request.
Current properties available: height and width for inline map styles.
string | $name | The name of the property to get. |
string | $new_value | Optional, sets the property if supplied. |
The property value or null if not found.