Data.Geo.GPX.BoundsType
Description
Complex Type: boundsType http://www.topografix.com/GPX/1/1/#type_boundsType
Documentation
data BoundsType Source
Arguments
| :: (LatitudeType, LongitudeType) | The minimum latitude and longitude. |
| -> (LatitudeType, LongitudeType) | The maximum latitude and longitude. |
| -> BoundsType |