Skip to content

Commit

Permalink
fix(launch-navigator): enableGeolocation and enableGeocoding typings (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
capc0 and danielsogl authored Jan 23, 2021
1 parent bd8fbb3 commit 6b18c3d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/@ionic-native/plugins/launch-navigator/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -168,12 +168,12 @@ export interface LaunchNavigatorOptions {
launchModeAppleMaps?: string;

/**
* If true, and input location type(s) doesn't match those required by the app, use geocoding to obtain the address/coords as required. Defaults to true.
* (Windows only) If false, the plugin will NOT attempt to use the geolocation plugin to determine the current device position when the start location parameter is omitted. Defaults to true.
*/
enableGeolocation?: boolean;

/**
* If true, and input location type(s) doesn't match those required by the app, use geocoding to obtain the address/coords as required. Defaults to true.
* (Android and iOS only) If true, and input location type(s) doesn't match those required by the app, use geocoding to obtain the address/coords as required. Defaults to true.
*/
enableGeocoding?: boolean;

Expand Down

0 comments on commit 6b18c3d

Please sign in to comment.