Web API Core | ComponentOne
C1.Web.Api.Visitor.Providers Namespace / Ip2LocationProvider Class / LocationFromLatlng Method
latitude location of the visitor
longitude location of the visitor

In This Topic
    LocationFromLatlng Method (Ip2LocationProvider)
    In This Topic
    Getting geographical localtion from latitude and longitude point.
    Syntax
    'Declaration
     
    
    Public Function LocationFromLatlng( _
       ByVal latitude As Double, _
       ByVal longitude As Double _
    ) As GeoLocation
    public GeoLocation LocationFromLatlng( 
       double latitude,
       double longitude
    )

    Parameters

    latitude
    latitude location of the visitor
    longitude
    longitude location of the visitor
    See Also