Last active
August 29, 2015 14:07
-
-
Save erwan/ffd5197f8b1f3c9b302c to your computer and use it in GitHub Desktop.
This file contains 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
// "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