GeolayerdataGeo class

Constructors

GeolayerdataGeo({List<String>? boundary, String? cachePolicy, String? countryCode, double? latitude, double? longitude, String? mapType, GeolayerdataGeoViewport? viewport, int? zoom})
GeolayerdataGeo.fromJson(Map json_)

Properties

boundary List<String>?
The boundary of the location as a set of loops containing pairs of latitude, longitude coordinates.
getter/setter pair
cachePolicy String?
The cache policy active for this data.
getter/setter pair
countryCode String?
The country code of the location.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
latitude double?
The latitude of the location.
getter/setter pair
longitude double?
The longitude of the location.
getter/setter pair
mapType String?
The type of map that should be used for this location.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
viewport GeolayerdataGeoViewport?
The viewport for showing this location.
getter/setter pair
zoom int?
The Zoom level to use for the map.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited