IsSensor Property

GoogleMap Control Artem.Google

GoogleMap Control IsSensor Property
NamespacesArtem.Google.UIGoogleMapIsSensor
GoogleMap Control v6.0
Use of the Google Maps API requires that you indicate whether your application is using a sensor (such as a GPS locator) to determine the user's location. This is especially important for mobile devices. Applications must pass a required sensor parameter to the Maps API javascript code, indicating whether or not your application is using a sensor device.
Declaration Syntax
C# Visual Basic
public bool IsSensor { get; set; }
Public Property IsSensor As Boolean
	Get
	Set
Value
true if this instance is sensor; otherwise, false.

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