circe
Object with implicit circe encoders and decoders. You can alternatively mixin GeoJsonEncoders and GeoJsonDecoders instead of importing.
Note: If you want to decode feature (collections), you need to parameterize them with a type that has a Decoder, one easy option in case you don't care
about them is Json itself.
- Source:
- circe.scala
Implicits
Inherited implicits
implicit def extendedFeatureCollectionDecoder[Properties : Decoder]: Decoder[FeatureCollection[Properties]]
- Inherited from:
- GeoJsonDecoders
- Source:
- circe.scala
implicit def extendedFeatureCollectionEncoder[Properties : Encoder]: Encoder[FeatureCollection[Properties]]
- Inherited from:
- GeoJsonEncoders
- Source:
- circe.scala