'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