Web API Core | ComponentOne
C1.Web.Api.Visitor.Providers Namespace / GoogleMapLocationProvider Class / LocationFromLatlng Method
latitude location
longitude location

In This Topic
    LocationFromLatlng Method (GoogleMapLocationProvider)
    In This Topic
    Getting Geographical location based on 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
    longitude
    longitude location

    Return Value

    See Also