Packages

package geojson

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. case class Feature(geometry: Geometry, properties: Properties, id: Option[Either[Long, String]] = None) extends Product with Serializable

    A Feature of a FeatureCollection.

  2. case class FeatureCollection extends Product with Serializable

    The FeatureCollection is the entry point to create GeoJSON representations.

  3. case class HereProperties(entries: ListMap[String, Any] = ListMap.empty) extends RootProperties[HereProperties] with Product with Serializable

    Data inspector properties to customize the visual appearance of GeoJSON data.

    Data inspector properties to customize the visual appearance of GeoJSON data. See also Style GeoJSON Visualization

  4. case class MarkerSymbolImages(entries: ListMap[String, Any] = ListMap.empty) extends Entries[MarkerSymbolImages] with Product with Serializable

    For defining images that can be applied to "Point/MultiPoint" through the "marker-symbol" property.

    For defining images that can be applied to "Point/MultiPoint" through the "marker-symbol" property.

    See also Style GeoJSON Visualization

  5. trait Properties extends AnyRef

    Metadata for a geometric feature.

    Metadata for a geometric feature.

    See Style GeoJSON Visualization for some of the available properties.

  6. case class SimpleStyleProperties(entries: ListMap[String, Any] = ListMap.empty) extends RootProperties[SimpleStyleProperties] with Product with Serializable

    Simple styles to customize how map features are displayed.

    Simple styles to customize how map features are displayed.

    See also Style GeoJSON Visualization

Value Members

  1. object Feature extends Serializable
  2. object FeatureCollection extends Serializable
  3. object HereProperties extends Serializable
  4. object Properties

Ungrouped