setModel abstract method
@brief Sets the 3D asset (OBJ source + texture ImageProvider). @param model Model provider @see ModelProvider "ModelProvider". @return true if the operation is successful, false otherwise.
Dart code snippet: @snippet location_window_map_objects_example.dart dart_ModelMapObject_setModel
Implementation
bool setModel(ModelProvider model);