GeoLanguage enum

android ios 逆地理位置信息的语言

Inheritance

Constructors

GeoLanguage()
const

Values

none → const GeoLanguage

选择这种模式,会根据位置按照相应的语言返回逆地理信息,在国外按英语返回,在国内按中文返回

zh → const GeoLanguage

设置只中文后,无论在国外还是国内都为返回中文的逆地理信息

en → const GeoLanguage

设置英文后,无论在国外还是国内都为返回英文的逆地理信息

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<GeoLanguage>
A constant List of the values in this enum, in order of their declaration.