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

In This Topic
    Latitude Property (GeoLocationIPv4)
    In This Topic
    Latitude of the city where the IP address is located.
    Syntax
    'Declaration
     
    
    <ColumnAttribute("latitude")>
    Public Property Latitude As Double
    [Column("latitude")]
    public double Latitude {get; set;}
    See Also