Shapes

com.sksamuel.elastic4s.requests.searches.queries.geo.Shapes$
object Shapes

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Shapes.type

Members list

Type members

Classlikes

case class Circle(point: GeoPoint, distance: (Double, DistanceUnit))

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class Polygon(points: Seq[GeoPoint], holes: Option[Seq[Seq[GeoPoint]]])

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all