ComponentOne Maps for WPF and Silverlight
C1.Silverlight.Maps Namespace / LongLatFormat Enumeration

In This Topic
    LongLatFormat Enumeration
    In This Topic
    Defines different string representations of geographic coordinates.
    Syntax
    'Declaration
     
    
    Public Enum LongLatFormat 
       Inherits System.Enum
    public enum LongLatFormat : System.Enum 
    Members
    MemberDescription
    DegreesMinutesRepresents a geographic coordinate as pair of values in degrees, minutes and hemisphere. Example: 18°35.438'N 14°15.314'W
    DegreesMinutesSecondsRepresents a geographic coordinate as pair of values in degrees, minutes, seconds and hemisphere. Example: 18°35'20.07"N 14°15'48.77"W
    SignedDegreesRepresents a geographic coordinate as a comma separated pair of signed numbers.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Silverlight.Maps.LongLatFormat

    See Also