OnTime Extension SDK Documentation
OnTime.Extensions.SDK Namespace / LocationBase Class / LatitudeLongitude Property



In This Topic
    LatitudeLongitude Property
    In This Topic
    The comma-delimited pair of geographic latitude/longitude coordinates that is assigned to this Location.
    Syntax
    'Declaration
     
    
    <DataMemberAttribute(False)>
    <DisplayNameAttribute("GPS Coordinates")>
    Public Property LatitudeLongitude As String
    'Usage
     
    
    Dim instance As LocationBase
    Dim value As String
     
    instance.LatitudeLongitude = value
     
    value = instance.LatitudeLongitude
    [DataMember(false)]
    [DisplayName("GPS Coordinates")]
    public string LatitudeLongitude {get; set;}
    [DataMember(false)]
    [DisplayName("GPS Coordinates")]
    public:
    property String^ LatitudeLongitude {
       String^ get();
       void set (    String^ value);
    }
    Remarks
    The maximum allowed length for this field is 100 characters.
    Example
    40.7549965381622,-73.9846124500036
    Requirements

    Target Platforms: Windows 7, Windows 8, Windows 8.1, Windows 10, Windows 11, Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2012, Windows Server 2012 R2, Windows Server 2016, Windows Server 2019, Windows Server 2022

    See Also