GeolocateControlOptions class

Constructors

GeolocateControlOptions({required PositionOptions positionOptions, dynamic fitBoundsOptions, bool? trackUserLocation, bool? showAccuracyCircle, bool? showUserLocation})
factory
GeolocateControlOptions.fromJsObject(GeolocateControlOptionsJsImpl jsObject)
Creates a new MapOptions from a jsObject.

Properties

fitBoundsOptions → dynamic
no setter
hashCode → int
The hash code for this object.
no setterinherited
jsObject → GeolocateControlOptionsJsImpl
JS object.
finalinherited
positionOptions → PositionOptions
no setter
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
showAccuracyCircle → bool
no setter
showUserLocation → bool
no setter
trackUserLocation → bool
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() → String
A string representation of this object.
inherited

Operators

operator ==(Object other) → bool
The equality operator.
inherited