Created
March 3, 2016 05:01
-
-
Save codenameone/6470330d1a30d30760ed to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<GeocodeResponse> | |
<status>OK</status> | |
<result> <!-- (irrelevant content removed) --> | |
<address_component> | |
<long_name>London</long_name> | |
<short_name>London</short_name> | |
<type>locality</type> | |
<type>political</type> | |
</address_component> | |
<!-- (irrelevant content removed) --> | |
<address_component> | |
<long_name>Ontario</long_name> | |
<short_name>ON</short_name> | |
<type>administrative_area_level_1</type> | |
<type>political</type> | |
</address_component> | |
<address_component> | |
<long_name>Canada</long_name> | |
<short_name>CA</short_name> | |
<type>country</type> | |
<type>political</type> | |
</address_component> | |
</result> | |
</GeocodeResponse> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment