LocationParams class

Location parameters that can be configured in an ad request.

Constructors

LocationParams({required double accuracy, required double longitude, required double latitude, int? time})
Location parameters that can be configured in an ad request.
const

Properties

accuracy double
The accuracy in meters.
final
hashCode int
The hash code for this object.
no setterinherited
latitude double
The latitude in degrees.
final
longitude double
The longitude in degrees.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
time int?
The UTC time, in milliseconds since epoch (January 1, 1970).
final

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.
override