ComponentOne Maps for UWP
C1.UWP.Maps Assembly / C1.Xaml.Maps Namespace / C1VectorPlacemark Class / GeoPoint Property

In This Topic
    GeoPoint Property
    In This Topic
    Gets or sets the element position in geographical coordinates where X=longitude and Y=latitude.
    Syntax
    'Declaration
     
    
    Public Property GeoPoint As Point
    public Point GeoPoint {get; set;}
    See Also