google_api_books v0.12.0 GoogleApi.Books.V1.Model.GeolayerdataGeo View Source
Attributes
boundary
(type:list(list(GoogleApi.Books.V1.Model.GeolayerdataGeoBoundary.t))
, default:nil
) - The boundary of the location as a set of loops containing pairs of latitude, longitude coordinates.cachePolicy
(type:String.t
, default:nil
) - The cache policy active for this data. EX: UNRESTRICTED, RESTRICTED, NEVERcountryCode
(type:String.t
, default:nil
) - The country code of the location.latitude
(type:float()
, default:nil
) - The latitude of the location.longitude
(type:float()
, default:nil
) - The longitude of the location.mapType
(type:String.t
, default:nil
) - The type of map that should be used for this location. EX: HYBRID, ROADMAP, SATELLITE, TERRAINviewport
(type:GoogleApi.Books.V1.Model.GeolayerdataGeoViewport.t
, default:nil
) - The viewport for showing this location. This is a latitude, longitude rectangle.zoom
(type:integer()
, default:nil
) - 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
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 Sourcet() :: %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
Unwrap a decoded JSON object into its complex fields.