VKWebAppGetGeodataResult class abstract

Properties

available bool
Information about whether location data is available. If succeVKWebAppGetGeodataResultBuilderssful, it takes the value true. If the user refused to enable access to the location in the device settings, the available field contains false, while the rest of the fields are not returned
no setter
hashCode int
The hash code for this object.
no setterinherited
lat double
Latitude value in degrees (from -90 to 90).
no setter
long double
Longitude value in degrees (from -180 to 180).
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
rebuild(dynamic updates(VKWebAppGetGeodataResultBuilder)) VKWebAppGetGeodataResult
Rebuilds the instance.
inherited
toBuilder() VKWebAppGetGeodataResultBuilder
Converts the instance to a builder B.
inherited
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

serializer → Serializer<VKWebAppGetGeodataResult>
VKWebAppGetGeodataResult serializer
no setter