Skip to content

Commit

Permalink
Updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
klaftertief committed May 12, 2012
1 parent 24ef409 commit d2734ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.markdown
Expand Up @@ -47,9 +47,9 @@ The XML output of the field looks like this:

<location latitude="51.6614" longitude="-0.40042"/>

The first two attributes are the latitude/longitude of the marker on the map. The `<map>` element contains any information you need to rebuild the Google Map on the frontend of your website: its zoom level, centre-point and your API key.
The two attributes are the latitude/longitude of the location.

If you are filtering using the Map Location Field using a "within" filter then you will see an additional `<distance>` element:
If you are filtering using the Geocoding Field using a "within" filter then you will see an additional `<distance>` element:

<location latitude="51.6614" longitude="-0.40042">
<distance from="51.6245572,-0.4674079" distance="3.8" unit="miles" />
Expand Down

0 comments on commit d2734ce

Please sign in to comment.