[][src]Module google_maps::bounds

Contains the Bounds struct and its associated traits. Bounds is used to specify a selection or bounding box over a geographic area using two latitude/longitude pairs.

Structs

Bounds

Contains the recommended viewport for displaying the returned result, specified as two latitude/longitude values defining the southwest and northeast corner of the viewport bounding box. Generally the viewport is used to frame a result when displaying it to a user.