Click or drag to resize
LatLon Class
Print this page
A latitude-longitude pair used to represent geographical locations.
Inheritance Hierarchy
SystemObject
  Telogis.APILatLon

Namespace: Telogis.API
  
  
Syntax
public class LatLon

The LatLon type exposes the following members.

Properties
  NameDescription
Public propertyLatitude
Public propertyLongitude
Top
Fields
  NameDescription
Public fieldLatitude
Latitude value, of the format degrees.degrees, eg 33.581353
Public fieldLongitude
Longitude value, of the format degrees.degress, eg -117.726979
Top
See Also