google_api_books v0.5.0 GoogleApi.Books.V1.Model.GeolayerdataGeo View Source
Attributes
- boundary (list(list(GoogleApi.Books.V1.Model.GeolayerdataGeoBoundary.t))): The boundary of the location as a set of loops containing pairs of latitude, longitude coordinates. Defaults to
nil
. - cachePolicy (String.t): The cache policy active for this data. EX: UNRESTRICTED, RESTRICTED, NEVER Defaults to
nil
. - countryCode (String.t): The country code of the location. Defaults to
nil
. - latitude (float()): The latitude of the location. Defaults to
nil
. - longitude (float()): The longitude of the location. Defaults to
nil
. - mapType (String.t): The type of map that should be used for this location. EX: HYBRID, ROADMAP, SATELLITE, TERRAIN Defaults to
nil
. - viewport (GoogleApi.Books.V1.Model.GeolayerdataGeoViewport.t): The viewport for showing this location. This is a latitude, longitude rectangle. Defaults to
nil
. - zoom (integer()): The Zoom level to use for the map. Zoom levels between 0 (the lowest zoom level, in which the entire world can be seen on one map) to 21+ (down to individual buildings). See: https://developers.google.com/maps/documentation/staticmaps/#Zoomlevels Defaults to
nil
.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this type
t()
View Source
t()
View Source
t() :: %GoogleApi.Books.V1.Model.GeolayerdataGeo{
boundary: [[GoogleApi.Books.V1.Model.GeolayerdataGeoBoundary.t()]],
cachePolicy: String.t(),
countryCode: String.t(),
latitude: float(),
longitude: float(),
mapType: String.t(),
viewport: GoogleApi.Books.V1.Model.GeolayerdataGeoViewport.t(),
zoom: integer()
}
t() :: %GoogleApi.Books.V1.Model.GeolayerdataGeo{ boundary: [[GoogleApi.Books.V1.Model.GeolayerdataGeoBoundary.t()]], cachePolicy: String.t(), countryCode: String.t(), latitude: float(), longitude: float(), mapType: String.t(), viewport: GoogleApi.Books.V1.Model.GeolayerdataGeoViewport.t(), zoom: integer() }
Link to this section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.