Skip to content

Commit 6b18c3d

Browse files
capc0danielsogl
andauthored
fix(launch-navigator): enableGeolocation and enableGeocoding typings (#3584)
based of https://github.com/dpa99c/phonegap-launch-navigator/blob/master/uk.co.workingedge.phonegap.plugin.launchnavigator.d.ts Co-authored-by: Daniel Sogl <[email protected]>
1 parent bd8fbb3 commit 6b18c3d

File tree

1 file changed

+2
-2
lines changed
  • src/@ionic-native/plugins/launch-navigator

1 file changed

+2
-2
lines changed

src/@ionic-native/plugins/launch-navigator/index.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -168,12 +168,12 @@ export interface LaunchNavigatorOptions {
168168
launchModeAppleMaps?: string;
169169

170170
/**
171-
* 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.
171+
* (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.
172172
*/
173173
enableGeolocation?: boolean;
174174

175175
/**
176-
* 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.
176+
* (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.
177177
*/
178178
enableGeocoding?: boolean;
179179

0 commit comments

Comments
 (0)