Module gtfs_server::models::boundingbox[][src]

Bouding Box struct and implementation

Structs

BoundingBox

A Bouding Box is defined (as a parameter) as following:
p1_lat,p1_lng,p2_lat,p2_lng where pn_lat is the latitude of the n-th point and pn_lng is the longitude of the n-th point.