Interface Model
Package world.mappable.mapkit.map
All Superinterfaces:
interface Model extends PlacemarkPresentation
describes model presentation of PlacemarkMapObject
Summary
Methods
|
Type and modifiers |
Method and Description |
|
getModelStyle() |
|
|
void |
setModelStyle(@NonNull ModelStyle modelStyle) |
|
void |
setData(@NonNull DataProviderWithId gltfDataProvider, |
Methods
getModelStyle
|
@NonNull |
The style properties (sclae, unitType, etc.) of the model placemark.
Note: The current style cannot be modified directly - you must reset it to apply changes.
setModelStyle
|
void setModelStyle(@NonNull ModelStyle modelStyle) |
setData
|
void setData(@NonNull DataProviderWithId gltfDataProvider, |
Sets gltf data provider.
The class maintains a strong reference to the object in the 'gltfDataProvider' parameter until it (the class) is invalidated.
|
Parameters |
|
|
|
Called when the model is loaded. |