LocationSettings class

Shows a location puck on the map.

Constructors

LocationSettings(_LocationComponentSettingsInterface _api)

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

getSettings() Future<LocationComponentSettings>
Returns LocationComponentSettings allowing to show location indicator on the map, customize indicator's appearance and position.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
updateSettings(LocationComponentSettings settings) Future<void>
Assepts an instance of LocationComponentSettings allowing to apply location. indicator configuration changes.

Operators

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