Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 634 Bytes

File metadata and controls

17 lines (12 loc) · 634 Bytes

Location3dWithError

Location object that contains the latitude, longitude, and elevation

Properties

Name Type Required Description
lat float Yes
lng float Yes
circular_error_in_meters Optional[float] No
hae Optional[ElevationWithError] No
msl Optional[ElevationWithError] No
agl Optional[ElevationWithError] No

[Back to Model list] [Back to API list] [Back to README]