case class PointInPolygonResult(pointInPolygons: Option[Boolean], intersectingGeometries: Option[Seq[String]]) extends Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- PointInPolygonResult
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All