Skip to main content

DwellTimes

const DwellTimes: object

DwellTimes

Type declaration

getGlobalDwellTimes

getGlobalDwellTimes: Object

Gets the dwell times about a single place.

Param

DwellTimesOptions

Param

string Authentication token.

Param

string Place Id. Required.

Example

const dwellTimesPromise = TrimbleMaps.DwellTimes.getGlobalDwellTimes({
  token: 'eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9',
  placeId: '0xlM0l28x0LEiCiOPrHt-_WQ'
});
Last updated August 23, 2024.