Click or drag to resize
CoordinateType Enumeration
Utility class to convert GPS data to different formats.

Namespace: Flir.Atlas.Image.Helpers
Assembly: Flir.Atlas.Image (in Flir.Atlas.Image.dll) Version: 3.1
Syntax
C#
public enum CoordinateType
Members
  Member nameValueDescription
Longitude0 Longitude.
Latitude1 Latitude.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also