fromUrl

suspend fun fromUrl(url: Resource, options: GeoJsonPrimitiveConstructorOptions? = definedExternally): GeoJsonPrimitive(source)

Loads GeoJSON from a URL or Resource.

See also


suspend fun fromUrl(url: String, options: GeoJsonPrimitiveConstructorOptions? = definedExternally): GeoJsonPrimitive(source)