setGltfModel abstract method

void setGltfModel(
  1. DataProviderWithId model,
  2. ModelStyle modelStyle
)

The class maintains a strong reference to the object in the 'model' parameter until it (the class) is invalidated.

Implementation

void setGltfModel(runtime_data_provider_with_id.DataProviderWithId model,
    mapkit_map_model_style.ModelStyle modelStyle);