Package | Description |
---|---|
org.cesiumjs.cs.datasources |
Modifier and Type | Method and Description |
---|---|
static Promise<GeoJsonDataSource,String> |
GeoJsonDataSource.load(JsObject data,
GeoJsonDataSourceOptions options)
Creates a Promise to a new instance loaded with the provided GeoJSON or TopoJSON data.
|
static Promise<GeoJsonDataSource,String> |
GeoJsonDataSource.load(String data,
GeoJsonDataSourceOptions options)
Creates a Promise to a new instance loaded with the provided GeoJSON or TopoJSON data.
|
Copyright © 2019. All rights reserved.