Web API Core | ComponentOne
C1.Web.Api.Visitor.Models Namespace / VisitorGeoInfo Class / Latitude Property

In This Topic
    Latitude Property (VisitorGeoInfo)
    In This Topic
    The collected Latitude from visitor client side
    Syntax
    'Declaration
     
    
    Public Property Latitude As Integer
    public int Latitude {get; set;}
    See Also