Home > three-loader-3dtiles > Loader3DTiles > loadGeoJSON
Loads a tileset of 3D Tiles according to the given GeoJSONLoaderProps Could be overlayed on geograpical 3D Tiles using Runtime.overlayGeoJSON()
Signature:
static loadGeoJSON(props: GeoJSONLoaderProps): Promise<Object3D>;
Parameter | Type | Description |
---|---|---|
props | GeoJSONLoaderProps | Properties for this load call GeoJSONLoaderProps. |
Returns:
Promise<Object3D>
An object containing the 3D Model to be added to the scene