GeoInfoPlatform class abstract
- Inheritance
-
- Object
- PlatformInterface
- GeoInfoPlatform
- Implementers
Constructors
- GeoInfoPlatform()
- Constructs a GeoInfoPlatform.
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
activateLocation(
) → Future< String?> -
getCurrencyCode(
) → Future< String?> -
return:
USD -
getCurrencySymbol(
) → Future< String?> -
Return:
$ -
getDialingCode(
) → Future< String?> -
return:
55 -
getFriendlyName(
) → Future< String?> -
getGeoDeviceWinrt(
) → Future< String?> -
getId(
) → Future< String?> - DEPRECATED - For compatibility, please avoid
-
getInfoTimezone(
) → Future< String?> -
getIosUnNumber(
) → Future< String?> -
getISO2(
) → Future< String?> -
getISO3(
) → Future< String?> -
getLatitude(
) → Future< String?> -
getLCID(
) → Future< String?> - DEPRECATED Not used by name API
-
getLocaleName(
) → Future< String?> -
getLongitude(
) → Future< String?> -
getName(
) → Future< String?> -
getNation(
) → Future< String?> - DEPRECATED Not used by name API
-
getOfficialLanguages(
) → Future< String?> - Not implemented
-
getOfficialName(
) → Future< String?> -
getParent(
) → Future< String?> -
getRFC1766(
) → Future< String?> - DEPRECATED and misleading, not used by name API
-
getTimezone(
) → Future< String?> - Not implemented
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
permissionGeoWinrt(
) → Future< String?> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
- instance ↔ GeoInfoPlatform
-
The default instance of GeoInfoPlatform to use.
getter/setter pair