Skip to content
ts
import { getLocationServices } from '@trail-run/core/device/location-services';

Function: getLocationServices()

ts
function getLocationServices(): LocationServicesManager;

Defined in: src/device/location-services.ts:137

Get the singleton LocationServicesManager instance

Returns

LocationServicesManager

Released under the MIT License.