You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* 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.
177
+
*/
178
+
enableGeocoding?: boolean;
179
+
175
180
/**
176
181
* options related to the default native actionsheet picker which enables user to select which navigation app to launch if `app` is not specified.
177
182
*/
@@ -297,6 +302,8 @@ export class LaunchNavigator extends IonicNativePlugin {
0 commit comments