Appearance
Type Alias: CustomOptions
ts
type CustomOptions = {
actionType?: ActionTypes;
buildingId?: number;
customZoom?: number;
};Properties
| Property | Type | Description |
|---|---|---|
actionType? | ActionTypes | Parameter allows to dictate whether their selected entity on the map should function as a starting point for navigation or as a destination. |
buildingId? | number | For property level entities buildingId can be set as -1 |
customZoom? | number | Preferably any number between 10 and 24. |