Skip to content

Type Alias: CustomOptions

ts
type CustomOptions = {
  actionType?: ActionTypes;
  buildingId?: number;
  customZoom?: number;
};

Properties

PropertyTypeDescription
actionType?ActionTypesParameter allows to dictate whether their selected entity on the map should function as a starting point for navigation or as a destination.
buildingId?numberFor property level entities buildingId can be set as -1
customZoom?numberPreferably any number between 10 and 24.