Class RedisGeoCommands.GeoLocation<T>

java.lang.Object
org.springframework.data.redis.domain.geo.GeoLocation<T>
org.springframework.data.redis.connection.RedisGeoCommands.GeoLocation<T>
Type Parameters:
T -
Enclosing interface:
RedisGeoCommands

public static class RedisGeoCommands.GeoLocation<T> extends GeoLocation<T>
RedisGeoCommands.GeoLocation representing a Point associated with a name.
Since:
1.8
Author:
Christoph Strobl
  • Constructor Details

    • GeoLocation

      public GeoLocation(T name, Point point)
  • Method Details