Packages

object GeoJson

An object whose methods parse string representations as GeoJson

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. GeoJson
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. def fromFile[T](path: String)(implicit arg0: Decoder[T]): T

    Parse a file's contents as Json

  2. def parse[T](json: String)(implicit arg0: Decoder[T]): T

    Parse a string as Json