Skip to content

Instantly share code, notes, and snippets.

@erwan
Last active August 29, 2015 14:07
Show Gist options
  • Save erwan/ffd5197f8b1f3c9b302c to your computer and use it in GitHub Desktop.
Save erwan/ffd5197f8b1f3c9b302c to your computer and use it in GitHub Desktop.
// "near" predicate for GeoPoint fragments
var near = "[[:d = geopoint.near(my.store.location, 48.8768767, 2.3338802, 10)]]";
// Accessing GeoPoint fragments
fragments.GeoPoint place = document.GetGeoPoint("article.location");
var coordinates = place.Latitude + "," + place.Longitude;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment