rex_geocoding
Introduction
Converting between geographic coordinates and human-readable address.
Converting between geographic coordinates and human-readable address.
Convert human-readable address to geographic coordinates
Follows these steps to convert address to geographic coordinates
Follows these steps to convert address to geographic coordinates
- Wait rex_googlemap_api loaded completed ( "Condition:On loaded" of rex_googlemap_api )
- Call "Action:Convert address to LatLng" to start address converting
- "Condition:On completed" in "LatLng" category will be triggered while get result of geographic coordinates. Otherwise "Condition:On error" in "LatLng" category will be triggered.
- Get geographic coordinates by ( "Expression:LastLatitude" , "Expression:LastLongitude" )
Convert geographic coordinates to human-readable address
Follows these steps to convert geographic coordinates to address
Follows these steps to convert geographic coordinates to address
- Wait rex_googlemap_api loaded completed ( "Condition:On loaded" of rex_googlemap_api )
- Call "Action:Convert LatLng to address" to start latlng converting
- "Condition:On completed" in "Address" category will be triggered while get result of human-readable address. Otherwise "Condition:On error" in "Address" category will be triggered.
- Get full address by "Expression:LastFormattedAddress". Or get address components by these expressions -
- Expression:LastPostalCode
- Expression:LastCountry , Expression:LastCountryShort
- Expression:LastPolitical , Expression:LastPoliticalShort
- Expression:LastLocality , Expression:LastLocalityShort
- Expression:LastRoute , Expression:LastRouteShort
- Expression:LastStreetNumber