ReverseZoom enum

handle what type of address you want when you tap on map when you tap on the map and you set ReverseZoom.city then select the city where you tapped in

Inheritance

Constructors

ReverseZoom()
const

Values

country → const ReverseZoom

make user pick the country that contains the tapped location

state → const ReverseZoom

make user pick the state that contains the tapped location

county → const ReverseZoom

make user pick the county that contains the tapped location

city → const ReverseZoom

make user pick the city that contains the tapped location

suburb → const ReverseZoom

make user pick the suburb that contains the tapped location

majorStreets → const ReverseZoom

make user pick the majorStreets that contains the tapped location

majorAndMinorStreets → const ReverseZoom

make user pick the majorAndMinorStreets that contains the tapped location

building → const ReverseZoom

make user pick the building that contains the tapped location

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
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
toString() String
A string representation of this object.
inherited

Operators

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

Constants

values → const List<ReverseZoom>
A constant List of the values in this enum, in order of their declaration.