| CoordinateType Enumeration |
Utility class to convert GPS data to different formats.
Namespace: Flir.Atlas.Image.HelpersAssembly: Flir.Atlas.Image (in Flir.Atlas.Image.dll) Version: 3.1
Syntax public enum CoordinateType
Members
| Member name | Value | Description |
---|
| Longitude | 0 |
Longitude.
|
| Latitude | 1 |
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