MapMarker3DModel constructor
- String geometryFilePath
Creates a new 3D model from path to .obj file.
geometryFilePathAbsolute path to obj file.
Implementation
factory MapMarker3DModel(String geometryFilePath) => $prototype.$init(geometryFilePath);
Creates a new 3D model from path to .obj file.
geometryFilePath Absolute path to obj file.factory MapMarker3DModel(String geometryFilePath) => $prototype.$init(geometryFilePath);