GeolocationResponse class

Inheritance

Constructors

GeolocationResponse(String status, String errorMessage, Location location, num accuracy)
GeolocationResponse.fromJson(Map json)
factory

Properties

accuracy num
final
errorMessage String
JSON error_message
finalinherited
hashCode int
The hash code for this object.
read-onlyinherited
hasNoResults bool
read-onlyinherited
isDenied bool
read-onlyinherited
isInvalid bool
read-onlyinherited
isNotFound bool
read-onlyinherited
isOkay bool
read-onlyinherited
isOverQueryLimit bool
read-onlyinherited
location Location
final
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited
status String
finalinherited
unknownError bool
read-onlyinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed.
inherited
toJson() Map<String, dynamic>
inherited
toString() String
A string representation of this object.
inherited

Operators

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