[]
        
(Showing Draft Content)

C1.Web.Api.Visitor.Providers.GoogleMapLocationProvider.LocationFromLatlng

LocationFromLatlng Method

LocationFromLatlng(double, double)

Getting Geographical location based on latitude and longitude point.

Declaration
public GeoLocation LocationFromLatlng(double latitude, double longitude)
Parameters
Type Name Description
double latitude

latitude location

double longitude

longitude location

Returns
Type Description
GeoLocation

GeoLocation

Implements