EnableReverseGeocoding Property

GoogleMap Control Artem.Google

GoogleMap Control EnableReverseGeocoding Property
NamespacesArtem.Google.UIGoogleMapEnableReverseGeocoding
GoogleMap Control v6.0
Gets or sets a value indicating whether reverse geocoding (address lookup) is enabled. When the reverse geocoding is enabled the intial map center location is translated to a human-readable address, known as reverse geocoding. Once the location is translated to a human-readable address, its value is saved in the Address property of the GoogleMap Control and persisted during the postback.
Declaration Syntax
C# Visual Basic
public bool EnableReverseGeocoding { get; set; }
Public Property EnableReverseGeocoding As Boolean
	Get
	Set
Value
true if [enable reverse geocoding]; otherwise, false.

Assembly: Artem.Google (Module: Artem.Google) Version: 6.0.0.0 (6.0.11322.1118)