Adds geospatial member. @param longitude - longitude of object @param latitude - latitude of object @param member - object itself @return number of elements added to the sorted set, not including elements already existing for which the score was updated
(double longitude, double latitude, V member)
| 43 | * the score was updated |
| 44 | */ |
| 45 | long add(double longitude, double latitude, V member); |
| 46 | |
| 47 | /** |
| 48 | * Adds geospatial members. |
no outgoing calls