LocationContext class

Encapsulates location-related properties in a related TelemetryContext.

Properties

city String?
The location city to attach to telemetry items.
getter/setter pair
country String?
The location country to attach to telemetry items.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
ip String?
The location IP address to attach to telemetry items.
getter/setter pair
province String?
The location province to attach to telemetry items.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

clear() → void
Remove location properties from the associated TelemetryContext.properties.
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