Uses of Class
com.stackmob.sdk.util.GeoPoint

Packages that use GeoPoint
com.stackmob.sdk.api   
 

Uses of GeoPoint in com.stackmob.sdk.api
 

Methods in com.stackmob.sdk.api with parameters of type GeoPoint
 StackMobQuery StackMobQuery.fieldIsNear(String field, GeoPoint point)
          add a "NEAR" to your query for the given GeoPoint field.
 StackMobQuery StackMobQuery.fieldIsNearWithinKm(String field, GeoPoint point, Double maxDistanceKm)
          add a "NEAR" to your query for the given GeoPoint field.
 StackMobQuery StackMobQuery.fieldIsNearWithinMi(String field, GeoPoint point, Double maxDistanceMi)
          add a "NEAR" to your query for the given GeoPoint field.
 StackMobQuery StackMobQuery.fieldIsWithinBox(String field, GeoPoint lowerLeft, GeoPoint upperRight)
          add a "WITHIN" to your query for the given GeoPoint field.
 StackMobQuery StackMobQuery.fieldIsWithinRadiusInKm(String field, GeoPoint point, Double radiusInKm)
          add a "WITHIN" to your query for the given GeoPoint field.
 StackMobQuery StackMobQuery.fieldIsWithinRadiusInMi(String field, GeoPoint point, Double radiusInMi)
          add a "WITHIN" to your query for the given GeoPoint field.
 StackMobQueryWithField StackMobQueryWithField.isNear(GeoPoint point)
           
 StackMobQueryWithField StackMobQueryWithField.isNearWithinKm(GeoPoint point, Double maxDistanceKm)
           
 StackMobQueryWithField StackMobQueryWithField.isNearWithinMi(GeoPoint point, Double maxDistanceMi)
           
 StackMobQueryWithField StackMobQueryWithField.isWithinBox(GeoPoint lowerLeft, GeoPoint upperRight)
           
 StackMobQueryWithField StackMobQueryWithField.isWithinKm(GeoPoint point, Double radiusKm)
           
 StackMobQueryWithField StackMobQueryWithField.isWithinMi(GeoPoint point, Double radiusMi)
           
 



Copyright © 2012 StackMob. All Rights Reserved.