Skip to content
This repository was archived by the owner on Nov 8, 2023. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/location-monitor.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ export function watchLocation(successCallback: successCallbackType, errorCallbac
export function clearWatch(watchId: number): void;

/**
* Ask for permissions to use location services. The option `always` is application for iOS only. Read more: https://developer.apple.com/documentation/corelocation/cllocationmanager/1620551-requestalwaysauthorization.
Copy link
Contributor Author

@WilcoBreedt WilcoBreedt Jan 3, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not sure if the ` should stay here, changed it to single quotes for now.

* Ask for permissions to use location services. The option 'always' is applicable to iOS only. Read more: https://developer.apple.com/documentation/corelocation/cllocationmanager/1620551-requestalwaysauthorization.
* @param always iOS only. https://developer.apple.com/documentation/corelocation/cllocationmanager/1620551-requestalwaysauthorization
*/
export function enableLocationRequest(always?: boolean): Promise<void>;
Expand Down