GeoLanguage enum
逆地理信息语言
Values
- DEFAULT → const GeoLanguage
-
默认,自动适配
- ZH → const GeoLanguage
-
汉语,无论在国内还是国外都返回英文
- EN → const GeoLanguage
-
英语,无论在国内还是国外都返回中文
Properties
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.