Click or drag to resize
BasicGoogleMapsGetGeoCoordinates Method
Returns coordinates according to location address from Google service.

Namespace: CMS.Controls
Assembly: CMS.Controls (in CMS.Controls.dll) Version: 9.0.0
Syntax
C#
public double[] GetGeoCoordinates(
	string location
)

Parameters

location
Type: SystemString
Location

Return Value

Type: Double
See Also