MapMarker3DModel.withTextureFilePath constructor - MapMarker3DModel - mapview library - Dart API
MapMarker3DModel.withTextureFilePath
MapMarker3DModel.withTextureFilePath constructor
- String geometryFilePath,
- String textureFilePath
Creates a new 3D model from path to .obj file and texture.
-
geometryFilePathAbsolute path to obj file. -
textureFilePathAbsolute path to texture file.
Implementation
factory MapMarker3DModel.withTextureFilePath(String geometryFilePath, String textureFilePath) => $prototype.withTextureFilePath(geometryFilePath, textureFilePath);