Uses of Class
com.stackmob.sdk.api.StackMobGeoPoint

Packages that use StackMobGeoPoint
com.stackmob.sdk.api Classes for communicating directly with StackMob. 
 

Uses of StackMobGeoPoint in com.stackmob.sdk.api
 

Methods in com.stackmob.sdk.api with parameters of type StackMobGeoPoint
 StackMobQuery StackMobQuery.fieldIsNear(String field, StackMobGeoPoint point)
          add a "NEAR" to your query for the given StackMobGeoPoint field.
 StackMobQuery StackMobQuery.fieldIsNearWithinKm(String field, StackMobGeoPoint point, Double maxDistanceKm)
          add a "NEAR" to your query for the given StackMobGeoPoint field.
 StackMobQuery StackMobQuery.fieldIsNearWithinMi(String field, StackMobGeoPoint point, Double maxDistanceMi)
          add a "NEAR" to your query for the given StackMobGeoPoint field.
 StackMobQuery StackMobQuery.fieldIsWithinBox(String field, StackMobGeoPoint lowerLeft, StackMobGeoPoint upperRight)
          add a "WITHIN" to your query for the given StackMobGeoPoint field.
 StackMobQuery StackMobQuery.fieldIsWithinRadiusInKm(String field, StackMobGeoPoint point, Double radiusInKm)
          add a "WITHIN" to your query for the given StackMobGeoPoint field.
 StackMobQuery StackMobQuery.fieldIsWithinRadiusInMi(String field, StackMobGeoPoint point, Double radiusInMi)
          add a "WITHIN" to your query for the given StackMobGeoPoint field.
 StackMobQueryField StackMobQueryField.isNear(StackMobGeoPoint point)
          add an constraint that this field, which should be a geopoint, is near to another point
 StackMobQueryField StackMobQueryField.isNearWithinKm(StackMobGeoPoint point, Double maxDistanceKm)
          add an constraint that this field, which should be a geopoint, is within a certain distance of another point
 StackMobQueryField StackMobQueryField.isNearWithinMi(StackMobGeoPoint point, Double maxDistanceMi)
          add an constraint that this field, which should be a geopoint, is within a certain distance of another point
 StackMobQueryField StackMobQueryField.isWithinBox(StackMobGeoPoint lowerLeft, StackMobGeoPoint upperRight)
          add an constraint that this field, which should be a geopoint, is within the box defined by two other points
 StackMobQueryField StackMobQueryField.isWithinKm(StackMobGeoPoint point, Double radiusKm)
          add an constraint that this field, which should be a geopoint, is within a certain distance of another point
 StackMobQueryField StackMobQueryField.isWithinMi(StackMobGeoPoint point, Double radiusMi)
          add an constraint that this field, which should be a geopoint, is within a certain distance of another point
 



Copyright © 2013 StackMob. All Rights Reserved.