Plugin : Geocoding
Author:Rex.Rainbow
- Converting between geographic coordinates and human-readable address.
Download
Actions
Address
Action:Convert LatLng to address
- Request converting latitude-longitude to human-readable address.
- Latitude ( number ) : Latitude.
- Longitude ( number ) : Longitude.
LatLng
Action:Convert address to LatLng
- Request converting address to latitude-longitude.
- Address ( string ) : Address.
Expressions
Address
Expression:LastFormattedAddress
- Get formatted address returned by the last successful request. Add 1st parameter to get formatted address at the specific level.
Expression:SrcLatitude
- Get source latitude of last request.
Expression:SrcLongitude
- Get source longitude of last request.
Expression:LastAddressComponments
- Get address components returned by the last successful request as JSON. Add 2nd parameter to get a specific component by a string type, or a number index.
- Level ( number ) : Level of address.
Expression:LastAddressResults
- Get address results returned by the last successful request as JSON.
Expression:LastPostalCode
- Get postal code returned by the last successful request.
Expression:LastCountry
- Get country returned by the last successful request.
Expression:LastCountryShort
- Get country in short name returned by the last successful request.
Expression:LastPolitical
- Get political returned by the last successful request.
Expression:LastPoliticalShort
- Get political in short name returned by the last successful request.
Expression:LastLocality
- Get locality returned by the last successful request.
Expression:LastLocalityShort
- Get locality in short name returned by the last successful request.
Expression:LastRoute
- Get route returned by the last successful request.
Expression:LastRouteShort
- Get route in short name returned by the last successful request.
Expression:LastStreetNumber
- Get street number returned by the last successful request.
LatLng
Expression:LastLatitude
- Get latitude returned by the last successful request.
Expression:LastLongitude
- Get longitude returned by the last successful request.
Expression:SrcAddress
- Get source address of last request.
Expression:LastLatLngResults
- Get latlng results returned by the last successful request as JSON.
Conditions
Address
Condition:On completed
- Triggered when a request of address converting completes successfully.
Condition:On error
- Triggered when a request of address converting fails.
LatLng
Condition:On completed
- Triggered when a request of LatLng converting completes successfully.
Condition:On error
- Triggered when a request of LatLng converting fails.