K - key of map entryV - value of map entrypublic class GeoPredicate<K,V> extends Object implements com.hazelcast.query.Predicate<K,V>
| Constructor and Description |
|---|
GeoPredicate(String attribute,
org.springframework.data.geo.Point point,
org.springframework.data.geo.Distance distance)
Constructor accepts the name of the attribute which is of type Point.
|
public GeoPredicate(String attribute, org.springframework.data.geo.Point point, org.springframework.data.geo.Distance distance)
attribute - the name of the attribute in a object within Map which is of type Point.point - the source point from where the distance is calculated.distance - the Distance object with value and unit of distance.Copyright © 2011–2020 Pivotal Software, Inc.. All rights reserved.