PlaceFeature enum
Datos extra que se pueden pedir en una operación de Places.
Cada uno cuesta. No en unidades facturables aparte, pero sí en tamaño de respuesta y en tiempo. Pedirlos todos «por si acaso» en un autocompletado que se dispara con cada tecla es una decisión que se nota.
Values
- core → const PlaceFeature
-
Los campos base del lugar. En
suggesthay que pedirlo explícitamente para que la respuesta traiga posición y dirección.const PlaceFeature('Core') - contact → const PlaceFeature
-
Teléfonos, webs y correos.
const PlaceFeature('Contact') - timeZone → const PlaceFeature
-
La zona horaria del sitio.
const PlaceFeature('TimeZone') - access → const PlaceFeature
-
Los puntos de entrada.
const PlaceFeature('Access') - phonemes → const PlaceFeature
-
Cómo se pronuncia el nombre. Para lectura por voz en navegación.
const PlaceFeature('Phonemes') - secondaryAddresses → const PlaceFeature
-
El desglose del código postal.
const PlaceFeature('SecondaryAddresses') - intersections → const PlaceFeature
-
Direcciones alternativas del mismo sitio.
const PlaceFeature('Intersections')
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- index → int
-
A numeric identifier for the enumerated value.
no setterinherited
- name → String
-
Available on Enum, provided by the EnumName extension
The name of the enum value.no setter - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- wireName → String
-
El literal que viaja en el JSON.
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.
inherited
Constants
-
values
→ const List<
PlaceFeature> - A constant List of the values in this enum, in order of their declaration.