Skip to content

Instantly share code, notes, and snippets.

@mattjanssen
Last active August 29, 2015 14:07
Show Gist options
  • Save mattjanssen/43a92fa749679021a56f to your computer and use it in GitHub Desktop.
Save mattjanssen/43a92fa749679021a56f to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="utf-8"?>
<GeocodeFeed xmlns="http://schemas.microsoft.com/search/local/2010/5/geocode" Version="2.0">
<GeocodeEntity Id="001" xmlns="http://schemas.microsoft.com/search/local/2010/5/geocode">
<GeocodeRequest Culture="en-US" IncludeNeighborhood="1">
<Address AddressLine="1 Microsoft Way" AdminDistrict="WA" Locality="Redmond" PostalCode="98052" />
</GeocodeRequest>
</GeocodeEntity>
<GeocodeEntity Id="002" xmlns="http://schemas.microsoft.com/search/local/2010/5/geocode">
<GeocodeRequest IncludeNeighborhood="1" MaxResults="2" Query="Kings Road">
<ConfidenceFilter MinimumConfidence="Medium"/>
</GeocodeRequest>
</GeocodeEntity>
<GeocodeEntity Id="003" xmlns="http://schemas.microsoft.com/search/local/2010/5/geocode">
<GeocodeRequest Culture="en-US" Query="Seattle Space Needle" IncludeNeighborhood="1" IncludeQueryParse="true" MaxResults="5" >
</GeocodeRequest>
</GeocodeEntity>
<GeocodeEntity Id="004" xmlns="http://schemas.microsoft.com/search/local/2010/5/geocode">
<GeocodeRequest Culture="en-US" Query="">
<Address AddressLine="" AdminDistrict="" />
</GeocodeRequest>
</GeocodeEntity>
<GeocodeEntity Id="005" xmlns="http://schemas.microsoft.com/search/local/2010/5/geocode">
<ReverseGeocodeRequest Culture="en-US" IncludeNeighborhood="1" MaxResults="5" IncludeEntityTypes="Neighborhood">
<Location Longitude="-122.11871" Latitude="47.673099"/>
<ConfidenceFilter MinimumConfidence="High"/>
</ReverseGeocodeRequest>
</GeocodeEntity>
<GeocodeEntity Id="006" xmlns="http://schemas.microsoft.com/search/local/2010/5/geocode" >
<ReverseGeocodeRequest Culture="en-ca">
<Location Longitude="-113.403092450204" Latitude="53.4802172766598"/>
</ReverseGeocodeRequest>
</GeocodeEntity>
<GeocodeEntity Id="007" xmlns="http://schemas.microsoft.com/search/local/2010/5/geocode" >
<ReverseGeocodeRequest IncludeNeighborhood="1" MaxResults="5" IncludeEntityTypes="Neighborhood,PopulatedPlace">
<Location Longitude="-122.12934" Latitude="47.64054"/>
</ReverseGeocodeRequest>
</GeocodeEntity>
</GeocodeFeed>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment