addStyleModel abstract method

Future<void> addStyleModel(
  1. String modelId,
  2. String modelUri
)

Adds a 3D model to the style for use as model-id in a model layer. If a model with the same id already exists, it is replaced.

Implementation

Future<void> addStyleModel(String modelId, String modelUri);