GeoCodingGoogleMaps(String, String, Double, Double) Method
Namespace: Centralpoint.WebAssembly: Centralpoint.Web (in Centralpoint.Web.dll) Version: 1.0.0.0 (1.0.0.0)
public static string GoogleMaps(
string apiKey,
string address,
out double latitude,
out double longitude
)
Public Shared Function GoogleMaps (
apiKey As String,
address As String,
<OutAttribute> ByRef latitude As Double,
<OutAttribute> ByRef longitude As Double
) As String
- apiKey String
-
- address String
-
- latitude Double
-
- longitude Double
-
String