mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
Updated TypeScript definitions.
Added features in the API Reference MD.
This commit is contained in:
2
location/location.d.ts
vendored
2
location/location.d.ts
vendored
@@ -171,5 +171,5 @@ declare module "location" {
|
||||
* However if you specify maximumAge and the location received is older it won't be received.
|
||||
* @param options An optional object specifying location update settings.
|
||||
*/
|
||||
var getLocation: (options?: Options) => promises.Promise<Location>;
|
||||
function getLocation(options?: Options): promises.Promise<Location>;
|
||||
}
|
||||
Reference in New Issue
Block a user