diff --git a/README.md b/README.md index bfc2d562..6e6bf724 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ For an overview of the existing features, please check the _Developer Guide_ for > For now, the _Navigate Edition_ is only available upon request. Please contact your HERE representative to receive access including a set of evaluation credentials. -## List of Available Example Apps (Version 4.16.3.0) +## List of Available Example Apps (Version 4.16.4.0) - **HelloMap**: Shows the classic 'Hello World'. - **HelloMapKotlin**: Shows the classic 'Hello World' using Kotlin language (Android only). diff --git a/examples/latest/README.md b/examples/latest/README.md index 305cb55c..ae5473fe 100644 --- a/examples/latest/README.md +++ b/examples/latest/README.md @@ -1,4 +1,4 @@ -This folder contains the HERE SDK examples apps for version: 4.16.3.0 +This folder contains the HERE SDK examples apps for version: 4.16.4.0 - HERE SDK for Android ([Lite Edition](lite/android/), [Explore Edition](explore/android/), [Navigate Edition](navigate/android/)) - HERE SDK for iOS ([Lite Edition](lite/ios/), [Explore Edition](explore/ios/), [Navigate Edition](navigate/ios/)) diff --git a/examples/latest/explore/flutter/camera_app/android/app/src/main/java/io/flutter/plugins/GeneratedPluginRegistrant.java b/examples/latest/explore/flutter/camera_app/android/app/src/main/java/io/flutter/plugins/GeneratedPluginRegistrant.java deleted file mode 100644 index 0801eba4..00000000 --- a/examples/latest/explore/flutter/camera_app/android/app/src/main/java/io/flutter/plugins/GeneratedPluginRegistrant.java +++ /dev/null @@ -1,24 +0,0 @@ -package io.flutter.plugins; - -import androidx.annotation.Keep; -import androidx.annotation.NonNull; -import io.flutter.Log; - -import io.flutter.embedding.engine.FlutterEngine; - -/** - * Generated file. Do not edit. - * This file is generated by the Flutter tool based on the - * plugins that support the Android platform. - */ -@Keep -public final class GeneratedPluginRegistrant { - private static final String TAG = "GeneratedPluginRegistrant"; - public static void registerWith(@NonNull FlutterEngine flutterEngine) { - try { - flutterEngine.getPlugins().add(new com.here.here_sdk.HereSdkPlugin()); - } catch(Exception e) { - Log.e(TAG, "Error registering plugin here_sdk, com.here.here_sdk.HereSdkPlugin", e); - } - } -} diff --git a/examples/latest/explore/flutter/camera_keyframe_tracks_app/android/app/src/main/java/io/flutter/plugins/GeneratedPluginRegistrant.java b/examples/latest/explore/flutter/camera_keyframe_tracks_app/android/app/src/main/java/io/flutter/plugins/GeneratedPluginRegistrant.java deleted file mode 100644 index 0801eba4..00000000 --- a/examples/latest/explore/flutter/camera_keyframe_tracks_app/android/app/src/main/java/io/flutter/plugins/GeneratedPluginRegistrant.java +++ /dev/null @@ -1,24 +0,0 @@ -package io.flutter.plugins; - -import androidx.annotation.Keep; -import androidx.annotation.NonNull; -import io.flutter.Log; - -import io.flutter.embedding.engine.FlutterEngine; - -/** - * Generated file. Do not edit. - * This file is generated by the Flutter tool based on the - * plugins that support the Android platform. - */ -@Keep -public final class GeneratedPluginRegistrant { - private static final String TAG = "GeneratedPluginRegistrant"; - public static void registerWith(@NonNull FlutterEngine flutterEngine) { - try { - flutterEngine.getPlugins().add(new com.here.here_sdk.HereSdkPlugin()); - } catch(Exception e) { - Log.e(TAG, "Error registering plugin here_sdk, com.here.here_sdk.HereSdkPlugin", e); - } - } -} diff --git a/examples/latest/explore/flutter/custom_map_styles_app/android/app/src/main/java/io/flutter/plugins/GeneratedPluginRegistrant.java b/examples/latest/explore/flutter/custom_map_styles_app/android/app/src/main/java/io/flutter/plugins/GeneratedPluginRegistrant.java deleted file mode 100644 index 0801eba4..00000000 --- a/examples/latest/explore/flutter/custom_map_styles_app/android/app/src/main/java/io/flutter/plugins/GeneratedPluginRegistrant.java +++ /dev/null @@ -1,24 +0,0 @@ -package io.flutter.plugins; - -import androidx.annotation.Keep; -import androidx.annotation.NonNull; -import io.flutter.Log; - -import io.flutter.embedding.engine.FlutterEngine; - -/** - * Generated file. Do not edit. - * This file is generated by the Flutter tool based on the - * plugins that support the Android platform. - */ -@Keep -public final class GeneratedPluginRegistrant { - private static final String TAG = "GeneratedPluginRegistrant"; - public static void registerWith(@NonNull FlutterEngine flutterEngine) { - try { - flutterEngine.getPlugins().add(new com.here.here_sdk.HereSdkPlugin()); - } catch(Exception e) { - Log.e(TAG, "Error registering plugin here_sdk, com.here.here_sdk.HereSdkPlugin", e); - } - } -} diff --git a/examples/latest/explore/flutter/custom_raster_layers_app/android/app/src/main/java/io/flutter/plugins/GeneratedPluginRegistrant.java b/examples/latest/explore/flutter/custom_raster_layers_app/android/app/src/main/java/io/flutter/plugins/GeneratedPluginRegistrant.java deleted file mode 100644 index 0801eba4..00000000 --- a/examples/latest/explore/flutter/custom_raster_layers_app/android/app/src/main/java/io/flutter/plugins/GeneratedPluginRegistrant.java +++ /dev/null @@ -1,24 +0,0 @@ -package io.flutter.plugins; - -import androidx.annotation.Keep; -import androidx.annotation.NonNull; -import io.flutter.Log; - -import io.flutter.embedding.engine.FlutterEngine; - -/** - * Generated file. Do not edit. - * This file is generated by the Flutter tool based on the - * plugins that support the Android platform. - */ -@Keep -public final class GeneratedPluginRegistrant { - private static final String TAG = "GeneratedPluginRegistrant"; - public static void registerWith(@NonNull FlutterEngine flutterEngine) { - try { - flutterEngine.getPlugins().add(new com.here.here_sdk.HereSdkPlugin()); - } catch(Exception e) { - Log.e(TAG, "Error registering plugin here_sdk, com.here.here_sdk.HereSdkPlugin", e); - } - } -} diff --git a/examples/latest/explore/flutter/ev_routing_app/android/app/src/main/java/io/flutter/plugins/GeneratedPluginRegistrant.java b/examples/latest/explore/flutter/ev_routing_app/android/app/src/main/java/io/flutter/plugins/GeneratedPluginRegistrant.java deleted file mode 100644 index 0801eba4..00000000 --- a/examples/latest/explore/flutter/ev_routing_app/android/app/src/main/java/io/flutter/plugins/GeneratedPluginRegistrant.java +++ /dev/null @@ -1,24 +0,0 @@ -package io.flutter.plugins; - -import androidx.annotation.Keep; -import androidx.annotation.NonNull; -import io.flutter.Log; - -import io.flutter.embedding.engine.FlutterEngine; - -/** - * Generated file. Do not edit. - * This file is generated by the Flutter tool based on the - * plugins that support the Android platform. - */ -@Keep -public final class GeneratedPluginRegistrant { - private static final String TAG = "GeneratedPluginRegistrant"; - public static void registerWith(@NonNull FlutterEngine flutterEngine) { - try { - flutterEngine.getPlugins().add(new com.here.here_sdk.HereSdkPlugin()); - } catch(Exception e) { - Log.e(TAG, "Error registering plugin here_sdk, com.here.here_sdk.HereSdkPlugin", e); - } - } -} diff --git a/examples/latest/explore/flutter/gestures_app/android/app/src/main/java/io/flutter/plugins/GeneratedPluginRegistrant.java b/examples/latest/explore/flutter/gestures_app/android/app/src/main/java/io/flutter/plugins/GeneratedPluginRegistrant.java deleted file mode 100644 index 0801eba4..00000000 --- a/examples/latest/explore/flutter/gestures_app/android/app/src/main/java/io/flutter/plugins/GeneratedPluginRegistrant.java +++ /dev/null @@ -1,24 +0,0 @@ -package io.flutter.plugins; - -import androidx.annotation.Keep; -import androidx.annotation.NonNull; -import io.flutter.Log; - -import io.flutter.embedding.engine.FlutterEngine; - -/** - * Generated file. Do not edit. - * This file is generated by the Flutter tool based on the - * plugins that support the Android platform. - */ -@Keep -public final class GeneratedPluginRegistrant { - private static final String TAG = "GeneratedPluginRegistrant"; - public static void registerWith(@NonNull FlutterEngine flutterEngine) { - try { - flutterEngine.getPlugins().add(new com.here.here_sdk.HereSdkPlugin()); - } catch(Exception e) { - Log.e(TAG, "Error registering plugin here_sdk, com.here.here_sdk.HereSdkPlugin", e); - } - } -} diff --git a/examples/latest/explore/flutter/hello_map_app/android/app/src/main/java/io/flutter/plugins/GeneratedPluginRegistrant.java b/examples/latest/explore/flutter/hello_map_app/android/app/src/main/java/io/flutter/plugins/GeneratedPluginRegistrant.java deleted file mode 100644 index 0801eba4..00000000 --- a/examples/latest/explore/flutter/hello_map_app/android/app/src/main/java/io/flutter/plugins/GeneratedPluginRegistrant.java +++ /dev/null @@ -1,24 +0,0 @@ -package io.flutter.plugins; - -import androidx.annotation.Keep; -import androidx.annotation.NonNull; -import io.flutter.Log; - -import io.flutter.embedding.engine.FlutterEngine; - -/** - * Generated file. Do not edit. - * This file is generated by the Flutter tool based on the - * plugins that support the Android platform. - */ -@Keep -public final class GeneratedPluginRegistrant { - private static final String TAG = "GeneratedPluginRegistrant"; - public static void registerWith(@NonNull FlutterEngine flutterEngine) { - try { - flutterEngine.getPlugins().add(new com.here.here_sdk.HereSdkPlugin()); - } catch(Exception e) { - Log.e(TAG, "Error registering plugin here_sdk, com.here.here_sdk.HereSdkPlugin", e); - } - } -} diff --git a/examples/latest/explore/flutter/map_items_app/android/app/src/main/java/io/flutter/plugins/GeneratedPluginRegistrant.java b/examples/latest/explore/flutter/map_items_app/android/app/src/main/java/io/flutter/plugins/GeneratedPluginRegistrant.java deleted file mode 100644 index 0801eba4..00000000 --- a/examples/latest/explore/flutter/map_items_app/android/app/src/main/java/io/flutter/plugins/GeneratedPluginRegistrant.java +++ /dev/null @@ -1,24 +0,0 @@ -package io.flutter.plugins; - -import androidx.annotation.Keep; -import androidx.annotation.NonNull; -import io.flutter.Log; - -import io.flutter.embedding.engine.FlutterEngine; - -/** - * Generated file. Do not edit. - * This file is generated by the Flutter tool based on the - * plugins that support the Android platform. - */ -@Keep -public final class GeneratedPluginRegistrant { - private static final String TAG = "GeneratedPluginRegistrant"; - public static void registerWith(@NonNull FlutterEngine flutterEngine) { - try { - flutterEngine.getPlugins().add(new com.here.here_sdk.HereSdkPlugin()); - } catch(Exception e) { - Log.e(TAG, "Error registering plugin here_sdk, com.here.here_sdk.HereSdkPlugin", e); - } - } -} diff --git a/examples/latest/explore/flutter/public_transit_app/android/app/src/main/java/io/flutter/plugins/GeneratedPluginRegistrant.java b/examples/latest/explore/flutter/public_transit_app/android/app/src/main/java/io/flutter/plugins/GeneratedPluginRegistrant.java deleted file mode 100644 index 0801eba4..00000000 --- a/examples/latest/explore/flutter/public_transit_app/android/app/src/main/java/io/flutter/plugins/GeneratedPluginRegistrant.java +++ /dev/null @@ -1,24 +0,0 @@ -package io.flutter.plugins; - -import androidx.annotation.Keep; -import androidx.annotation.NonNull; -import io.flutter.Log; - -import io.flutter.embedding.engine.FlutterEngine; - -/** - * Generated file. Do not edit. - * This file is generated by the Flutter tool based on the - * plugins that support the Android platform. - */ -@Keep -public final class GeneratedPluginRegistrant { - private static final String TAG = "GeneratedPluginRegistrant"; - public static void registerWith(@NonNull FlutterEngine flutterEngine) { - try { - flutterEngine.getPlugins().add(new com.here.here_sdk.HereSdkPlugin()); - } catch(Exception e) { - Log.e(TAG, "Error registering plugin here_sdk, com.here.here_sdk.HereSdkPlugin", e); - } - } -} diff --git a/examples/latest/explore/flutter/routing_app/android/app/src/main/java/io/flutter/plugins/GeneratedPluginRegistrant.java b/examples/latest/explore/flutter/routing_app/android/app/src/main/java/io/flutter/plugins/GeneratedPluginRegistrant.java deleted file mode 100644 index 0801eba4..00000000 --- a/examples/latest/explore/flutter/routing_app/android/app/src/main/java/io/flutter/plugins/GeneratedPluginRegistrant.java +++ /dev/null @@ -1,24 +0,0 @@ -package io.flutter.plugins; - -import androidx.annotation.Keep; -import androidx.annotation.NonNull; -import io.flutter.Log; - -import io.flutter.embedding.engine.FlutterEngine; - -/** - * Generated file. Do not edit. - * This file is generated by the Flutter tool based on the - * plugins that support the Android platform. - */ -@Keep -public final class GeneratedPluginRegistrant { - private static final String TAG = "GeneratedPluginRegistrant"; - public static void registerWith(@NonNull FlutterEngine flutterEngine) { - try { - flutterEngine.getPlugins().add(new com.here.here_sdk.HereSdkPlugin()); - } catch(Exception e) { - Log.e(TAG, "Error registering plugin here_sdk, com.here.here_sdk.HereSdkPlugin", e); - } - } -} diff --git a/examples/latest/explore/flutter/search_app/android/app/src/main/java/io/flutter/plugins/GeneratedPluginRegistrant.java b/examples/latest/explore/flutter/search_app/android/app/src/main/java/io/flutter/plugins/GeneratedPluginRegistrant.java deleted file mode 100644 index 0801eba4..00000000 --- a/examples/latest/explore/flutter/search_app/android/app/src/main/java/io/flutter/plugins/GeneratedPluginRegistrant.java +++ /dev/null @@ -1,24 +0,0 @@ -package io.flutter.plugins; - -import androidx.annotation.Keep; -import androidx.annotation.NonNull; -import io.flutter.Log; - -import io.flutter.embedding.engine.FlutterEngine; - -/** - * Generated file. Do not edit. - * This file is generated by the Flutter tool based on the - * plugins that support the Android platform. - */ -@Keep -public final class GeneratedPluginRegistrant { - private static final String TAG = "GeneratedPluginRegistrant"; - public static void registerWith(@NonNull FlutterEngine flutterEngine) { - try { - flutterEngine.getPlugins().add(new com.here.here_sdk.HereSdkPlugin()); - } catch(Exception e) { - Log.e(TAG, "Error registering plugin here_sdk, com.here.here_sdk.HereSdkPlugin", e); - } - } -} diff --git a/examples/latest/explore/flutter/traffic_app/android/app/src/main/java/io/flutter/plugins/GeneratedPluginRegistrant.java b/examples/latest/explore/flutter/traffic_app/android/app/src/main/java/io/flutter/plugins/GeneratedPluginRegistrant.java deleted file mode 100644 index 0801eba4..00000000 --- a/examples/latest/explore/flutter/traffic_app/android/app/src/main/java/io/flutter/plugins/GeneratedPluginRegistrant.java +++ /dev/null @@ -1,24 +0,0 @@ -package io.flutter.plugins; - -import androidx.annotation.Keep; -import androidx.annotation.NonNull; -import io.flutter.Log; - -import io.flutter.embedding.engine.FlutterEngine; - -/** - * Generated file. Do not edit. - * This file is generated by the Flutter tool based on the - * plugins that support the Android platform. - */ -@Keep -public final class GeneratedPluginRegistrant { - private static final String TAG = "GeneratedPluginRegistrant"; - public static void registerWith(@NonNull FlutterEngine flutterEngine) { - try { - flutterEngine.getPlugins().add(new com.here.here_sdk.HereSdkPlugin()); - } catch(Exception e) { - Log.e(TAG, "Error registering plugin here_sdk, com.here.here_sdk.HereSdkPlugin", e); - } - } -} diff --git a/examples/latest/explore/flutter/unit_testing_app/android/app/src/main/java/io/flutter/plugins/GeneratedPluginRegistrant.java b/examples/latest/explore/flutter/unit_testing_app/android/app/src/main/java/io/flutter/plugins/GeneratedPluginRegistrant.java deleted file mode 100644 index 0801eba4..00000000 --- a/examples/latest/explore/flutter/unit_testing_app/android/app/src/main/java/io/flutter/plugins/GeneratedPluginRegistrant.java +++ /dev/null @@ -1,24 +0,0 @@ -package io.flutter.plugins; - -import androidx.annotation.Keep; -import androidx.annotation.NonNull; -import io.flutter.Log; - -import io.flutter.embedding.engine.FlutterEngine; - -/** - * Generated file. Do not edit. - * This file is generated by the Flutter tool based on the - * plugins that support the Android platform. - */ -@Keep -public final class GeneratedPluginRegistrant { - private static final String TAG = "GeneratedPluginRegistrant"; - public static void registerWith(@NonNull FlutterEngine flutterEngine) { - try { - flutterEngine.getPlugins().add(new com.here.here_sdk.HereSdkPlugin()); - } catch(Exception e) { - Log.e(TAG, "Error registering plugin here_sdk, com.here.here_sdk.HereSdkPlugin", e); - } - } -} diff --git a/examples/latest/navigate/android/Navigation/app/src/main/java/com/here/navigation/NavigationEventHandler.java b/examples/latest/navigate/android/Navigation/app/src/main/java/com/here/navigation/NavigationEventHandler.java index 99653148..ea6168c3 100644 --- a/examples/latest/navigate/android/Navigation/app/src/main/java/com/here/navigation/NavigationEventHandler.java +++ b/examples/latest/navigate/android/Navigation/app/src/main/java/com/here/navigation/NavigationEventHandler.java @@ -32,6 +32,9 @@ import com.here.sdk.core.LanguageCode; import com.here.sdk.core.UnitSystem; import com.here.sdk.navigation.AspectRatio; +import com.here.sdk.navigation.BorderCrossingWarning; +import com.here.sdk.navigation.BorderCrossingWarningListener; +import com.here.sdk.navigation.BorderCrossingWarningOptions; import com.here.sdk.navigation.DestinationReachedListener; import com.here.sdk.navigation.DimensionRestrictionType; import com.here.sdk.navigation.DistanceType; @@ -94,6 +97,7 @@ import com.here.sdk.routing.RoadType; import com.here.sdk.routing.Route; import com.here.sdk.trafficawarenavigation.DynamicRoutingEngine; +import com.here.sdk.transport.GeneralVehicleSpeedLimits; import java.util.Arrays; import java.util.Date; @@ -516,6 +520,47 @@ public void onSchoolZoneWarningUpdated(@NonNull List list) { schoolZoneWarningOptions.warningDistanceInMeters = 150; visualNavigator.setSchoolZoneWarningOptions(schoolZoneWarningOptions); + // Notifies whenever a border is crossed of a country and optionally, by default, also when a state + // border of a country is crossed. + visualNavigator.setBorderCrossingWarningListener(new BorderCrossingWarningListener() { + @Override + public void onBorderCrossingWarningUpdated(@NonNull BorderCrossingWarning borderCrossingWarning) { + // Since the border crossing warning is given relative to a single location, + // the DistanceType.REACHED will never be given for this warning. + if (borderCrossingWarning.distanceType == DistanceType.AHEAD) { + Log.d(TAG, "BorderCrossing: A border is ahead in: " + borderCrossingWarning.distanceToBorderCrossingInMeters + " meters."); + Log.d(TAG, "BorderCrossing: Type (such as country or state): " + borderCrossingWarning.type.name()); + Log.d(TAG, "BorderCrossing: Country code: " + borderCrossingWarning.countryCode.name()); + + // The state code after the border crossing. It represents the state / province code. + // It is a 1 to 3 upper-case characters string that follows the ISO 3166-2 standard, + // but without the preceding country code (e.g. for Texas, the state code will be TX). + // It will be null for countries without states or countries in which the states have very + // similar regulations (e.g. for Germany there will be no state borders). + if (borderCrossingWarning.stateCode != null) { + Log.d(TAG, "BorderCrossing: State code: " + borderCrossingWarning.stateCode); + } + + // The general speed limits that apply in the country / state after border crossing. + GeneralVehicleSpeedLimits generalVehicleSpeedLimits = borderCrossingWarning.speedLimits; + Log.d(TAG, "BorderCrossing: Speed limit in cities (m/s): " + generalVehicleSpeedLimits.maxSpeedUrbanInMetersPerSecond); + Log.d(TAG, "BorderCrossing: Speed limit outside cities (m/s): " + generalVehicleSpeedLimits.maxSpeedRuralInMetersPerSecond); + Log.d(TAG, "BorderCrossing: Speed limit on highways (m/s): " + generalVehicleSpeedLimits.maxSpeedHighwaysInMetersPerSecond); + } else if (borderCrossingWarning.distanceType == DistanceType.PASSED) { + Log.d(TAG, "BorderCrossing: A border has been passed."); + } + } + }); + + BorderCrossingWarningOptions borderCrossingWarningOptions = new BorderCrossingWarningOptions(); + // If set to true, all the state border crossing notifications will not be given. + // If the value is false, all border crossing notifications will be given for both + // country borders and state borders. Defaults to false. + borderCrossingWarningOptions.filterOutStateBorderWarnings = true; + // Warning distance setting for urban, in meters. Defaults to 500 meters. + borderCrossingWarningOptions.urbanWarningDistanceInMeters = 400; + visualNavigator.setBorderCrossingWarningOptions(borderCrossingWarningOptions); + // Notifies whenever any textual attribute of the current road changes, i.e., the current road texts differ // from the previous one. This can be useful during tracking mode, when no maneuver information is provided. visualNavigator.setRoadTextsListener(new RoadTextsListener() { diff --git a/examples/latest/navigate/flutter/camera_app/android/app/src/main/java/io/flutter/plugins/GeneratedPluginRegistrant.java b/examples/latest/navigate/flutter/camera_app/android/app/src/main/java/io/flutter/plugins/GeneratedPluginRegistrant.java deleted file mode 100644 index 20dee7a8..00000000 --- a/examples/latest/navigate/flutter/camera_app/android/app/src/main/java/io/flutter/plugins/GeneratedPluginRegistrant.java +++ /dev/null @@ -1,29 +0,0 @@ -package io.flutter.plugins; - -import androidx.annotation.Keep; -import androidx.annotation.NonNull; -import io.flutter.Log; - -import io.flutter.embedding.engine.FlutterEngine; - -/** - * Generated file. Do not edit. - * This file is generated by the Flutter tool based on the - * plugins that support the Android platform. - */ -@Keep -public final class GeneratedPluginRegistrant { - private static final String TAG = "GeneratedPluginRegistrant"; - public static void registerWith(@NonNull FlutterEngine flutterEngine) { - try { - flutterEngine.getPlugins().add(new com.here.here_sdk.HereSdkPlugin()); - } catch(Exception e) { - Log.e(TAG, "Error registering plugin here_sdk, com.here.here_sdk.HereSdkPlugin", e); - } - try { - flutterEngine.getPlugins().add(new io.flutter.plugins.urllauncher.UrlLauncherPlugin()); - } catch(Exception e) { - Log.e(TAG, "Error registering plugin url_launcher_android, io.flutter.plugins.urllauncher.UrlLauncherPlugin", e); - } - } -} diff --git a/examples/latest/navigate/flutter/camera_keyframe_tracks_app/android/app/src/main/java/io/flutter/plugins/GeneratedPluginRegistrant.java b/examples/latest/navigate/flutter/camera_keyframe_tracks_app/android/app/src/main/java/io/flutter/plugins/GeneratedPluginRegistrant.java deleted file mode 100644 index 20dee7a8..00000000 --- a/examples/latest/navigate/flutter/camera_keyframe_tracks_app/android/app/src/main/java/io/flutter/plugins/GeneratedPluginRegistrant.java +++ /dev/null @@ -1,29 +0,0 @@ -package io.flutter.plugins; - -import androidx.annotation.Keep; -import androidx.annotation.NonNull; -import io.flutter.Log; - -import io.flutter.embedding.engine.FlutterEngine; - -/** - * Generated file. Do not edit. - * This file is generated by the Flutter tool based on the - * plugins that support the Android platform. - */ -@Keep -public final class GeneratedPluginRegistrant { - private static final String TAG = "GeneratedPluginRegistrant"; - public static void registerWith(@NonNull FlutterEngine flutterEngine) { - try { - flutterEngine.getPlugins().add(new com.here.here_sdk.HereSdkPlugin()); - } catch(Exception e) { - Log.e(TAG, "Error registering plugin here_sdk, com.here.here_sdk.HereSdkPlugin", e); - } - try { - flutterEngine.getPlugins().add(new io.flutter.plugins.urllauncher.UrlLauncherPlugin()); - } catch(Exception e) { - Log.e(TAG, "Error registering plugin url_launcher_android, io.flutter.plugins.urllauncher.UrlLauncherPlugin", e); - } - } -} diff --git a/examples/latest/navigate/flutter/carto_poi_picking_app/android/app/src/main/java/io/flutter/plugins/GeneratedPluginRegistrant.java b/examples/latest/navigate/flutter/carto_poi_picking_app/android/app/src/main/java/io/flutter/plugins/GeneratedPluginRegistrant.java deleted file mode 100644 index 20dee7a8..00000000 --- a/examples/latest/navigate/flutter/carto_poi_picking_app/android/app/src/main/java/io/flutter/plugins/GeneratedPluginRegistrant.java +++ /dev/null @@ -1,29 +0,0 @@ -package io.flutter.plugins; - -import androidx.annotation.Keep; -import androidx.annotation.NonNull; -import io.flutter.Log; - -import io.flutter.embedding.engine.FlutterEngine; - -/** - * Generated file. Do not edit. - * This file is generated by the Flutter tool based on the - * plugins that support the Android platform. - */ -@Keep -public final class GeneratedPluginRegistrant { - private static final String TAG = "GeneratedPluginRegistrant"; - public static void registerWith(@NonNull FlutterEngine flutterEngine) { - try { - flutterEngine.getPlugins().add(new com.here.here_sdk.HereSdkPlugin()); - } catch(Exception e) { - Log.e(TAG, "Error registering plugin here_sdk, com.here.here_sdk.HereSdkPlugin", e); - } - try { - flutterEngine.getPlugins().add(new io.flutter.plugins.urllauncher.UrlLauncherPlugin()); - } catch(Exception e) { - Log.e(TAG, "Error registering plugin url_launcher_android, io.flutter.plugins.urllauncher.UrlLauncherPlugin", e); - } - } -} diff --git a/examples/latest/navigate/flutter/custom_map_styles_app/android/app/src/main/java/io/flutter/plugins/GeneratedPluginRegistrant.java b/examples/latest/navigate/flutter/custom_map_styles_app/android/app/src/main/java/io/flutter/plugins/GeneratedPluginRegistrant.java deleted file mode 100644 index 20dee7a8..00000000 --- a/examples/latest/navigate/flutter/custom_map_styles_app/android/app/src/main/java/io/flutter/plugins/GeneratedPluginRegistrant.java +++ /dev/null @@ -1,29 +0,0 @@ -package io.flutter.plugins; - -import androidx.annotation.Keep; -import androidx.annotation.NonNull; -import io.flutter.Log; - -import io.flutter.embedding.engine.FlutterEngine; - -/** - * Generated file. Do not edit. - * This file is generated by the Flutter tool based on the - * plugins that support the Android platform. - */ -@Keep -public final class GeneratedPluginRegistrant { - private static final String TAG = "GeneratedPluginRegistrant"; - public static void registerWith(@NonNull FlutterEngine flutterEngine) { - try { - flutterEngine.getPlugins().add(new com.here.here_sdk.HereSdkPlugin()); - } catch(Exception e) { - Log.e(TAG, "Error registering plugin here_sdk, com.here.here_sdk.HereSdkPlugin", e); - } - try { - flutterEngine.getPlugins().add(new io.flutter.plugins.urllauncher.UrlLauncherPlugin()); - } catch(Exception e) { - Log.e(TAG, "Error registering plugin url_launcher_android, io.flutter.plugins.urllauncher.UrlLauncherPlugin", e); - } - } -} diff --git a/examples/latest/navigate/flutter/custom_raster_layers_app/android/app/src/main/java/io/flutter/plugins/GeneratedPluginRegistrant.java b/examples/latest/navigate/flutter/custom_raster_layers_app/android/app/src/main/java/io/flutter/plugins/GeneratedPluginRegistrant.java deleted file mode 100644 index 20dee7a8..00000000 --- a/examples/latest/navigate/flutter/custom_raster_layers_app/android/app/src/main/java/io/flutter/plugins/GeneratedPluginRegistrant.java +++ /dev/null @@ -1,29 +0,0 @@ -package io.flutter.plugins; - -import androidx.annotation.Keep; -import androidx.annotation.NonNull; -import io.flutter.Log; - -import io.flutter.embedding.engine.FlutterEngine; - -/** - * Generated file. Do not edit. - * This file is generated by the Flutter tool based on the - * plugins that support the Android platform. - */ -@Keep -public final class GeneratedPluginRegistrant { - private static final String TAG = "GeneratedPluginRegistrant"; - public static void registerWith(@NonNull FlutterEngine flutterEngine) { - try { - flutterEngine.getPlugins().add(new com.here.here_sdk.HereSdkPlugin()); - } catch(Exception e) { - Log.e(TAG, "Error registering plugin here_sdk, com.here.here_sdk.HereSdkPlugin", e); - } - try { - flutterEngine.getPlugins().add(new io.flutter.plugins.urllauncher.UrlLauncherPlugin()); - } catch(Exception e) { - Log.e(TAG, "Error registering plugin url_launcher_android, io.flutter.plugins.urllauncher.UrlLauncherPlugin", e); - } - } -} diff --git a/examples/latest/navigate/flutter/ev_routing_app/android/app/src/main/java/io/flutter/plugins/GeneratedPluginRegistrant.java b/examples/latest/navigate/flutter/ev_routing_app/android/app/src/main/java/io/flutter/plugins/GeneratedPluginRegistrant.java deleted file mode 100644 index 20dee7a8..00000000 --- a/examples/latest/navigate/flutter/ev_routing_app/android/app/src/main/java/io/flutter/plugins/GeneratedPluginRegistrant.java +++ /dev/null @@ -1,29 +0,0 @@ -package io.flutter.plugins; - -import androidx.annotation.Keep; -import androidx.annotation.NonNull; -import io.flutter.Log; - -import io.flutter.embedding.engine.FlutterEngine; - -/** - * Generated file. Do not edit. - * This file is generated by the Flutter tool based on the - * plugins that support the Android platform. - */ -@Keep -public final class GeneratedPluginRegistrant { - private static final String TAG = "GeneratedPluginRegistrant"; - public static void registerWith(@NonNull FlutterEngine flutterEngine) { - try { - flutterEngine.getPlugins().add(new com.here.here_sdk.HereSdkPlugin()); - } catch(Exception e) { - Log.e(TAG, "Error registering plugin here_sdk, com.here.here_sdk.HereSdkPlugin", e); - } - try { - flutterEngine.getPlugins().add(new io.flutter.plugins.urllauncher.UrlLauncherPlugin()); - } catch(Exception e) { - Log.e(TAG, "Error registering plugin url_launcher_android, io.flutter.plugins.urllauncher.UrlLauncherPlugin", e); - } - } -} diff --git a/examples/latest/navigate/flutter/gestures_app/android/app/src/main/java/io/flutter/plugins/GeneratedPluginRegistrant.java b/examples/latest/navigate/flutter/gestures_app/android/app/src/main/java/io/flutter/plugins/GeneratedPluginRegistrant.java deleted file mode 100644 index 20dee7a8..00000000 --- a/examples/latest/navigate/flutter/gestures_app/android/app/src/main/java/io/flutter/plugins/GeneratedPluginRegistrant.java +++ /dev/null @@ -1,29 +0,0 @@ -package io.flutter.plugins; - -import androidx.annotation.Keep; -import androidx.annotation.NonNull; -import io.flutter.Log; - -import io.flutter.embedding.engine.FlutterEngine; - -/** - * Generated file. Do not edit. - * This file is generated by the Flutter tool based on the - * plugins that support the Android platform. - */ -@Keep -public final class GeneratedPluginRegistrant { - private static final String TAG = "GeneratedPluginRegistrant"; - public static void registerWith(@NonNull FlutterEngine flutterEngine) { - try { - flutterEngine.getPlugins().add(new com.here.here_sdk.HereSdkPlugin()); - } catch(Exception e) { - Log.e(TAG, "Error registering plugin here_sdk, com.here.here_sdk.HereSdkPlugin", e); - } - try { - flutterEngine.getPlugins().add(new io.flutter.plugins.urllauncher.UrlLauncherPlugin()); - } catch(Exception e) { - Log.e(TAG, "Error registering plugin url_launcher_android, io.flutter.plugins.urllauncher.UrlLauncherPlugin", e); - } - } -} diff --git a/examples/latest/navigate/flutter/hello_map_app/android/app/src/main/java/io/flutter/plugins/GeneratedPluginRegistrant.java b/examples/latest/navigate/flutter/hello_map_app/android/app/src/main/java/io/flutter/plugins/GeneratedPluginRegistrant.java deleted file mode 100644 index 20dee7a8..00000000 --- a/examples/latest/navigate/flutter/hello_map_app/android/app/src/main/java/io/flutter/plugins/GeneratedPluginRegistrant.java +++ /dev/null @@ -1,29 +0,0 @@ -package io.flutter.plugins; - -import androidx.annotation.Keep; -import androidx.annotation.NonNull; -import io.flutter.Log; - -import io.flutter.embedding.engine.FlutterEngine; - -/** - * Generated file. Do not edit. - * This file is generated by the Flutter tool based on the - * plugins that support the Android platform. - */ -@Keep -public final class GeneratedPluginRegistrant { - private static final String TAG = "GeneratedPluginRegistrant"; - public static void registerWith(@NonNull FlutterEngine flutterEngine) { - try { - flutterEngine.getPlugins().add(new com.here.here_sdk.HereSdkPlugin()); - } catch(Exception e) { - Log.e(TAG, "Error registering plugin here_sdk, com.here.here_sdk.HereSdkPlugin", e); - } - try { - flutterEngine.getPlugins().add(new io.flutter.plugins.urllauncher.UrlLauncherPlugin()); - } catch(Exception e) { - Log.e(TAG, "Error registering plugin url_launcher_android, io.flutter.plugins.urllauncher.UrlLauncherPlugin", e); - } - } -} diff --git a/examples/latest/navigate/flutter/hiking_diary_app/android/app/src/main/java/io/flutter/plugins/GeneratedPluginRegistrant.java b/examples/latest/navigate/flutter/hiking_diary_app/android/app/src/main/java/io/flutter/plugins/GeneratedPluginRegistrant.java deleted file mode 100644 index 24a833b2..00000000 --- a/examples/latest/navigate/flutter/hiking_diary_app/android/app/src/main/java/io/flutter/plugins/GeneratedPluginRegistrant.java +++ /dev/null @@ -1,34 +0,0 @@ -package io.flutter.plugins; - -import androidx.annotation.Keep; -import androidx.annotation.NonNull; -import io.flutter.Log; - -import io.flutter.embedding.engine.FlutterEngine; - -/** - * Generated file. Do not edit. - * This file is generated by the Flutter tool based on the - * plugins that support the Android platform. - */ -@Keep -public final class GeneratedPluginRegistrant { - private static final String TAG = "GeneratedPluginRegistrant"; - public static void registerWith(@NonNull FlutterEngine flutterEngine) { - try { - flutterEngine.getPlugins().add(new com.here.here_sdk.HereSdkPlugin()); - } catch(Exception e) { - Log.e(TAG, "Error registering plugin here_sdk, com.here.here_sdk.HereSdkPlugin", e); - } - try { - flutterEngine.getPlugins().add(new com.baseflow.permissionhandler.PermissionHandlerPlugin()); - } catch(Exception e) { - Log.e(TAG, "Error registering plugin permission_handler_android, com.baseflow.permissionhandler.PermissionHandlerPlugin", e); - } - try { - flutterEngine.getPlugins().add(new io.flutter.plugins.urllauncher.UrlLauncherPlugin()); - } catch(Exception e) { - Log.e(TAG, "Error registering plugin url_launcher_android, io.flutter.plugins.urllauncher.UrlLauncherPlugin", e); - } - } -} diff --git a/examples/latest/navigate/flutter/indoor_map_app/android/app/src/main/java/io/flutter/plugins/GeneratedPluginRegistrant.java b/examples/latest/navigate/flutter/indoor_map_app/android/app/src/main/java/io/flutter/plugins/GeneratedPluginRegistrant.java deleted file mode 100644 index 20dee7a8..00000000 --- a/examples/latest/navigate/flutter/indoor_map_app/android/app/src/main/java/io/flutter/plugins/GeneratedPluginRegistrant.java +++ /dev/null @@ -1,29 +0,0 @@ -package io.flutter.plugins; - -import androidx.annotation.Keep; -import androidx.annotation.NonNull; -import io.flutter.Log; - -import io.flutter.embedding.engine.FlutterEngine; - -/** - * Generated file. Do not edit. - * This file is generated by the Flutter tool based on the - * plugins that support the Android platform. - */ -@Keep -public final class GeneratedPluginRegistrant { - private static final String TAG = "GeneratedPluginRegistrant"; - public static void registerWith(@NonNull FlutterEngine flutterEngine) { - try { - flutterEngine.getPlugins().add(new com.here.here_sdk.HereSdkPlugin()); - } catch(Exception e) { - Log.e(TAG, "Error registering plugin here_sdk, com.here.here_sdk.HereSdkPlugin", e); - } - try { - flutterEngine.getPlugins().add(new io.flutter.plugins.urllauncher.UrlLauncherPlugin()); - } catch(Exception e) { - Log.e(TAG, "Error registering plugin url_launcher_android, io.flutter.plugins.urllauncher.UrlLauncherPlugin", e); - } - } -} diff --git a/examples/latest/navigate/flutter/map_items_app/android/app/src/main/java/io/flutter/plugins/GeneratedPluginRegistrant.java b/examples/latest/navigate/flutter/map_items_app/android/app/src/main/java/io/flutter/plugins/GeneratedPluginRegistrant.java deleted file mode 100644 index 20dee7a8..00000000 --- a/examples/latest/navigate/flutter/map_items_app/android/app/src/main/java/io/flutter/plugins/GeneratedPluginRegistrant.java +++ /dev/null @@ -1,29 +0,0 @@ -package io.flutter.plugins; - -import androidx.annotation.Keep; -import androidx.annotation.NonNull; -import io.flutter.Log; - -import io.flutter.embedding.engine.FlutterEngine; - -/** - * Generated file. Do not edit. - * This file is generated by the Flutter tool based on the - * plugins that support the Android platform. - */ -@Keep -public final class GeneratedPluginRegistrant { - private static final String TAG = "GeneratedPluginRegistrant"; - public static void registerWith(@NonNull FlutterEngine flutterEngine) { - try { - flutterEngine.getPlugins().add(new com.here.here_sdk.HereSdkPlugin()); - } catch(Exception e) { - Log.e(TAG, "Error registering plugin here_sdk, com.here.here_sdk.HereSdkPlugin", e); - } - try { - flutterEngine.getPlugins().add(new io.flutter.plugins.urllauncher.UrlLauncherPlugin()); - } catch(Exception e) { - Log.e(TAG, "Error registering plugin url_launcher_android, io.flutter.plugins.urllauncher.UrlLauncherPlugin", e); - } - } -} diff --git a/examples/latest/navigate/flutter/navigation_app/android/app/src/main/java/io/flutter/plugins/GeneratedPluginRegistrant.java b/examples/latest/navigate/flutter/navigation_app/android/app/src/main/java/io/flutter/plugins/GeneratedPluginRegistrant.java deleted file mode 100644 index 24a833b2..00000000 --- a/examples/latest/navigate/flutter/navigation_app/android/app/src/main/java/io/flutter/plugins/GeneratedPluginRegistrant.java +++ /dev/null @@ -1,34 +0,0 @@ -package io.flutter.plugins; - -import androidx.annotation.Keep; -import androidx.annotation.NonNull; -import io.flutter.Log; - -import io.flutter.embedding.engine.FlutterEngine; - -/** - * Generated file. Do not edit. - * This file is generated by the Flutter tool based on the - * plugins that support the Android platform. - */ -@Keep -public final class GeneratedPluginRegistrant { - private static final String TAG = "GeneratedPluginRegistrant"; - public static void registerWith(@NonNull FlutterEngine flutterEngine) { - try { - flutterEngine.getPlugins().add(new com.here.here_sdk.HereSdkPlugin()); - } catch(Exception e) { - Log.e(TAG, "Error registering plugin here_sdk, com.here.here_sdk.HereSdkPlugin", e); - } - try { - flutterEngine.getPlugins().add(new com.baseflow.permissionhandler.PermissionHandlerPlugin()); - } catch(Exception e) { - Log.e(TAG, "Error registering plugin permission_handler_android, com.baseflow.permissionhandler.PermissionHandlerPlugin", e); - } - try { - flutterEngine.getPlugins().add(new io.flutter.plugins.urllauncher.UrlLauncherPlugin()); - } catch(Exception e) { - Log.e(TAG, "Error registering plugin url_launcher_android, io.flutter.plugins.urllauncher.UrlLauncherPlugin", e); - } - } -} diff --git a/examples/latest/navigate/flutter/navigation_custom/android/app/src/main/java/io/flutter/plugins/GeneratedPluginRegistrant.java b/examples/latest/navigate/flutter/navigation_custom/android/app/src/main/java/io/flutter/plugins/GeneratedPluginRegistrant.java deleted file mode 100644 index 20dee7a8..00000000 --- a/examples/latest/navigate/flutter/navigation_custom/android/app/src/main/java/io/flutter/plugins/GeneratedPluginRegistrant.java +++ /dev/null @@ -1,29 +0,0 @@ -package io.flutter.plugins; - -import androidx.annotation.Keep; -import androidx.annotation.NonNull; -import io.flutter.Log; - -import io.flutter.embedding.engine.FlutterEngine; - -/** - * Generated file. Do not edit. - * This file is generated by the Flutter tool based on the - * plugins that support the Android platform. - */ -@Keep -public final class GeneratedPluginRegistrant { - private static final String TAG = "GeneratedPluginRegistrant"; - public static void registerWith(@NonNull FlutterEngine flutterEngine) { - try { - flutterEngine.getPlugins().add(new com.here.here_sdk.HereSdkPlugin()); - } catch(Exception e) { - Log.e(TAG, "Error registering plugin here_sdk, com.here.here_sdk.HereSdkPlugin", e); - } - try { - flutterEngine.getPlugins().add(new io.flutter.plugins.urllauncher.UrlLauncherPlugin()); - } catch(Exception e) { - Log.e(TAG, "Error registering plugin url_launcher_android, io.flutter.plugins.urllauncher.UrlLauncherPlugin", e); - } - } -} diff --git a/examples/latest/navigate/flutter/navigation_quick_start_app/android/app/src/main/java/io/flutter/plugins/GeneratedPluginRegistrant.java b/examples/latest/navigate/flutter/navigation_quick_start_app/android/app/src/main/java/io/flutter/plugins/GeneratedPluginRegistrant.java deleted file mode 100644 index 20dee7a8..00000000 --- a/examples/latest/navigate/flutter/navigation_quick_start_app/android/app/src/main/java/io/flutter/plugins/GeneratedPluginRegistrant.java +++ /dev/null @@ -1,29 +0,0 @@ -package io.flutter.plugins; - -import androidx.annotation.Keep; -import androidx.annotation.NonNull; -import io.flutter.Log; - -import io.flutter.embedding.engine.FlutterEngine; - -/** - * Generated file. Do not edit. - * This file is generated by the Flutter tool based on the - * plugins that support the Android platform. - */ -@Keep -public final class GeneratedPluginRegistrant { - private static final String TAG = "GeneratedPluginRegistrant"; - public static void registerWith(@NonNull FlutterEngine flutterEngine) { - try { - flutterEngine.getPlugins().add(new com.here.here_sdk.HereSdkPlugin()); - } catch(Exception e) { - Log.e(TAG, "Error registering plugin here_sdk, com.here.here_sdk.HereSdkPlugin", e); - } - try { - flutterEngine.getPlugins().add(new io.flutter.plugins.urllauncher.UrlLauncherPlugin()); - } catch(Exception e) { - Log.e(TAG, "Error registering plugin url_launcher_android, io.flutter.plugins.urllauncher.UrlLauncherPlugin", e); - } - } -} diff --git a/examples/latest/navigate/flutter/offline_maps_app/android/app/src/main/java/io/flutter/plugins/GeneratedPluginRegistrant.java b/examples/latest/navigate/flutter/offline_maps_app/android/app/src/main/java/io/flutter/plugins/GeneratedPluginRegistrant.java deleted file mode 100644 index 20dee7a8..00000000 --- a/examples/latest/navigate/flutter/offline_maps_app/android/app/src/main/java/io/flutter/plugins/GeneratedPluginRegistrant.java +++ /dev/null @@ -1,29 +0,0 @@ -package io.flutter.plugins; - -import androidx.annotation.Keep; -import androidx.annotation.NonNull; -import io.flutter.Log; - -import io.flutter.embedding.engine.FlutterEngine; - -/** - * Generated file. Do not edit. - * This file is generated by the Flutter tool based on the - * plugins that support the Android platform. - */ -@Keep -public final class GeneratedPluginRegistrant { - private static final String TAG = "GeneratedPluginRegistrant"; - public static void registerWith(@NonNull FlutterEngine flutterEngine) { - try { - flutterEngine.getPlugins().add(new com.here.here_sdk.HereSdkPlugin()); - } catch(Exception e) { - Log.e(TAG, "Error registering plugin here_sdk, com.here.here_sdk.HereSdkPlugin", e); - } - try { - flutterEngine.getPlugins().add(new io.flutter.plugins.urllauncher.UrlLauncherPlugin()); - } catch(Exception e) { - Log.e(TAG, "Error registering plugin url_launcher_android, io.flutter.plugins.urllauncher.UrlLauncherPlugin", e); - } - } -} diff --git a/examples/latest/navigate/flutter/positioning_app/android/app/src/main/java/io/flutter/plugins/GeneratedPluginRegistrant.java b/examples/latest/navigate/flutter/positioning_app/android/app/src/main/java/io/flutter/plugins/GeneratedPluginRegistrant.java deleted file mode 100644 index 24a833b2..00000000 --- a/examples/latest/navigate/flutter/positioning_app/android/app/src/main/java/io/flutter/plugins/GeneratedPluginRegistrant.java +++ /dev/null @@ -1,34 +0,0 @@ -package io.flutter.plugins; - -import androidx.annotation.Keep; -import androidx.annotation.NonNull; -import io.flutter.Log; - -import io.flutter.embedding.engine.FlutterEngine; - -/** - * Generated file. Do not edit. - * This file is generated by the Flutter tool based on the - * plugins that support the Android platform. - */ -@Keep -public final class GeneratedPluginRegistrant { - private static final String TAG = "GeneratedPluginRegistrant"; - public static void registerWith(@NonNull FlutterEngine flutterEngine) { - try { - flutterEngine.getPlugins().add(new com.here.here_sdk.HereSdkPlugin()); - } catch(Exception e) { - Log.e(TAG, "Error registering plugin here_sdk, com.here.here_sdk.HereSdkPlugin", e); - } - try { - flutterEngine.getPlugins().add(new com.baseflow.permissionhandler.PermissionHandlerPlugin()); - } catch(Exception e) { - Log.e(TAG, "Error registering plugin permission_handler_android, com.baseflow.permissionhandler.PermissionHandlerPlugin", e); - } - try { - flutterEngine.getPlugins().add(new io.flutter.plugins.urllauncher.UrlLauncherPlugin()); - } catch(Exception e) { - Log.e(TAG, "Error registering plugin url_launcher_android, io.flutter.plugins.urllauncher.UrlLauncherPlugin", e); - } - } -} diff --git a/examples/latest/navigate/flutter/public_transit_app/android/app/src/main/java/io/flutter/plugins/GeneratedPluginRegistrant.java b/examples/latest/navigate/flutter/public_transit_app/android/app/src/main/java/io/flutter/plugins/GeneratedPluginRegistrant.java deleted file mode 100644 index 20dee7a8..00000000 --- a/examples/latest/navigate/flutter/public_transit_app/android/app/src/main/java/io/flutter/plugins/GeneratedPluginRegistrant.java +++ /dev/null @@ -1,29 +0,0 @@ -package io.flutter.plugins; - -import androidx.annotation.Keep; -import androidx.annotation.NonNull; -import io.flutter.Log; - -import io.flutter.embedding.engine.FlutterEngine; - -/** - * Generated file. Do not edit. - * This file is generated by the Flutter tool based on the - * plugins that support the Android platform. - */ -@Keep -public final class GeneratedPluginRegistrant { - private static final String TAG = "GeneratedPluginRegistrant"; - public static void registerWith(@NonNull FlutterEngine flutterEngine) { - try { - flutterEngine.getPlugins().add(new com.here.here_sdk.HereSdkPlugin()); - } catch(Exception e) { - Log.e(TAG, "Error registering plugin here_sdk, com.here.here_sdk.HereSdkPlugin", e); - } - try { - flutterEngine.getPlugins().add(new io.flutter.plugins.urllauncher.UrlLauncherPlugin()); - } catch(Exception e) { - Log.e(TAG, "Error registering plugin url_launcher_android, io.flutter.plugins.urllauncher.UrlLauncherPlugin", e); - } - } -} diff --git a/examples/latest/navigate/flutter/routing_app/android/app/src/main/java/io/flutter/plugins/GeneratedPluginRegistrant.java b/examples/latest/navigate/flutter/routing_app/android/app/src/main/java/io/flutter/plugins/GeneratedPluginRegistrant.java deleted file mode 100644 index 20dee7a8..00000000 --- a/examples/latest/navigate/flutter/routing_app/android/app/src/main/java/io/flutter/plugins/GeneratedPluginRegistrant.java +++ /dev/null @@ -1,29 +0,0 @@ -package io.flutter.plugins; - -import androidx.annotation.Keep; -import androidx.annotation.NonNull; -import io.flutter.Log; - -import io.flutter.embedding.engine.FlutterEngine; - -/** - * Generated file. Do not edit. - * This file is generated by the Flutter tool based on the - * plugins that support the Android platform. - */ -@Keep -public final class GeneratedPluginRegistrant { - private static final String TAG = "GeneratedPluginRegistrant"; - public static void registerWith(@NonNull FlutterEngine flutterEngine) { - try { - flutterEngine.getPlugins().add(new com.here.here_sdk.HereSdkPlugin()); - } catch(Exception e) { - Log.e(TAG, "Error registering plugin here_sdk, com.here.here_sdk.HereSdkPlugin", e); - } - try { - flutterEngine.getPlugins().add(new io.flutter.plugins.urllauncher.UrlLauncherPlugin()); - } catch(Exception e) { - Log.e(TAG, "Error registering plugin url_launcher_android, io.flutter.plugins.urllauncher.UrlLauncherPlugin", e); - } - } -} diff --git a/examples/latest/navigate/flutter/routing_hybrid_app/android/app/src/main/java/io/flutter/plugins/GeneratedPluginRegistrant.java b/examples/latest/navigate/flutter/routing_hybrid_app/android/app/src/main/java/io/flutter/plugins/GeneratedPluginRegistrant.java deleted file mode 100644 index 20dee7a8..00000000 --- a/examples/latest/navigate/flutter/routing_hybrid_app/android/app/src/main/java/io/flutter/plugins/GeneratedPluginRegistrant.java +++ /dev/null @@ -1,29 +0,0 @@ -package io.flutter.plugins; - -import androidx.annotation.Keep; -import androidx.annotation.NonNull; -import io.flutter.Log; - -import io.flutter.embedding.engine.FlutterEngine; - -/** - * Generated file. Do not edit. - * This file is generated by the Flutter tool based on the - * plugins that support the Android platform. - */ -@Keep -public final class GeneratedPluginRegistrant { - private static final String TAG = "GeneratedPluginRegistrant"; - public static void registerWith(@NonNull FlutterEngine flutterEngine) { - try { - flutterEngine.getPlugins().add(new com.here.here_sdk.HereSdkPlugin()); - } catch(Exception e) { - Log.e(TAG, "Error registering plugin here_sdk, com.here.here_sdk.HereSdkPlugin", e); - } - try { - flutterEngine.getPlugins().add(new io.flutter.plugins.urllauncher.UrlLauncherPlugin()); - } catch(Exception e) { - Log.e(TAG, "Error registering plugin url_launcher_android, io.flutter.plugins.urllauncher.UrlLauncherPlugin", e); - } - } -} diff --git a/examples/latest/navigate/flutter/search_app/android/app/src/main/java/io/flutter/plugins/GeneratedPluginRegistrant.java b/examples/latest/navigate/flutter/search_app/android/app/src/main/java/io/flutter/plugins/GeneratedPluginRegistrant.java deleted file mode 100644 index 20dee7a8..00000000 --- a/examples/latest/navigate/flutter/search_app/android/app/src/main/java/io/flutter/plugins/GeneratedPluginRegistrant.java +++ /dev/null @@ -1,29 +0,0 @@ -package io.flutter.plugins; - -import androidx.annotation.Keep; -import androidx.annotation.NonNull; -import io.flutter.Log; - -import io.flutter.embedding.engine.FlutterEngine; - -/** - * Generated file. Do not edit. - * This file is generated by the Flutter tool based on the - * plugins that support the Android platform. - */ -@Keep -public final class GeneratedPluginRegistrant { - private static final String TAG = "GeneratedPluginRegistrant"; - public static void registerWith(@NonNull FlutterEngine flutterEngine) { - try { - flutterEngine.getPlugins().add(new com.here.here_sdk.HereSdkPlugin()); - } catch(Exception e) { - Log.e(TAG, "Error registering plugin here_sdk, com.here.here_sdk.HereSdkPlugin", e); - } - try { - flutterEngine.getPlugins().add(new io.flutter.plugins.urllauncher.UrlLauncherPlugin()); - } catch(Exception e) { - Log.e(TAG, "Error registering plugin url_launcher_android, io.flutter.plugins.urllauncher.UrlLauncherPlugin", e); - } - } -} diff --git a/examples/latest/navigate/flutter/search_hybrid_app/android/app/src/main/java/io/flutter/plugins/GeneratedPluginRegistrant.java b/examples/latest/navigate/flutter/search_hybrid_app/android/app/src/main/java/io/flutter/plugins/GeneratedPluginRegistrant.java deleted file mode 100644 index 20dee7a8..00000000 --- a/examples/latest/navigate/flutter/search_hybrid_app/android/app/src/main/java/io/flutter/plugins/GeneratedPluginRegistrant.java +++ /dev/null @@ -1,29 +0,0 @@ -package io.flutter.plugins; - -import androidx.annotation.Keep; -import androidx.annotation.NonNull; -import io.flutter.Log; - -import io.flutter.embedding.engine.FlutterEngine; - -/** - * Generated file. Do not edit. - * This file is generated by the Flutter tool based on the - * plugins that support the Android platform. - */ -@Keep -public final class GeneratedPluginRegistrant { - private static final String TAG = "GeneratedPluginRegistrant"; - public static void registerWith(@NonNull FlutterEngine flutterEngine) { - try { - flutterEngine.getPlugins().add(new com.here.here_sdk.HereSdkPlugin()); - } catch(Exception e) { - Log.e(TAG, "Error registering plugin here_sdk, com.here.here_sdk.HereSdkPlugin", e); - } - try { - flutterEngine.getPlugins().add(new io.flutter.plugins.urllauncher.UrlLauncherPlugin()); - } catch(Exception e) { - Log.e(TAG, "Error registering plugin url_launcher_android, io.flutter.plugins.urllauncher.UrlLauncherPlugin", e); - } - } -} diff --git a/examples/latest/navigate/flutter/spatial_audio_navigation/android/app/src/main/java/io/flutter/plugins/GeneratedPluginRegistrant.java b/examples/latest/navigate/flutter/spatial_audio_navigation/android/app/src/main/java/io/flutter/plugins/GeneratedPluginRegistrant.java deleted file mode 100644 index 20dee7a8..00000000 --- a/examples/latest/navigate/flutter/spatial_audio_navigation/android/app/src/main/java/io/flutter/plugins/GeneratedPluginRegistrant.java +++ /dev/null @@ -1,29 +0,0 @@ -package io.flutter.plugins; - -import androidx.annotation.Keep; -import androidx.annotation.NonNull; -import io.flutter.Log; - -import io.flutter.embedding.engine.FlutterEngine; - -/** - * Generated file. Do not edit. - * This file is generated by the Flutter tool based on the - * plugins that support the Android platform. - */ -@Keep -public final class GeneratedPluginRegistrant { - private static final String TAG = "GeneratedPluginRegistrant"; - public static void registerWith(@NonNull FlutterEngine flutterEngine) { - try { - flutterEngine.getPlugins().add(new com.here.here_sdk.HereSdkPlugin()); - } catch(Exception e) { - Log.e(TAG, "Error registering plugin here_sdk, com.here.here_sdk.HereSdkPlugin", e); - } - try { - flutterEngine.getPlugins().add(new io.flutter.plugins.urllauncher.UrlLauncherPlugin()); - } catch(Exception e) { - Log.e(TAG, "Error registering plugin url_launcher_android, io.flutter.plugins.urllauncher.UrlLauncherPlugin", e); - } - } -} diff --git a/examples/latest/navigate/flutter/traffic_app/android/app/src/main/java/io/flutter/plugins/GeneratedPluginRegistrant.java b/examples/latest/navigate/flutter/traffic_app/android/app/src/main/java/io/flutter/plugins/GeneratedPluginRegistrant.java deleted file mode 100644 index 20dee7a8..00000000 --- a/examples/latest/navigate/flutter/traffic_app/android/app/src/main/java/io/flutter/plugins/GeneratedPluginRegistrant.java +++ /dev/null @@ -1,29 +0,0 @@ -package io.flutter.plugins; - -import androidx.annotation.Keep; -import androidx.annotation.NonNull; -import io.flutter.Log; - -import io.flutter.embedding.engine.FlutterEngine; - -/** - * Generated file. Do not edit. - * This file is generated by the Flutter tool based on the - * plugins that support the Android platform. - */ -@Keep -public final class GeneratedPluginRegistrant { - private static final String TAG = "GeneratedPluginRegistrant"; - public static void registerWith(@NonNull FlutterEngine flutterEngine) { - try { - flutterEngine.getPlugins().add(new com.here.here_sdk.HereSdkPlugin()); - } catch(Exception e) { - Log.e(TAG, "Error registering plugin here_sdk, com.here.here_sdk.HereSdkPlugin", e); - } - try { - flutterEngine.getPlugins().add(new io.flutter.plugins.urllauncher.UrlLauncherPlugin()); - } catch(Exception e) { - Log.e(TAG, "Error registering plugin url_launcher_android, io.flutter.plugins.urllauncher.UrlLauncherPlugin", e); - } - } -} diff --git a/examples/latest/navigate/flutter/unit_testing_app/android/app/src/main/java/io/flutter/plugins/GeneratedPluginRegistrant.java b/examples/latest/navigate/flutter/unit_testing_app/android/app/src/main/java/io/flutter/plugins/GeneratedPluginRegistrant.java deleted file mode 100644 index 20dee7a8..00000000 --- a/examples/latest/navigate/flutter/unit_testing_app/android/app/src/main/java/io/flutter/plugins/GeneratedPluginRegistrant.java +++ /dev/null @@ -1,29 +0,0 @@ -package io.flutter.plugins; - -import androidx.annotation.Keep; -import androidx.annotation.NonNull; -import io.flutter.Log; - -import io.flutter.embedding.engine.FlutterEngine; - -/** - * Generated file. Do not edit. - * This file is generated by the Flutter tool based on the - * plugins that support the Android platform. - */ -@Keep -public final class GeneratedPluginRegistrant { - private static final String TAG = "GeneratedPluginRegistrant"; - public static void registerWith(@NonNull FlutterEngine flutterEngine) { - try { - flutterEngine.getPlugins().add(new com.here.here_sdk.HereSdkPlugin()); - } catch(Exception e) { - Log.e(TAG, "Error registering plugin here_sdk, com.here.here_sdk.HereSdkPlugin", e); - } - try { - flutterEngine.getPlugins().add(new io.flutter.plugins.urllauncher.UrlLauncherPlugin()); - } catch(Exception e) { - Log.e(TAG, "Error registering plugin url_launcher_android, io.flutter.plugins.urllauncher.UrlLauncherPlugin", e); - } - } -}