From aaa654b676a94c31bcdc495f741b12c4dc5ab284 Mon Sep 17 00:00:00 2001 From: abkumar Date: Mon, 2 Sep 2024 13:08:33 +0530 Subject: [PATCH] Update example apps for release 4.19.5.0 Signed-off-by: abkumar --- README.md | 2 +- examples/latest/README.md | 2 +- .../latest/explore/android/Camera/.gitignore | 8 +++ .../explore/android/Camera/app/.gitignore | 2 + .../explore/android/Camera/build.gradle | 2 +- .../explore/android/Camera/gradle.properties | 5 -- .../gradle/wrapper/gradle-wrapper.properties | 2 +- .../android/CameraKeyframeTracks/.gitignore | 8 +++ .../CameraKeyframeTracks/app/.gitignore | 2 + .../android/CameraKeyframeTracks/build.gradle | 4 +- .../CameraKeyframeTracks/gradle.properties | 5 +- .../gradle/wrapper/gradle-wrapper.properties | 2 +- .../android/CustomMapStyles/.gitignore | 8 +++ .../android/CustomMapStyles/app/.gitignore | 2 + .../android/CustomMapStyles/build.gradle | 2 +- .../android/CustomMapStyles/gradle.properties | 5 -- .../gradle/wrapper/gradle-wrapper.properties | 2 +- .../android/CustomRasterLayers/.gitignore | 8 +++ .../android/CustomRasterLayers/app/.gitignore | 2 + .../android/CustomRasterLayers/build.gradle | 2 +- .../CustomRasterLayers/gradle.properties | 5 -- .../gradle/wrapper/gradle-wrapper.properties | 2 +- .../android/CustomRasterTileSource/.gitignore | 8 +++ .../CustomRasterTileSource/app/.gitignore | 2 + .../CustomRasterTileSource/build.gradle | 2 +- .../CustomRasterTileSource/gradle.properties | 5 -- .../gradle/wrapper/gradle-wrapper.properties | 2 +- .../explore/android/EVRouting/.gitignore | 8 +++ .../explore/android/EVRouting/app/.gitignore | 2 + .../explore/android/EVRouting/build.gradle | 2 +- .../android/EVRouting/gradle.properties | 3 - .../gradle/wrapper/gradle-wrapper.properties | 2 +- .../explore/android/Gestures/.gitignore | 8 +++ .../explore/android/Gestures/app/.gitignore | 2 + .../explore/android/Gestures/build.gradle | 2 +- .../android/Gestures/gradle.properties | 3 - .../gradle/wrapper/gradle-wrapper.properties | 2 +- .../explore/android/HelloMap/.gitignore | 8 +++ .../explore/android/HelloMap/app/.gitignore | 2 + .../explore/android/HelloMap/build.gradle | 2 +- .../android/HelloMap/gradle.properties | 3 - .../gradle/wrapper/gradle-wrapper.properties | 2 +- .../android/HelloMapAndroidAuto/.gitignore | 8 +++ .../HelloMapAndroidAuto/app/.gitignore | 2 + .../android/HelloMapAndroidAuto/build.gradle | 2 +- .../HelloMapAndroidAuto/gradle.properties | 3 - .../gradle/wrapper/gradle-wrapper.properties | 2 +- .../explore/android/HelloMapKotlin/.gitignore | 8 +++ .../android/HelloMapKotlin/app/.gitignore | 2 + .../android/HelloMapKotlin/build.gradle | 2 +- .../android/HelloMapKotlin/gradle.properties | 3 - .../gradle/wrapper/gradle-wrapper.properties | 2 +- .../android/HelloMapSurface/.gitignore | 8 +++ .../android/HelloMapSurface/app/.gitignore | 2 + .../android/HelloMapSurface/build.gradle | 2 +- .../android/HelloMapSurface/gradle.properties | 3 - .../gradle/wrapper/gradle-wrapper.properties | 2 +- .../explore/android/MapItems/.gitignore | 8 +++ .../explore/android/MapItems/app/.gitignore | 2 + .../explore/android/MapItems/build.gradle | 2 +- .../android/MapItems/gradle.properties | 4 -- .../gradle/wrapper/gradle-wrapper.properties | 2 +- .../explore/android/MultiDisplays/.gitignore | 8 +++ .../android/MultiDisplays/app/.gitignore | 2 + .../android/MultiDisplays/build.gradle | 2 +- .../android/MultiDisplays/gradle.properties | 3 - .../gradle/wrapper/gradle-wrapper.properties | 2 +- .../android/OffscreenMapSurface/.gitignore | 8 +++ .../OffscreenMapSurface/app/.gitignore | 2 + .../android/OffscreenMapSurface/build.gradle | 2 +- .../OffscreenMapSurface/gradle.properties | 3 - .../gradle/wrapper/gradle-wrapper.properties | 2 +- .../explore/android/PublicTransit/.gitignore | 8 +++ .../android/PublicTransit/app/.gitignore | 2 + .../android/PublicTransit/build.gradle | 2 +- .../android/PublicTransit/gradle.properties | 4 +- .../gradle/wrapper/gradle-wrapper.properties | 2 +- .../latest/explore/android/Routing/.gitignore | 8 +++ .../explore/android/Routing/app/.gitignore | 2 + .../java/com/here/routing/RoutingExample.java | 60 +++++++++---------- .../explore/android/Routing/build.gradle | 2 +- .../explore/android/Routing/gradle.properties | 5 +- .../gradle/wrapper/gradle-wrapper.properties | 2 +- .../latest/explore/android/Search/.gitignore | 8 +++ .../explore/android/Search/app/.gitignore | 2 + .../explore/android/Search/build.gradle | 2 +- .../explore/android/Search/gradle.properties | 3 - .../gradle/wrapper/gradle-wrapper.properties | 2 +- .../android/StandAloneEngine/.gitignore | 8 +++ .../android/StandAloneEngine/app/.gitignore | 2 + .../android/StandAloneEngine/build.gradle | 2 +- .../StandAloneEngine/gradle.properties | 5 -- .../gradle/wrapper/gradle-wrapper.properties | 2 +- .../latest/explore/android/Traffic/.gitignore | 8 +++ .../explore/android/Traffic/app/.gitignore | 2 + .../explore/android/Traffic/build.gradle | 2 +- .../explore/android/Traffic/gradle.properties | 3 - .../gradle/wrapper/gradle-wrapper.properties | 2 +- .../explore/android/UnitTesting/.gitignore | 8 +++ .../android/UnitTesting/app/.gitignore | 3 + .../explore/android/UnitTesting/build.gradle | 2 +- .../android/UnitTesting/gradle.properties | 3 - .../gradle/wrapper/gradle-wrapper.properties | 2 +- .../explore/flutter/camera_app/.gitignore | 44 ++++++++++++++ .../flutter/camera_app/android/.gitignore | 11 ++++ .../explore/flutter/camera_app/ios/.gitignore | 32 ++++++++++ .../camera_keyframe_tracks_app/.gitignore | 44 ++++++++++++++ .../android/.gitignore | 13 ++++ .../camera_keyframe_tracks_app/ios/.gitignore | 34 +++++++++++ .../flutter/custom_map_styles_app/.gitignore | 44 ++++++++++++++ .../custom_map_styles_app/android/.gitignore | 7 +++ .../custom_map_styles_app/ios/.gitignore | 32 ++++++++++ .../custom_raster_layers_app/.gitignore | 44 ++++++++++++++ .../android/.gitignore | 7 +++ .../custom_raster_layers_app/ios/.gitignore | 32 ++++++++++ .../custom_raster_tile_source_app/.gitignore | 44 ++++++++++++++ .../android/.gitignore | 7 +++ .../ios/.gitignore | 32 ++++++++++ .../explore/flutter/ev_routing_app/.gitignore | 44 ++++++++++++++ .../flutter/ev_routing_app/android/.gitignore | 7 +++ .../flutter/ev_routing_app/ios/.gitignore | 32 ++++++++++ .../explore/flutter/gestures_app/.gitignore | 44 ++++++++++++++ .../flutter/gestures_app/android/.gitignore | 7 +++ .../flutter/gestures_app/ios/.gitignore | 32 ++++++++++ .../explore/flutter/hello_map_app/.gitignore | 44 ++++++++++++++ .../flutter/hello_map_app/android/.gitignore | 7 +++ .../flutter/hello_map_app/ios/.gitignore | 32 ++++++++++ .../explore/flutter/map_items_app/.gitignore | 44 ++++++++++++++ .../flutter/map_items_app/android/.gitignore | 7 +++ .../flutter/map_items_app/ios/.gitignore | 32 ++++++++++ .../flutter/public_transit_app/.gitignore | 44 ++++++++++++++ .../public_transit_app/android/.gitignore | 7 +++ .../flutter/public_transit_app/ios/.gitignore | 32 ++++++++++ .../explore/flutter/routing_app/.gitignore | 44 ++++++++++++++ .../flutter/routing_app/android/.gitignore | 7 +++ .../flutter/routing_app/ios/.gitignore | 32 ++++++++++ .../routing_app/lib/RoutingExample.dart | 53 +++++++++------- .../explore/flutter/search_app/.gitignore | 44 ++++++++++++++ .../flutter/search_app/android/.gitignore | 7 +++ .../explore/flutter/search_app/ios/.gitignore | 32 ++++++++++ .../explore/flutter/traffic_app/.gitignore | 44 ++++++++++++++ .../flutter/traffic_app/android/.gitignore | 7 +++ .../flutter/traffic_app/ios/.gitignore | 32 ++++++++++ .../flutter/unit_testing_app/.gitignore | 44 ++++++++++++++ .../unit_testing_app/android/.gitignore | 7 +++ .../flutter/unit_testing_app/ios/.gitignore | 32 ++++++++++ examples/latest/explore/ios/Camera/.gitignore | 26 ++++++++ .../ios/CameraKeyframeTracks/.gitignore | 26 ++++++++ .../explore/ios/CustomMapStyles/.gitignore | 26 ++++++++ .../explore/ios/CustomRasterLayers/.gitignore | 26 ++++++++ .../ios/CustomRasterTileSource/.gitignore | 26 ++++++++ .../latest/explore/ios/EVRouting/.gitignore | 26 ++++++++ .../latest/explore/ios/Gestures/.gitignore | 26 ++++++++ .../latest/explore/ios/HelloMap/.gitignore | 26 ++++++++ .../explore/ios/HelloMapCarPlay/.gitignore | 26 ++++++++ .../ios/HelloMapWithStoryboard/.gitignore | 26 ++++++++ .../latest/explore/ios/MapItems/.gitignore | 26 ++++++++ .../explore/ios/OffscreenMap/.gitignore | 26 ++++++++ .../explore/ios/PublicTransit/.gitignore | 26 ++++++++ .../latest/explore/ios/Routing/.gitignore | 26 ++++++++ .../ios/Routing/Routing/RoutingExample.swift | 51 +++++++--------- examples/latest/explore/ios/Search/.gitignore | 26 ++++++++ .../explore/ios/StandAloneEngine/.gitignore | 26 ++++++++ .../latest/explore/ios/Traffic/.gitignore | 26 ++++++++ .../latest/explore/ios/UnitTesting/.gitignore | 26 ++++++++ .../latest/lite/android/CameraLite/.gitignore | 8 +++ .../lite/android/CameraLite/app/.gitignore | 2 + .../lite/android/CameraLite/build.gradle | 2 +- .../lite/android/CameraLite/gradle.properties | 5 -- .../gradle/wrapper/gradle-wrapper.properties | 2 +- .../lite/android/GesturesLite/.gitignore | 8 +++ .../lite/android/GesturesLite/app/.gitignore | 2 + .../lite/android/GesturesLite/build.gradle | 2 +- .../android/GesturesLite/gradle.properties | 3 - .../gradle/wrapper/gradle-wrapper.properties | 2 +- .../lite/android/HelloMapLite/.gitignore | 8 +++ .../lite/android/HelloMapLite/app/.gitignore | 2 + .../lite/android/HelloMapLite/build.gradle | 2 +- .../android/HelloMapLite/gradle.properties | 3 - .../gradle/wrapper/gradle-wrapper.properties | 2 +- .../lite/android/MapItemsLite/.gitignore | 8 +++ .../lite/android/MapItemsLite/app/.gitignore | 2 + .../lite/android/MapItemsLite/build.gradle | 2 +- .../android/MapItemsLite/gradle.properties | 4 +- .../gradle/wrapper/gradle-wrapper.properties | 2 +- .../lite/android/RoutingLite/.gitignore | 8 +++ .../lite/android/RoutingLite/app/.gitignore | 2 + .../lite/android/RoutingLite/build.gradle | 2 +- .../android/RoutingLite/gradle.properties | 2 - .../gradle/wrapper/gradle-wrapper.properties | 2 +- .../latest/lite/android/SearchLite/.gitignore | 8 +++ .../lite/android/SearchLite/app/.gitignore | 2 + .../lite/android/SearchLite/build.gradle | 2 +- .../lite/android/SearchLite/gradle.properties | 3 - .../gradle/wrapper/gradle-wrapper.properties | 2 +- .../android/StandAloneEngineLite/.gitignore | 8 +++ .../StandAloneEngineLite/app/.gitignore | 2 + .../android/StandAloneEngineLite/build.gradle | 2 +- .../StandAloneEngineLite/gradle.properties | 5 -- .../gradle/wrapper/gradle-wrapper.properties | 2 +- .../lite/android/TrafficLite/.gitignore | 8 +++ .../lite/android/TrafficLite/app/.gitignore | 2 + .../lite/android/TrafficLite/build.gradle | 2 +- .../android/TrafficLite/gradle.properties | 3 - .../gradle/wrapper/gradle-wrapper.properties | 2 +- .../latest/navigate/android/Camera/.gitignore | 8 +++ .../navigate/android/Camera/app/.gitignore | 2 + .../navigate/android/Camera/build.gradle | 2 +- .../navigate/android/Camera/gradle.properties | 5 -- .../gradle/wrapper/gradle-wrapper.properties | 2 +- .../android/CameraKeyframeTracks/.gitignore | 8 +++ .../CameraKeyframeTracks/app/.gitignore | 2 + .../android/CameraKeyframeTracks/build.gradle | 4 +- .../CameraKeyframeTracks/gradle.properties | 5 +- .../gradle/wrapper/gradle-wrapper.properties | 2 +- .../android/CartoPOIPicking/.gitignore | 8 +++ .../android/CartoPOIPicking/app/.gitignore | 2 + .../android/CartoPOIPicking/build.gradle | 2 +- .../android/CartoPOIPicking/gradle.properties | 4 -- .../gradle/wrapper/gradle-wrapper.properties | 2 +- .../android/CustomMapStyles/.gitignore | 8 +++ .../android/CustomMapStyles/app/.gitignore | 2 + .../android/CustomMapStyles/build.gradle | 2 +- .../android/CustomMapStyles/gradle.properties | 5 -- .../gradle/wrapper/gradle-wrapper.properties | 2 +- .../android/CustomRasterLayers/.gitignore | 8 +++ .../android/CustomRasterLayers/app/.gitignore | 2 + .../android/CustomRasterLayers/build.gradle | 2 +- .../CustomRasterLayers/gradle.properties | 5 -- .../gradle/wrapper/gradle-wrapper.properties | 2 +- .../android/CustomRasterTileSource/.gitignore | 8 +++ .../CustomRasterTileSource/app/.gitignore | 2 + .../CustomRasterTileSource/build.gradle | 2 +- .../CustomRasterTileSource/gradle.properties | 5 -- .../gradle/wrapper/gradle-wrapper.properties | 2 +- .../navigate/android/EVRouting/.gitignore | 8 +++ .../navigate/android/EVRouting/app/.gitignore | 2 + .../navigate/android/EVRouting/build.gradle | 2 +- .../android/EVRouting/gradle.properties | 3 - .../gradle/wrapper/gradle-wrapper.properties | 2 +- .../navigate/android/Gestures/.gitignore | 8 +++ .../navigate/android/Gestures/app/.gitignore | 2 + .../navigate/android/Gestures/build.gradle | 2 +- .../android/Gestures/gradle.properties | 3 - .../gradle/wrapper/gradle-wrapper.properties | 2 +- .../navigate/android/HelloMap/.gitignore | 8 +++ .../navigate/android/HelloMap/app/.gitignore | 2 + .../navigate/android/HelloMap/build.gradle | 2 +- .../android/HelloMap/gradle.properties | 3 - .../gradle/wrapper/gradle-wrapper.properties | 2 +- .../android/HelloMapAndroidAuto/.gitignore | 8 +++ .../HelloMapAndroidAuto/app/.gitignore | 2 + .../android/HelloMapAndroidAuto/build.gradle | 2 +- .../HelloMapAndroidAuto/gradle.properties | 3 - .../gradle/wrapper/gradle-wrapper.properties | 2 +- .../android/HelloMapKotlin/.gitignore | 8 +++ .../android/HelloMapKotlin/app/.gitignore | 2 + .../android/HelloMapKotlin/build.gradle | 2 +- .../android/HelloMapKotlin/gradle.properties | 3 - .../gradle/wrapper/gradle-wrapper.properties | 2 +- .../android/HelloMapSurface/.gitignore | 8 +++ .../android/HelloMapSurface/app/.gitignore | 2 + .../android/HelloMapSurface/build.gradle | 2 +- .../android/HelloMapSurface/gradle.properties | 3 - .../gradle/wrapper/gradle-wrapper.properties | 2 +- .../navigate/android/HikingDiary/.gitignore | 8 +++ .../android/HikingDiary/app/.gitignore | 2 + .../navigate/android/HikingDiary/build.gradle | 2 +- .../android/HikingDiary/gradle.properties | 3 - .../gradle/wrapper/gradle-wrapper.properties | 2 +- .../navigate/android/IndoorMap/.gitignore | 8 +++ .../navigate/android/IndoorMap/app/.gitignore | 2 + .../navigate/android/IndoorMap/build.gradle | 2 +- .../android/IndoorMap/gradle.properties | 3 - .../gradle/wrapper/gradle-wrapper.properties | 2 +- .../navigate/android/MapItems/.gitignore | 8 +++ .../navigate/android/MapItems/app/.gitignore | 2 + .../navigate/android/MapItems/build.gradle | 2 +- .../android/MapItems/gradle.properties | 4 -- .../gradle/wrapper/gradle-wrapper.properties | 2 +- .../navigate/android/MultiDisplays/.gitignore | 8 +++ .../android/MultiDisplays/app/.gitignore | 2 + .../android/MultiDisplays/build.gradle | 2 +- .../android/MultiDisplays/gradle.properties | 3 - .../gradle/wrapper/gradle-wrapper.properties | 2 +- .../navigate/android/Navigation/.gitignore | 8 +++ .../android/Navigation/app/.gitignore | 2 + .../navigate/android/Navigation/build.gradle | 2 +- .../android/Navigation/gradle.properties | 3 - .../gradle/wrapper/gradle-wrapper.properties | 2 +- .../android/NavigationCustom/.gitignore | 8 +++ .../android/NavigationCustom/app/.gitignore | 2 + .../android/NavigationCustom/build.gradle | 2 +- .../NavigationCustom/gradle.properties | 3 - .../gradle/wrapper/gradle-wrapper.properties | 2 +- .../android/NavigationQuickStart/.gitignore | 8 +++ .../NavigationQuickStart/app/.gitignore | 2 + .../android/NavigationQuickStart/build.gradle | 2 +- .../NavigationQuickStart/gradle.properties | 3 - .../gradle/wrapper/gradle-wrapper.properties | 2 +- .../navigate/android/OfflineMaps/.gitignore | 8 +++ .../android/OfflineMaps/app/.gitignore | 2 + .../navigate/android/OfflineMaps/build.gradle | 2 +- .../android/OfflineMaps/gradle.properties | 3 - .../gradle/wrapper/gradle-wrapper.properties | 2 +- .../android/OffscreenMapSurface/.gitignore | 8 +++ .../OffscreenMapSurface/app/.gitignore | 2 + .../android/OffscreenMapSurface/build.gradle | 2 +- .../OffscreenMapSurface/gradle.properties | 3 - .../gradle/wrapper/gradle-wrapper.properties | 2 +- .../navigate/android/Positioning/.gitignore | 9 +++ .../android/Positioning/app/.gitignore | 2 + .../navigate/android/Positioning/build.gradle | 2 +- .../android/Positioning/gradle.properties | 6 +- .../gradle/wrapper/gradle-wrapper.properties | 2 +- .../.gitignore | 8 +++ .../build.gradle | 2 +- .../gradle.properties | 6 +- .../gradle/wrapper/gradle-wrapper.properties | 2 +- .../navigate/android/PublicTransit/.gitignore | 8 +++ .../android/PublicTransit/app/.gitignore | 2 + .../android/PublicTransit/build.gradle | 2 +- .../android/PublicTransit/gradle.properties | 4 +- .../gradle/wrapper/gradle-wrapper.properties | 2 +- .../navigate/android/Rerouting/.gitignore | 8 +++ .../navigate/android/Rerouting/app/.gitignore | 2 + .../navigate/android/Rerouting/build.gradle | 2 +- .../android/Rerouting/gradle.properties | 3 - .../gradle/wrapper/gradle-wrapper.properties | 2 +- .../navigate/android/Routing/.gitignore | 8 +++ .../navigate/android/Routing/app/.gitignore | 2 + .../java/com/here/routing/RoutingExample.java | 60 +++++++++---------- .../navigate/android/Routing/build.gradle | 2 +- .../android/Routing/gradle.properties | 5 +- .../gradle/wrapper/gradle-wrapper.properties | 2 +- .../navigate/android/RoutingHybrid/.gitignore | 8 +++ .../android/RoutingHybrid/app/.gitignore | 2 + .../android/RoutingHybrid/build.gradle | 2 +- .../android/RoutingHybrid/gradle.properties | 4 +- .../gradle/wrapper/gradle-wrapper.properties | 2 +- .../latest/navigate/android/Search/.gitignore | 8 +++ .../navigate/android/Search/app/.gitignore | 2 + .../navigate/android/Search/build.gradle | 2 +- .../navigate/android/Search/gradle.properties | 3 - .../gradle/wrapper/gradle-wrapper.properties | 2 +- .../navigate/android/SearchHybrid/.gitignore | 8 +++ .../android/SearchHybrid/app/.gitignore | 2 + .../android/SearchHybrid/build.gradle | 2 +- .../android/SearchHybrid/gradle.properties | 3 - .../gradle/wrapper/gradle-wrapper.properties | 2 +- .../android/SpatialAudioNavigation/.gitignore | 8 +++ .../SpatialAudioNavigation/app/.gitignore | 2 + .../SpatialAudioNavigation/build.gradle | 2 +- .../SpatialAudioNavigation/gradle.properties | 3 - .../gradle/wrapper/gradle-wrapper.properties | 2 +- .../android/StandAloneEngine/.gitignore | 8 +++ .../android/StandAloneEngine/app/.gitignore | 2 + .../android/StandAloneEngine/build.gradle | 2 +- .../StandAloneEngine/gradle.properties | 5 -- .../gradle/wrapper/gradle-wrapper.properties | 2 +- .../navigate/android/Traffic/.gitignore | 8 +++ .../navigate/android/Traffic/app/.gitignore | 2 + .../navigate/android/Traffic/build.gradle | 2 +- .../android/Traffic/gradle.properties | 3 - .../gradle/wrapper/gradle-wrapper.properties | 2 +- .../navigate/android/TruckGuidance/.gitignore | 8 +++ .../android/TruckGuidance/app/.gitignore | 2 + .../android/TruckGuidance/build.gradle | 2 +- .../android/TruckGuidance/gradle.properties | 3 - .../gradle/wrapper/gradle-wrapper.properties | 2 +- .../navigate/android/UnitTesting/.gitignore | 8 +++ .../android/UnitTesting/app/.gitignore | 3 + .../navigate/android/UnitTesting/build.gradle | 2 +- .../android/UnitTesting/gradle.properties | 3 - .../gradle/wrapper/gradle-wrapper.properties | 2 +- .../navigate/flutter/camera_app/.gitignore | 44 ++++++++++++++ .../flutter/camera_app/android/.gitignore | 11 ++++ .../flutter/camera_app/ios/.gitignore | 32 ++++++++++ .../camera_keyframe_tracks_app/.gitignore | 44 ++++++++++++++ .../android/.gitignore | 13 ++++ .../camera_keyframe_tracks_app/ios/.gitignore | 34 +++++++++++ .../flutter/carto_poi_picking_app/.gitignore | 44 ++++++++++++++ .../carto_poi_picking_app/android/.gitignore | 7 +++ .../carto_poi_picking_app/ios/.gitignore | 32 ++++++++++ .../flutter/custom_map_styles_app/.gitignore | 44 ++++++++++++++ .../custom_map_styles_app/android/.gitignore | 7 +++ .../custom_map_styles_app/ios/.gitignore | 32 ++++++++++ .../custom_raster_layers_app/.gitignore | 44 ++++++++++++++ .../android/.gitignore | 7 +++ .../custom_raster_layers_app/ios/.gitignore | 32 ++++++++++ .../custom_raster_tile_source_app/.gitignore | 44 ++++++++++++++ .../android/.gitignore | 7 +++ .../ios/.gitignore | 32 ++++++++++ .../flutter/ev_routing_app/.gitignore | 44 ++++++++++++++ .../flutter/ev_routing_app/android/.gitignore | 7 +++ .../flutter/ev_routing_app/ios/.gitignore | 32 ++++++++++ .../navigate/flutter/gestures_app/.gitignore | 44 ++++++++++++++ .../flutter/gestures_app/android/.gitignore | 7 +++ .../flutter/gestures_app/ios/.gitignore | 32 ++++++++++ .../navigate/flutter/hello_map_app/.gitignore | 44 ++++++++++++++ .../flutter/hello_map_app/android/.gitignore | 7 +++ .../flutter/hello_map_app/ios/.gitignore | 32 ++++++++++ .../flutter/hiking_diary_app/.gitignore | 44 ++++++++++++++ .../hiking_diary_app/android/.gitignore | 7 +++ .../flutter/hiking_diary_app/ios/.gitignore | 32 ++++++++++ .../flutter/indoor_map_app/.gitignore | 44 ++++++++++++++ .../flutter/indoor_map_app/android/.gitignore | 7 +++ .../flutter/indoor_map_app/ios/.gitignore | 32 ++++++++++ .../navigate/flutter/map_items_app/.gitignore | 44 ++++++++++++++ .../flutter/map_items_app/android/.gitignore | 7 +++ .../flutter/map_items_app/ios/.gitignore | 32 ++++++++++ .../flutter/navigation_app/.gitignore | 44 ++++++++++++++ .../flutter/navigation_app/android/.gitignore | 11 ++++ .../flutter/navigation_app/ios/.gitignore | 32 ++++++++++ .../flutter/navigation_custom/.gitignore | 44 ++++++++++++++ .../navigation_custom/android/.gitignore | 7 +++ .../flutter/navigation_custom/ios/.gitignore | 32 ++++++++++ .../navigation_quick_start_app/.gitignore | 44 ++++++++++++++ .../android/.gitignore | 7 +++ .../navigation_quick_start_app/ios/.gitignore | 32 ++++++++++ .../flutter/offline_maps_app/.gitignore | 44 ++++++++++++++ .../offline_maps_app/android/.gitignore | 7 +++ .../flutter/offline_maps_app/ios/.gitignore | 32 ++++++++++ .../flutter/positioning_app/.gitignore | 44 ++++++++++++++ .../positioning_app/android/.gitignore | 7 +++ .../flutter/positioning_app/ios/.gitignore | 32 ++++++++++ .../flutter/public_transit_app/.gitignore | 44 ++++++++++++++ .../public_transit_app/android/.gitignore | 7 +++ .../flutter/public_transit_app/ios/.gitignore | 32 ++++++++++ .../navigate/flutter/routing_app/.gitignore | 44 ++++++++++++++ .../flutter/routing_app/android/.gitignore | 7 +++ .../flutter/routing_app/ios/.gitignore | 32 ++++++++++ .../routing_app/lib/RoutingExample.dart | 53 +++++++++------- .../flutter/routing_hybrid_app/.gitignore | 44 ++++++++++++++ .../routing_hybrid_app/android/.gitignore | 7 +++ .../flutter/routing_hybrid_app/ios/.gitignore | 32 ++++++++++ .../navigate/flutter/search_app/.gitignore | 44 ++++++++++++++ .../flutter/search_app/android/.gitignore | 7 +++ .../flutter/search_app/ios/.gitignore | 32 ++++++++++ .../flutter/search_hybrid_app/.gitignore | 44 ++++++++++++++ .../search_hybrid_app/android/.gitignore | 7 +++ .../flutter/search_hybrid_app/ios/.gitignore | 32 ++++++++++ .../spatial_audio_navigation/.gitignore | 44 ++++++++++++++ .../android/.gitignore | 7 +++ .../spatial_audio_navigation/ios/.gitignore | 32 ++++++++++ .../navigate/flutter/traffic_app/.gitignore | 44 ++++++++++++++ .../flutter/traffic_app/android/.gitignore | 7 +++ .../flutter/traffic_app/ios/.gitignore | 32 ++++++++++ .../flutter/unit_testing_app/.gitignore | 44 ++++++++++++++ .../unit_testing_app/android/.gitignore | 7 +++ .../flutter/unit_testing_app/ios/.gitignore | 32 ++++++++++ .../latest/navigate/ios/Camera/.gitignore | 26 ++++++++ .../ios/CameraKeyframeTracks/.gitignore | 26 ++++++++ .../navigate/ios/CartoPOIPicking/.gitignore | 26 ++++++++ .../navigate/ios/CustomMapStyles/.gitignore | 26 ++++++++ .../ios/CustomRasterLayers/.gitignore | 26 ++++++++ .../ios/CustomRasterTileSource/.gitignore | 26 ++++++++ .../latest/navigate/ios/EVRouting/.gitignore | 26 ++++++++ .../latest/navigate/ios/Gestures/.gitignore | 26 ++++++++ .../latest/navigate/ios/HelloMap/.gitignore | 26 ++++++++ .../navigate/ios/HelloMapCarPlay/.gitignore | 26 ++++++++ .../ios/HelloMapWithStoryboard/.gitignore | 26 ++++++++ .../navigate/ios/HikingDiary/.gitignore | 27 +++++++++ .../latest/navigate/ios/IndoorMap/.gitignore | 26 ++++++++ .../latest/navigate/ios/MapItems/.gitignore | 26 ++++++++ .../latest/navigate/ios/Navigation/.gitignore | 26 ++++++++ .../navigate/ios/NavigationCustom/.gitignore | 26 ++++++++ .../ios/NavigationQuickStart/.gitignore | 26 ++++++++ .../navigate/ios/OfflineMaps/.gitignore | 26 ++++++++ .../navigate/ios/OffscreenMap/.gitignore | 26 ++++++++ .../navigate/ios/Positioning/.gitignore | 26 ++++++++ .../navigate/ios/PublicTransit/.gitignore | 26 ++++++++ .../latest/navigate/ios/Rerouting/.gitignore | 26 ++++++++ .../latest/navigate/ios/Routing/.gitignore | 26 ++++++++ .../ios/Routing/Routing/RoutingExample.swift | 51 +++++++--------- .../navigate/ios/RoutingHybrid/.gitignore | 26 ++++++++ .../latest/navigate/ios/Search/.gitignore | 26 ++++++++ .../navigate/ios/SearchHybrid/.gitignore | 26 ++++++++ .../ios/SpatialAudioNavigation/.gitignore | 26 ++++++++ .../navigate/ios/StandAloneEngine/.gitignore | 26 ++++++++ .../latest/navigate/ios/Traffic/.gitignore | 26 ++++++++ .../navigate/ios/TruckGuidance/.gitignore | 26 ++++++++ .../navigate/ios/UnitTesting/.gitignore | 26 ++++++++ 483 files changed, 5461 insertions(+), 514 deletions(-) create mode 100644 examples/latest/explore/android/Camera/.gitignore create mode 100644 examples/latest/explore/android/Camera/app/.gitignore create mode 100644 examples/latest/explore/android/CameraKeyframeTracks/.gitignore create mode 100644 examples/latest/explore/android/CameraKeyframeTracks/app/.gitignore create mode 100644 examples/latest/explore/android/CustomMapStyles/.gitignore create mode 100644 examples/latest/explore/android/CustomMapStyles/app/.gitignore create mode 100644 examples/latest/explore/android/CustomRasterLayers/.gitignore create mode 100644 examples/latest/explore/android/CustomRasterLayers/app/.gitignore create mode 100644 examples/latest/explore/android/CustomRasterTileSource/.gitignore create mode 100644 examples/latest/explore/android/CustomRasterTileSource/app/.gitignore create mode 100644 examples/latest/explore/android/EVRouting/.gitignore create mode 100644 examples/latest/explore/android/EVRouting/app/.gitignore create mode 100644 examples/latest/explore/android/Gestures/.gitignore create mode 100644 examples/latest/explore/android/Gestures/app/.gitignore create mode 100644 examples/latest/explore/android/HelloMap/.gitignore create mode 100644 examples/latest/explore/android/HelloMap/app/.gitignore create mode 100644 examples/latest/explore/android/HelloMapAndroidAuto/.gitignore create mode 100644 examples/latest/explore/android/HelloMapAndroidAuto/app/.gitignore create mode 100644 examples/latest/explore/android/HelloMapKotlin/.gitignore create mode 100644 examples/latest/explore/android/HelloMapKotlin/app/.gitignore create mode 100644 examples/latest/explore/android/HelloMapSurface/.gitignore create mode 100644 examples/latest/explore/android/HelloMapSurface/app/.gitignore create mode 100644 examples/latest/explore/android/MapItems/.gitignore create mode 100644 examples/latest/explore/android/MapItems/app/.gitignore create mode 100644 examples/latest/explore/android/MultiDisplays/.gitignore create mode 100644 examples/latest/explore/android/MultiDisplays/app/.gitignore create mode 100644 examples/latest/explore/android/OffscreenMapSurface/.gitignore create mode 100644 examples/latest/explore/android/OffscreenMapSurface/app/.gitignore create mode 100644 examples/latest/explore/android/PublicTransit/.gitignore create mode 100644 examples/latest/explore/android/PublicTransit/app/.gitignore create mode 100644 examples/latest/explore/android/Routing/.gitignore create mode 100644 examples/latest/explore/android/Routing/app/.gitignore create mode 100644 examples/latest/explore/android/Search/.gitignore create mode 100644 examples/latest/explore/android/Search/app/.gitignore create mode 100644 examples/latest/explore/android/StandAloneEngine/.gitignore create mode 100644 examples/latest/explore/android/StandAloneEngine/app/.gitignore create mode 100644 examples/latest/explore/android/Traffic/.gitignore create mode 100644 examples/latest/explore/android/Traffic/app/.gitignore create mode 100644 examples/latest/explore/android/UnitTesting/.gitignore create mode 100644 examples/latest/explore/android/UnitTesting/app/.gitignore create mode 100644 examples/latest/explore/flutter/camera_app/.gitignore create mode 100644 examples/latest/explore/flutter/camera_app/android/.gitignore create mode 100644 examples/latest/explore/flutter/camera_app/ios/.gitignore create mode 100644 examples/latest/explore/flutter/camera_keyframe_tracks_app/.gitignore create mode 100644 examples/latest/explore/flutter/camera_keyframe_tracks_app/android/.gitignore create mode 100644 examples/latest/explore/flutter/camera_keyframe_tracks_app/ios/.gitignore create mode 100644 examples/latest/explore/flutter/custom_map_styles_app/.gitignore create mode 100644 examples/latest/explore/flutter/custom_map_styles_app/android/.gitignore create mode 100644 examples/latest/explore/flutter/custom_map_styles_app/ios/.gitignore create mode 100644 examples/latest/explore/flutter/custom_raster_layers_app/.gitignore create mode 100644 examples/latest/explore/flutter/custom_raster_layers_app/android/.gitignore create mode 100644 examples/latest/explore/flutter/custom_raster_layers_app/ios/.gitignore create mode 100644 examples/latest/explore/flutter/custom_raster_tile_source_app/.gitignore create mode 100644 examples/latest/explore/flutter/custom_raster_tile_source_app/android/.gitignore create mode 100644 examples/latest/explore/flutter/custom_raster_tile_source_app/ios/.gitignore create mode 100644 examples/latest/explore/flutter/ev_routing_app/.gitignore create mode 100644 examples/latest/explore/flutter/ev_routing_app/android/.gitignore create mode 100644 examples/latest/explore/flutter/ev_routing_app/ios/.gitignore create mode 100644 examples/latest/explore/flutter/gestures_app/.gitignore create mode 100644 examples/latest/explore/flutter/gestures_app/android/.gitignore create mode 100644 examples/latest/explore/flutter/gestures_app/ios/.gitignore create mode 100644 examples/latest/explore/flutter/hello_map_app/.gitignore create mode 100644 examples/latest/explore/flutter/hello_map_app/android/.gitignore create mode 100644 examples/latest/explore/flutter/hello_map_app/ios/.gitignore create mode 100644 examples/latest/explore/flutter/map_items_app/.gitignore create mode 100644 examples/latest/explore/flutter/map_items_app/android/.gitignore create mode 100644 examples/latest/explore/flutter/map_items_app/ios/.gitignore create mode 100644 examples/latest/explore/flutter/public_transit_app/.gitignore create mode 100644 examples/latest/explore/flutter/public_transit_app/android/.gitignore create mode 100644 examples/latest/explore/flutter/public_transit_app/ios/.gitignore create mode 100644 examples/latest/explore/flutter/routing_app/.gitignore create mode 100644 examples/latest/explore/flutter/routing_app/android/.gitignore create mode 100644 examples/latest/explore/flutter/routing_app/ios/.gitignore create mode 100644 examples/latest/explore/flutter/search_app/.gitignore create mode 100644 examples/latest/explore/flutter/search_app/android/.gitignore create mode 100644 examples/latest/explore/flutter/search_app/ios/.gitignore create mode 100644 examples/latest/explore/flutter/traffic_app/.gitignore create mode 100644 examples/latest/explore/flutter/traffic_app/android/.gitignore create mode 100644 examples/latest/explore/flutter/traffic_app/ios/.gitignore create mode 100644 examples/latest/explore/flutter/unit_testing_app/.gitignore create mode 100644 examples/latest/explore/flutter/unit_testing_app/android/.gitignore create mode 100644 examples/latest/explore/flutter/unit_testing_app/ios/.gitignore create mode 100644 examples/latest/explore/ios/Camera/.gitignore create mode 100644 examples/latest/explore/ios/CameraKeyframeTracks/.gitignore create mode 100644 examples/latest/explore/ios/CustomMapStyles/.gitignore create mode 100644 examples/latest/explore/ios/CustomRasterLayers/.gitignore create mode 100644 examples/latest/explore/ios/CustomRasterTileSource/.gitignore create mode 100644 examples/latest/explore/ios/EVRouting/.gitignore create mode 100644 examples/latest/explore/ios/Gestures/.gitignore create mode 100644 examples/latest/explore/ios/HelloMap/.gitignore create mode 100644 examples/latest/explore/ios/HelloMapCarPlay/.gitignore create mode 100644 examples/latest/explore/ios/HelloMapWithStoryboard/.gitignore create mode 100644 examples/latest/explore/ios/MapItems/.gitignore create mode 100644 examples/latest/explore/ios/OffscreenMap/.gitignore create mode 100644 examples/latest/explore/ios/PublicTransit/.gitignore create mode 100644 examples/latest/explore/ios/Routing/.gitignore create mode 100644 examples/latest/explore/ios/Search/.gitignore create mode 100644 examples/latest/explore/ios/StandAloneEngine/.gitignore create mode 100644 examples/latest/explore/ios/Traffic/.gitignore create mode 100644 examples/latest/explore/ios/UnitTesting/.gitignore create mode 100644 examples/latest/lite/android/CameraLite/.gitignore create mode 100644 examples/latest/lite/android/CameraLite/app/.gitignore create mode 100644 examples/latest/lite/android/GesturesLite/.gitignore create mode 100644 examples/latest/lite/android/GesturesLite/app/.gitignore create mode 100644 examples/latest/lite/android/HelloMapLite/.gitignore create mode 100644 examples/latest/lite/android/HelloMapLite/app/.gitignore create mode 100644 examples/latest/lite/android/MapItemsLite/.gitignore create mode 100644 examples/latest/lite/android/MapItemsLite/app/.gitignore create mode 100644 examples/latest/lite/android/RoutingLite/.gitignore create mode 100644 examples/latest/lite/android/RoutingLite/app/.gitignore create mode 100644 examples/latest/lite/android/SearchLite/.gitignore create mode 100644 examples/latest/lite/android/SearchLite/app/.gitignore create mode 100644 examples/latest/lite/android/StandAloneEngineLite/.gitignore create mode 100644 examples/latest/lite/android/StandAloneEngineLite/app/.gitignore create mode 100644 examples/latest/lite/android/TrafficLite/.gitignore create mode 100644 examples/latest/lite/android/TrafficLite/app/.gitignore create mode 100644 examples/latest/navigate/android/Camera/.gitignore create mode 100644 examples/latest/navigate/android/Camera/app/.gitignore create mode 100644 examples/latest/navigate/android/CameraKeyframeTracks/.gitignore create mode 100644 examples/latest/navigate/android/CameraKeyframeTracks/app/.gitignore create mode 100644 examples/latest/navigate/android/CartoPOIPicking/.gitignore create mode 100644 examples/latest/navigate/android/CartoPOIPicking/app/.gitignore create mode 100644 examples/latest/navigate/android/CustomMapStyles/.gitignore create mode 100644 examples/latest/navigate/android/CustomMapStyles/app/.gitignore create mode 100644 examples/latest/navigate/android/CustomRasterLayers/.gitignore create mode 100644 examples/latest/navigate/android/CustomRasterLayers/app/.gitignore create mode 100644 examples/latest/navigate/android/CustomRasterTileSource/.gitignore create mode 100644 examples/latest/navigate/android/CustomRasterTileSource/app/.gitignore create mode 100644 examples/latest/navigate/android/EVRouting/.gitignore create mode 100644 examples/latest/navigate/android/EVRouting/app/.gitignore create mode 100644 examples/latest/navigate/android/Gestures/.gitignore create mode 100644 examples/latest/navigate/android/Gestures/app/.gitignore create mode 100644 examples/latest/navigate/android/HelloMap/.gitignore create mode 100644 examples/latest/navigate/android/HelloMap/app/.gitignore create mode 100644 examples/latest/navigate/android/HelloMapAndroidAuto/.gitignore create mode 100644 examples/latest/navigate/android/HelloMapAndroidAuto/app/.gitignore create mode 100644 examples/latest/navigate/android/HelloMapKotlin/.gitignore create mode 100644 examples/latest/navigate/android/HelloMapKotlin/app/.gitignore create mode 100644 examples/latest/navigate/android/HelloMapSurface/.gitignore create mode 100644 examples/latest/navigate/android/HelloMapSurface/app/.gitignore create mode 100644 examples/latest/navigate/android/HikingDiary/.gitignore create mode 100644 examples/latest/navigate/android/HikingDiary/app/.gitignore create mode 100644 examples/latest/navigate/android/IndoorMap/.gitignore create mode 100644 examples/latest/navigate/android/IndoorMap/app/.gitignore create mode 100644 examples/latest/navigate/android/MapItems/.gitignore create mode 100644 examples/latest/navigate/android/MapItems/app/.gitignore create mode 100644 examples/latest/navigate/android/MultiDisplays/.gitignore create mode 100644 examples/latest/navigate/android/MultiDisplays/app/.gitignore create mode 100644 examples/latest/navigate/android/Navigation/.gitignore create mode 100644 examples/latest/navigate/android/Navigation/app/.gitignore create mode 100644 examples/latest/navigate/android/NavigationCustom/.gitignore create mode 100644 examples/latest/navigate/android/NavigationCustom/app/.gitignore create mode 100644 examples/latest/navigate/android/NavigationQuickStart/.gitignore create mode 100644 examples/latest/navigate/android/NavigationQuickStart/app/.gitignore create mode 100644 examples/latest/navigate/android/OfflineMaps/.gitignore create mode 100644 examples/latest/navigate/android/OfflineMaps/app/.gitignore create mode 100644 examples/latest/navigate/android/OffscreenMapSurface/.gitignore create mode 100644 examples/latest/navigate/android/OffscreenMapSurface/app/.gitignore create mode 100644 examples/latest/navigate/android/Positioning/.gitignore create mode 100644 examples/latest/navigate/android/Positioning/app/.gitignore create mode 100644 examples/latest/navigate/android/PositioningWithBackgroundUpdates/.gitignore create mode 100644 examples/latest/navigate/android/PublicTransit/.gitignore create mode 100644 examples/latest/navigate/android/PublicTransit/app/.gitignore create mode 100644 examples/latest/navigate/android/Rerouting/.gitignore create mode 100644 examples/latest/navigate/android/Rerouting/app/.gitignore create mode 100644 examples/latest/navigate/android/Routing/.gitignore create mode 100644 examples/latest/navigate/android/Routing/app/.gitignore create mode 100644 examples/latest/navigate/android/RoutingHybrid/.gitignore create mode 100644 examples/latest/navigate/android/RoutingHybrid/app/.gitignore create mode 100644 examples/latest/navigate/android/Search/.gitignore create mode 100644 examples/latest/navigate/android/Search/app/.gitignore create mode 100644 examples/latest/navigate/android/SearchHybrid/.gitignore create mode 100644 examples/latest/navigate/android/SearchHybrid/app/.gitignore create mode 100644 examples/latest/navigate/android/SpatialAudioNavigation/.gitignore create mode 100644 examples/latest/navigate/android/SpatialAudioNavigation/app/.gitignore create mode 100644 examples/latest/navigate/android/StandAloneEngine/.gitignore create mode 100644 examples/latest/navigate/android/StandAloneEngine/app/.gitignore create mode 100644 examples/latest/navigate/android/Traffic/.gitignore create mode 100644 examples/latest/navigate/android/Traffic/app/.gitignore create mode 100644 examples/latest/navigate/android/TruckGuidance/.gitignore create mode 100644 examples/latest/navigate/android/TruckGuidance/app/.gitignore create mode 100644 examples/latest/navigate/android/UnitTesting/.gitignore create mode 100644 examples/latest/navigate/android/UnitTesting/app/.gitignore create mode 100644 examples/latest/navigate/flutter/camera_app/.gitignore create mode 100644 examples/latest/navigate/flutter/camera_app/android/.gitignore create mode 100644 examples/latest/navigate/flutter/camera_app/ios/.gitignore create mode 100644 examples/latest/navigate/flutter/camera_keyframe_tracks_app/.gitignore create mode 100644 examples/latest/navigate/flutter/camera_keyframe_tracks_app/android/.gitignore create mode 100644 examples/latest/navigate/flutter/camera_keyframe_tracks_app/ios/.gitignore create mode 100644 examples/latest/navigate/flutter/carto_poi_picking_app/.gitignore create mode 100644 examples/latest/navigate/flutter/carto_poi_picking_app/android/.gitignore create mode 100644 examples/latest/navigate/flutter/carto_poi_picking_app/ios/.gitignore create mode 100644 examples/latest/navigate/flutter/custom_map_styles_app/.gitignore create mode 100644 examples/latest/navigate/flutter/custom_map_styles_app/android/.gitignore create mode 100644 examples/latest/navigate/flutter/custom_map_styles_app/ios/.gitignore create mode 100644 examples/latest/navigate/flutter/custom_raster_layers_app/.gitignore create mode 100644 examples/latest/navigate/flutter/custom_raster_layers_app/android/.gitignore create mode 100644 examples/latest/navigate/flutter/custom_raster_layers_app/ios/.gitignore create mode 100644 examples/latest/navigate/flutter/custom_raster_tile_source_app/.gitignore create mode 100644 examples/latest/navigate/flutter/custom_raster_tile_source_app/android/.gitignore create mode 100644 examples/latest/navigate/flutter/custom_raster_tile_source_app/ios/.gitignore create mode 100644 examples/latest/navigate/flutter/ev_routing_app/.gitignore create mode 100644 examples/latest/navigate/flutter/ev_routing_app/android/.gitignore create mode 100644 examples/latest/navigate/flutter/ev_routing_app/ios/.gitignore create mode 100644 examples/latest/navigate/flutter/gestures_app/.gitignore create mode 100644 examples/latest/navigate/flutter/gestures_app/android/.gitignore create mode 100644 examples/latest/navigate/flutter/gestures_app/ios/.gitignore create mode 100644 examples/latest/navigate/flutter/hello_map_app/.gitignore create mode 100644 examples/latest/navigate/flutter/hello_map_app/android/.gitignore create mode 100644 examples/latest/navigate/flutter/hello_map_app/ios/.gitignore create mode 100644 examples/latest/navigate/flutter/hiking_diary_app/.gitignore create mode 100644 examples/latest/navigate/flutter/hiking_diary_app/android/.gitignore create mode 100644 examples/latest/navigate/flutter/hiking_diary_app/ios/.gitignore create mode 100644 examples/latest/navigate/flutter/indoor_map_app/.gitignore create mode 100644 examples/latest/navigate/flutter/indoor_map_app/android/.gitignore create mode 100644 examples/latest/navigate/flutter/indoor_map_app/ios/.gitignore create mode 100644 examples/latest/navigate/flutter/map_items_app/.gitignore create mode 100644 examples/latest/navigate/flutter/map_items_app/android/.gitignore create mode 100644 examples/latest/navigate/flutter/map_items_app/ios/.gitignore create mode 100644 examples/latest/navigate/flutter/navigation_app/.gitignore create mode 100644 examples/latest/navigate/flutter/navigation_app/android/.gitignore create mode 100644 examples/latest/navigate/flutter/navigation_app/ios/.gitignore create mode 100644 examples/latest/navigate/flutter/navigation_custom/.gitignore create mode 100644 examples/latest/navigate/flutter/navigation_custom/android/.gitignore create mode 100644 examples/latest/navigate/flutter/navigation_custom/ios/.gitignore create mode 100644 examples/latest/navigate/flutter/navigation_quick_start_app/.gitignore create mode 100644 examples/latest/navigate/flutter/navigation_quick_start_app/android/.gitignore create mode 100644 examples/latest/navigate/flutter/navigation_quick_start_app/ios/.gitignore create mode 100644 examples/latest/navigate/flutter/offline_maps_app/.gitignore create mode 100644 examples/latest/navigate/flutter/offline_maps_app/android/.gitignore create mode 100644 examples/latest/navigate/flutter/offline_maps_app/ios/.gitignore create mode 100644 examples/latest/navigate/flutter/positioning_app/.gitignore create mode 100644 examples/latest/navigate/flutter/positioning_app/android/.gitignore create mode 100644 examples/latest/navigate/flutter/positioning_app/ios/.gitignore create mode 100644 examples/latest/navigate/flutter/public_transit_app/.gitignore create mode 100644 examples/latest/navigate/flutter/public_transit_app/android/.gitignore create mode 100644 examples/latest/navigate/flutter/public_transit_app/ios/.gitignore create mode 100644 examples/latest/navigate/flutter/routing_app/.gitignore create mode 100644 examples/latest/navigate/flutter/routing_app/android/.gitignore create mode 100644 examples/latest/navigate/flutter/routing_app/ios/.gitignore create mode 100644 examples/latest/navigate/flutter/routing_hybrid_app/.gitignore create mode 100644 examples/latest/navigate/flutter/routing_hybrid_app/android/.gitignore create mode 100644 examples/latest/navigate/flutter/routing_hybrid_app/ios/.gitignore create mode 100644 examples/latest/navigate/flutter/search_app/.gitignore create mode 100644 examples/latest/navigate/flutter/search_app/android/.gitignore create mode 100644 examples/latest/navigate/flutter/search_app/ios/.gitignore create mode 100644 examples/latest/navigate/flutter/search_hybrid_app/.gitignore create mode 100644 examples/latest/navigate/flutter/search_hybrid_app/android/.gitignore create mode 100644 examples/latest/navigate/flutter/search_hybrid_app/ios/.gitignore create mode 100644 examples/latest/navigate/flutter/spatial_audio_navigation/.gitignore create mode 100644 examples/latest/navigate/flutter/spatial_audio_navigation/android/.gitignore create mode 100644 examples/latest/navigate/flutter/spatial_audio_navigation/ios/.gitignore create mode 100644 examples/latest/navigate/flutter/traffic_app/.gitignore create mode 100644 examples/latest/navigate/flutter/traffic_app/android/.gitignore create mode 100644 examples/latest/navigate/flutter/traffic_app/ios/.gitignore create mode 100644 examples/latest/navigate/flutter/unit_testing_app/.gitignore create mode 100644 examples/latest/navigate/flutter/unit_testing_app/android/.gitignore create mode 100644 examples/latest/navigate/flutter/unit_testing_app/ios/.gitignore create mode 100644 examples/latest/navigate/ios/Camera/.gitignore create mode 100644 examples/latest/navigate/ios/CameraKeyframeTracks/.gitignore create mode 100644 examples/latest/navigate/ios/CartoPOIPicking/.gitignore create mode 100644 examples/latest/navigate/ios/CustomMapStyles/.gitignore create mode 100644 examples/latest/navigate/ios/CustomRasterLayers/.gitignore create mode 100644 examples/latest/navigate/ios/CustomRasterTileSource/.gitignore create mode 100644 examples/latest/navigate/ios/EVRouting/.gitignore create mode 100644 examples/latest/navigate/ios/Gestures/.gitignore create mode 100644 examples/latest/navigate/ios/HelloMap/.gitignore create mode 100644 examples/latest/navigate/ios/HelloMapCarPlay/.gitignore create mode 100644 examples/latest/navigate/ios/HelloMapWithStoryboard/.gitignore create mode 100644 examples/latest/navigate/ios/HikingDiary/.gitignore create mode 100644 examples/latest/navigate/ios/IndoorMap/.gitignore create mode 100644 examples/latest/navigate/ios/MapItems/.gitignore create mode 100644 examples/latest/navigate/ios/Navigation/.gitignore create mode 100644 examples/latest/navigate/ios/NavigationCustom/.gitignore create mode 100644 examples/latest/navigate/ios/NavigationQuickStart/.gitignore create mode 100644 examples/latest/navigate/ios/OfflineMaps/.gitignore create mode 100644 examples/latest/navigate/ios/OffscreenMap/.gitignore create mode 100644 examples/latest/navigate/ios/Positioning/.gitignore create mode 100644 examples/latest/navigate/ios/PublicTransit/.gitignore create mode 100644 examples/latest/navigate/ios/Rerouting/.gitignore create mode 100644 examples/latest/navigate/ios/Routing/.gitignore create mode 100644 examples/latest/navigate/ios/RoutingHybrid/.gitignore create mode 100644 examples/latest/navigate/ios/Search/.gitignore create mode 100644 examples/latest/navigate/ios/SearchHybrid/.gitignore create mode 100644 examples/latest/navigate/ios/SpatialAudioNavigation/.gitignore create mode 100644 examples/latest/navigate/ios/StandAloneEngine/.gitignore create mode 100644 examples/latest/navigate/ios/Traffic/.gitignore create mode 100644 examples/latest/navigate/ios/TruckGuidance/.gitignore create mode 100644 examples/latest/navigate/ios/UnitTesting/.gitignore diff --git a/README.md b/README.md index aa505c4c..78beeb51 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.19.4.0) +## List of Available Example Apps (Version 4.19.5.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 232c5120..1694b0c0 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.19.4.0 +This folder contains the HERE SDK examples apps for version: 4.19.5.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/android/Camera/.gitignore b/examples/latest/explore/android/Camera/.gitignore new file mode 100644 index 00000000..69cb356e --- /dev/null +++ b/examples/latest/explore/android/Camera/.gitignore @@ -0,0 +1,8 @@ +*.iml +.gradle +/local.properties +.DS_Store +/build +/captures +.externalNativeBuild +.idea/* diff --git a/examples/latest/explore/android/Camera/app/.gitignore b/examples/latest/explore/android/Camera/app/.gitignore new file mode 100644 index 00000000..8fa1f372 --- /dev/null +++ b/examples/latest/explore/android/Camera/app/.gitignore @@ -0,0 +1,2 @@ +/build +/libs/*.aar diff --git a/examples/latest/explore/android/Camera/build.gradle b/examples/latest/explore/android/Camera/build.gradle index 8075d09b..332ecec8 100644 --- a/examples/latest/explore/android/Camera/build.gradle +++ b/examples/latest/explore/android/Camera/build.gradle @@ -7,7 +7,7 @@ buildscript { } dependencies { - classpath 'com.android.tools.build:gradle:8.5.1' + classpath 'com.android.tools.build:gradle:8.5.2' // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files diff --git a/examples/latest/explore/android/Camera/gradle.properties b/examples/latest/explore/android/Camera/gradle.properties index 16a11ee0..b28fed71 100644 --- a/examples/latest/explore/android/Camera/gradle.properties +++ b/examples/latest/explore/android/Camera/gradle.properties @@ -4,9 +4,6 @@ # any settings specified in this file. # For more details on how to configure your build environment visit # http://www.gradle.org/docs/current/userguide/build_environment.html -# Specifies the JVM arguments used for the daemon process. -# The setting is particularly useful for tweaking memory settings. -android.defaults.buildfeatures.buildconfig=true android.enableJetifier=true android.nonFinalResIds=false android.nonTransitiveRClass=false @@ -16,5 +13,3 @@ org.gradle.jvmargs=-Xmx1536m # This option should only be used with decoupled projects. More details, visit # http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects # org.gradle.parallel=true - - diff --git a/examples/latest/explore/android/Camera/gradle/wrapper/gradle-wrapper.properties b/examples/latest/explore/android/Camera/gradle/wrapper/gradle-wrapper.properties index 8eca2ac2..0709a8f7 100644 --- a/examples/latest/explore/android/Camera/gradle/wrapper/gradle-wrapper.properties +++ b/examples/latest/explore/android/Camera/gradle/wrapper/gradle-wrapper.properties @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-all.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.8-all.zip diff --git a/examples/latest/explore/android/CameraKeyframeTracks/.gitignore b/examples/latest/explore/android/CameraKeyframeTracks/.gitignore new file mode 100644 index 00000000..69cb356e --- /dev/null +++ b/examples/latest/explore/android/CameraKeyframeTracks/.gitignore @@ -0,0 +1,8 @@ +*.iml +.gradle +/local.properties +.DS_Store +/build +/captures +.externalNativeBuild +.idea/* diff --git a/examples/latest/explore/android/CameraKeyframeTracks/app/.gitignore b/examples/latest/explore/android/CameraKeyframeTracks/app/.gitignore new file mode 100644 index 00000000..8fa1f372 --- /dev/null +++ b/examples/latest/explore/android/CameraKeyframeTracks/app/.gitignore @@ -0,0 +1,2 @@ +/build +/libs/*.aar diff --git a/examples/latest/explore/android/CameraKeyframeTracks/build.gradle b/examples/latest/explore/android/CameraKeyframeTracks/build.gradle index 7e65bade..332ecec8 100644 --- a/examples/latest/explore/android/CameraKeyframeTracks/build.gradle +++ b/examples/latest/explore/android/CameraKeyframeTracks/build.gradle @@ -7,7 +7,7 @@ buildscript { } dependencies { - classpath 'com.android.tools.build:gradle:8.5.1' + classpath 'com.android.tools.build:gradle:8.5.2' // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files @@ -29,4 +29,4 @@ allprojects { task clean(type: Delete) { delete rootProject.buildDir -} \ No newline at end of file +} diff --git a/examples/latest/explore/android/CameraKeyframeTracks/gradle.properties b/examples/latest/explore/android/CameraKeyframeTracks/gradle.properties index 320615b2..b28fed71 100644 --- a/examples/latest/explore/android/CameraKeyframeTracks/gradle.properties +++ b/examples/latest/explore/android/CameraKeyframeTracks/gradle.properties @@ -4,9 +4,6 @@ # any settings specified in this file. # For more details on how to configure your build environment visit # http://www.gradle.org/docs/current/userguide/build_environment.html -# Specifies the JVM arguments used for the daemon process. -# The setting is particularly useful for tweaking memory settings. -android.defaults.buildfeatures.buildconfig=true android.enableJetifier=true android.nonFinalResIds=false android.nonTransitiveRClass=false @@ -15,4 +12,4 @@ org.gradle.jvmargs=-Xmx1536m # When configured, Gradle will run in incubating parallel mode. # This option should only be used with decoupled projects. More details, visit # http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects -# org.gradle.parallel=true \ No newline at end of file +# org.gradle.parallel=true diff --git a/examples/latest/explore/android/CameraKeyframeTracks/gradle/wrapper/gradle-wrapper.properties b/examples/latest/explore/android/CameraKeyframeTracks/gradle/wrapper/gradle-wrapper.properties index 165ac430..29e28c6a 100644 --- a/examples/latest/explore/android/CameraKeyframeTracks/gradle/wrapper/gradle-wrapper.properties +++ b/examples/latest/explore/android/CameraKeyframeTracks/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ #Tue Mar 22 17:05:56 IST 2022 distributionBase=GRADLE_USER_HOME -distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-all.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.8-all.zip distributionPath=wrapper/dists zipStorePath=wrapper/dists zipStoreBase=GRADLE_USER_HOME diff --git a/examples/latest/explore/android/CustomMapStyles/.gitignore b/examples/latest/explore/android/CustomMapStyles/.gitignore new file mode 100644 index 00000000..69cb356e --- /dev/null +++ b/examples/latest/explore/android/CustomMapStyles/.gitignore @@ -0,0 +1,8 @@ +*.iml +.gradle +/local.properties +.DS_Store +/build +/captures +.externalNativeBuild +.idea/* diff --git a/examples/latest/explore/android/CustomMapStyles/app/.gitignore b/examples/latest/explore/android/CustomMapStyles/app/.gitignore new file mode 100644 index 00000000..8fa1f372 --- /dev/null +++ b/examples/latest/explore/android/CustomMapStyles/app/.gitignore @@ -0,0 +1,2 @@ +/build +/libs/*.aar diff --git a/examples/latest/explore/android/CustomMapStyles/build.gradle b/examples/latest/explore/android/CustomMapStyles/build.gradle index 8075d09b..332ecec8 100644 --- a/examples/latest/explore/android/CustomMapStyles/build.gradle +++ b/examples/latest/explore/android/CustomMapStyles/build.gradle @@ -7,7 +7,7 @@ buildscript { } dependencies { - classpath 'com.android.tools.build:gradle:8.5.1' + classpath 'com.android.tools.build:gradle:8.5.2' // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files diff --git a/examples/latest/explore/android/CustomMapStyles/gradle.properties b/examples/latest/explore/android/CustomMapStyles/gradle.properties index 16a11ee0..b28fed71 100644 --- a/examples/latest/explore/android/CustomMapStyles/gradle.properties +++ b/examples/latest/explore/android/CustomMapStyles/gradle.properties @@ -4,9 +4,6 @@ # any settings specified in this file. # For more details on how to configure your build environment visit # http://www.gradle.org/docs/current/userguide/build_environment.html -# Specifies the JVM arguments used for the daemon process. -# The setting is particularly useful for tweaking memory settings. -android.defaults.buildfeatures.buildconfig=true android.enableJetifier=true android.nonFinalResIds=false android.nonTransitiveRClass=false @@ -16,5 +13,3 @@ org.gradle.jvmargs=-Xmx1536m # This option should only be used with decoupled projects. More details, visit # http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects # org.gradle.parallel=true - - diff --git a/examples/latest/explore/android/CustomMapStyles/gradle/wrapper/gradle-wrapper.properties b/examples/latest/explore/android/CustomMapStyles/gradle/wrapper/gradle-wrapper.properties index 8eca2ac2..0709a8f7 100644 --- a/examples/latest/explore/android/CustomMapStyles/gradle/wrapper/gradle-wrapper.properties +++ b/examples/latest/explore/android/CustomMapStyles/gradle/wrapper/gradle-wrapper.properties @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-all.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.8-all.zip diff --git a/examples/latest/explore/android/CustomRasterLayers/.gitignore b/examples/latest/explore/android/CustomRasterLayers/.gitignore new file mode 100644 index 00000000..69cb356e --- /dev/null +++ b/examples/latest/explore/android/CustomRasterLayers/.gitignore @@ -0,0 +1,8 @@ +*.iml +.gradle +/local.properties +.DS_Store +/build +/captures +.externalNativeBuild +.idea/* diff --git a/examples/latest/explore/android/CustomRasterLayers/app/.gitignore b/examples/latest/explore/android/CustomRasterLayers/app/.gitignore new file mode 100644 index 00000000..8fa1f372 --- /dev/null +++ b/examples/latest/explore/android/CustomRasterLayers/app/.gitignore @@ -0,0 +1,2 @@ +/build +/libs/*.aar diff --git a/examples/latest/explore/android/CustomRasterLayers/build.gradle b/examples/latest/explore/android/CustomRasterLayers/build.gradle index 8075d09b..332ecec8 100644 --- a/examples/latest/explore/android/CustomRasterLayers/build.gradle +++ b/examples/latest/explore/android/CustomRasterLayers/build.gradle @@ -7,7 +7,7 @@ buildscript { } dependencies { - classpath 'com.android.tools.build:gradle:8.5.1' + classpath 'com.android.tools.build:gradle:8.5.2' // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files diff --git a/examples/latest/explore/android/CustomRasterLayers/gradle.properties b/examples/latest/explore/android/CustomRasterLayers/gradle.properties index 16a11ee0..b28fed71 100644 --- a/examples/latest/explore/android/CustomRasterLayers/gradle.properties +++ b/examples/latest/explore/android/CustomRasterLayers/gradle.properties @@ -4,9 +4,6 @@ # any settings specified in this file. # For more details on how to configure your build environment visit # http://www.gradle.org/docs/current/userguide/build_environment.html -# Specifies the JVM arguments used for the daemon process. -# The setting is particularly useful for tweaking memory settings. -android.defaults.buildfeatures.buildconfig=true android.enableJetifier=true android.nonFinalResIds=false android.nonTransitiveRClass=false @@ -16,5 +13,3 @@ org.gradle.jvmargs=-Xmx1536m # This option should only be used with decoupled projects. More details, visit # http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects # org.gradle.parallel=true - - diff --git a/examples/latest/explore/android/CustomRasterLayers/gradle/wrapper/gradle-wrapper.properties b/examples/latest/explore/android/CustomRasterLayers/gradle/wrapper/gradle-wrapper.properties index 8eca2ac2..0709a8f7 100644 --- a/examples/latest/explore/android/CustomRasterLayers/gradle/wrapper/gradle-wrapper.properties +++ b/examples/latest/explore/android/CustomRasterLayers/gradle/wrapper/gradle-wrapper.properties @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-all.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.8-all.zip diff --git a/examples/latest/explore/android/CustomRasterTileSource/.gitignore b/examples/latest/explore/android/CustomRasterTileSource/.gitignore new file mode 100644 index 00000000..69cb356e --- /dev/null +++ b/examples/latest/explore/android/CustomRasterTileSource/.gitignore @@ -0,0 +1,8 @@ +*.iml +.gradle +/local.properties +.DS_Store +/build +/captures +.externalNativeBuild +.idea/* diff --git a/examples/latest/explore/android/CustomRasterTileSource/app/.gitignore b/examples/latest/explore/android/CustomRasterTileSource/app/.gitignore new file mode 100644 index 00000000..8fa1f372 --- /dev/null +++ b/examples/latest/explore/android/CustomRasterTileSource/app/.gitignore @@ -0,0 +1,2 @@ +/build +/libs/*.aar diff --git a/examples/latest/explore/android/CustomRasterTileSource/build.gradle b/examples/latest/explore/android/CustomRasterTileSource/build.gradle index 8075d09b..332ecec8 100644 --- a/examples/latest/explore/android/CustomRasterTileSource/build.gradle +++ b/examples/latest/explore/android/CustomRasterTileSource/build.gradle @@ -7,7 +7,7 @@ buildscript { } dependencies { - classpath 'com.android.tools.build:gradle:8.5.1' + classpath 'com.android.tools.build:gradle:8.5.2' // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files diff --git a/examples/latest/explore/android/CustomRasterTileSource/gradle.properties b/examples/latest/explore/android/CustomRasterTileSource/gradle.properties index 16a11ee0..b28fed71 100644 --- a/examples/latest/explore/android/CustomRasterTileSource/gradle.properties +++ b/examples/latest/explore/android/CustomRasterTileSource/gradle.properties @@ -4,9 +4,6 @@ # any settings specified in this file. # For more details on how to configure your build environment visit # http://www.gradle.org/docs/current/userguide/build_environment.html -# Specifies the JVM arguments used for the daemon process. -# The setting is particularly useful for tweaking memory settings. -android.defaults.buildfeatures.buildconfig=true android.enableJetifier=true android.nonFinalResIds=false android.nonTransitiveRClass=false @@ -16,5 +13,3 @@ org.gradle.jvmargs=-Xmx1536m # This option should only be used with decoupled projects. More details, visit # http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects # org.gradle.parallel=true - - diff --git a/examples/latest/explore/android/CustomRasterTileSource/gradle/wrapper/gradle-wrapper.properties b/examples/latest/explore/android/CustomRasterTileSource/gradle/wrapper/gradle-wrapper.properties index 8eca2ac2..0709a8f7 100644 --- a/examples/latest/explore/android/CustomRasterTileSource/gradle/wrapper/gradle-wrapper.properties +++ b/examples/latest/explore/android/CustomRasterTileSource/gradle/wrapper/gradle-wrapper.properties @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-all.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.8-all.zip diff --git a/examples/latest/explore/android/EVRouting/.gitignore b/examples/latest/explore/android/EVRouting/.gitignore new file mode 100644 index 00000000..2e52a75c --- /dev/null +++ b/examples/latest/explore/android/EVRouting/.gitignore @@ -0,0 +1,8 @@ +*.iml +.gradle +/local.properties +.DS_Store +/build +/captures +.externalNativeBuild +.idea/* \ No newline at end of file diff --git a/examples/latest/explore/android/EVRouting/app/.gitignore b/examples/latest/explore/android/EVRouting/app/.gitignore new file mode 100644 index 00000000..8fa1f372 --- /dev/null +++ b/examples/latest/explore/android/EVRouting/app/.gitignore @@ -0,0 +1,2 @@ +/build +/libs/*.aar diff --git a/examples/latest/explore/android/EVRouting/build.gradle b/examples/latest/explore/android/EVRouting/build.gradle index 290300e6..1aaa3cdf 100644 --- a/examples/latest/explore/android/EVRouting/build.gradle +++ b/examples/latest/explore/android/EVRouting/build.gradle @@ -5,7 +5,7 @@ buildscript { mavenCentral() } dependencies { - classpath 'com.android.tools.build:gradle:8.5.1' + classpath 'com.android.tools.build:gradle:8.5.2' // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files diff --git a/examples/latest/explore/android/EVRouting/gradle.properties b/examples/latest/explore/android/EVRouting/gradle.properties index f6720ae0..9098d47d 100644 --- a/examples/latest/explore/android/EVRouting/gradle.properties +++ b/examples/latest/explore/android/EVRouting/gradle.properties @@ -7,9 +7,6 @@ # For more details on how to configure your build environment visit # http://www.gradle.org/docs/current/userguide/build_environment.html -# Specifies the JVM arguments used for the daemon process. -# The setting is particularly useful for tweaking memory settings. -android.defaults.buildfeatures.buildconfig=true android.enableJetifier=true android.nonFinalResIds=false android.nonTransitiveRClass=false diff --git a/examples/latest/explore/android/EVRouting/gradle/wrapper/gradle-wrapper.properties b/examples/latest/explore/android/EVRouting/gradle/wrapper/gradle-wrapper.properties index 8eca2ac2..0709a8f7 100644 --- a/examples/latest/explore/android/EVRouting/gradle/wrapper/gradle-wrapper.properties +++ b/examples/latest/explore/android/EVRouting/gradle/wrapper/gradle-wrapper.properties @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-all.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.8-all.zip diff --git a/examples/latest/explore/android/Gestures/.gitignore b/examples/latest/explore/android/Gestures/.gitignore new file mode 100644 index 00000000..69cb356e --- /dev/null +++ b/examples/latest/explore/android/Gestures/.gitignore @@ -0,0 +1,8 @@ +*.iml +.gradle +/local.properties +.DS_Store +/build +/captures +.externalNativeBuild +.idea/* diff --git a/examples/latest/explore/android/Gestures/app/.gitignore b/examples/latest/explore/android/Gestures/app/.gitignore new file mode 100644 index 00000000..8fa1f372 --- /dev/null +++ b/examples/latest/explore/android/Gestures/app/.gitignore @@ -0,0 +1,2 @@ +/build +/libs/*.aar diff --git a/examples/latest/explore/android/Gestures/build.gradle b/examples/latest/explore/android/Gestures/build.gradle index d5253c38..60c8e226 100644 --- a/examples/latest/explore/android/Gestures/build.gradle +++ b/examples/latest/explore/android/Gestures/build.gradle @@ -7,7 +7,7 @@ buildscript { mavenCentral() } dependencies { - classpath 'com.android.tools.build:gradle:8.5.1' + classpath 'com.android.tools.build:gradle:8.5.2' // NOTE: Do not place your application dependencies here; they belong diff --git a/examples/latest/explore/android/Gestures/gradle.properties b/examples/latest/explore/android/Gestures/gradle.properties index f6720ae0..9098d47d 100644 --- a/examples/latest/explore/android/Gestures/gradle.properties +++ b/examples/latest/explore/android/Gestures/gradle.properties @@ -7,9 +7,6 @@ # For more details on how to configure your build environment visit # http://www.gradle.org/docs/current/userguide/build_environment.html -# Specifies the JVM arguments used for the daemon process. -# The setting is particularly useful for tweaking memory settings. -android.defaults.buildfeatures.buildconfig=true android.enableJetifier=true android.nonFinalResIds=false android.nonTransitiveRClass=false diff --git a/examples/latest/explore/android/Gestures/gradle/wrapper/gradle-wrapper.properties b/examples/latest/explore/android/Gestures/gradle/wrapper/gradle-wrapper.properties index 8eca2ac2..0709a8f7 100644 --- a/examples/latest/explore/android/Gestures/gradle/wrapper/gradle-wrapper.properties +++ b/examples/latest/explore/android/Gestures/gradle/wrapper/gradle-wrapper.properties @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-all.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.8-all.zip diff --git a/examples/latest/explore/android/HelloMap/.gitignore b/examples/latest/explore/android/HelloMap/.gitignore new file mode 100644 index 00000000..2e52a75c --- /dev/null +++ b/examples/latest/explore/android/HelloMap/.gitignore @@ -0,0 +1,8 @@ +*.iml +.gradle +/local.properties +.DS_Store +/build +/captures +.externalNativeBuild +.idea/* \ No newline at end of file diff --git a/examples/latest/explore/android/HelloMap/app/.gitignore b/examples/latest/explore/android/HelloMap/app/.gitignore new file mode 100644 index 00000000..8fa1f372 --- /dev/null +++ b/examples/latest/explore/android/HelloMap/app/.gitignore @@ -0,0 +1,2 @@ +/build +/libs/*.aar diff --git a/examples/latest/explore/android/HelloMap/build.gradle b/examples/latest/explore/android/HelloMap/build.gradle index 290300e6..1aaa3cdf 100644 --- a/examples/latest/explore/android/HelloMap/build.gradle +++ b/examples/latest/explore/android/HelloMap/build.gradle @@ -5,7 +5,7 @@ buildscript { mavenCentral() } dependencies { - classpath 'com.android.tools.build:gradle:8.5.1' + classpath 'com.android.tools.build:gradle:8.5.2' // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files diff --git a/examples/latest/explore/android/HelloMap/gradle.properties b/examples/latest/explore/android/HelloMap/gradle.properties index f6720ae0..9098d47d 100644 --- a/examples/latest/explore/android/HelloMap/gradle.properties +++ b/examples/latest/explore/android/HelloMap/gradle.properties @@ -7,9 +7,6 @@ # For more details on how to configure your build environment visit # http://www.gradle.org/docs/current/userguide/build_environment.html -# Specifies the JVM arguments used for the daemon process. -# The setting is particularly useful for tweaking memory settings. -android.defaults.buildfeatures.buildconfig=true android.enableJetifier=true android.nonFinalResIds=false android.nonTransitiveRClass=false diff --git a/examples/latest/explore/android/HelloMap/gradle/wrapper/gradle-wrapper.properties b/examples/latest/explore/android/HelloMap/gradle/wrapper/gradle-wrapper.properties index 8eca2ac2..0709a8f7 100644 --- a/examples/latest/explore/android/HelloMap/gradle/wrapper/gradle-wrapper.properties +++ b/examples/latest/explore/android/HelloMap/gradle/wrapper/gradle-wrapper.properties @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-all.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.8-all.zip diff --git a/examples/latest/explore/android/HelloMapAndroidAuto/.gitignore b/examples/latest/explore/android/HelloMapAndroidAuto/.gitignore new file mode 100644 index 00000000..2e52a75c --- /dev/null +++ b/examples/latest/explore/android/HelloMapAndroidAuto/.gitignore @@ -0,0 +1,8 @@ +*.iml +.gradle +/local.properties +.DS_Store +/build +/captures +.externalNativeBuild +.idea/* \ No newline at end of file diff --git a/examples/latest/explore/android/HelloMapAndroidAuto/app/.gitignore b/examples/latest/explore/android/HelloMapAndroidAuto/app/.gitignore new file mode 100644 index 00000000..8fa1f372 --- /dev/null +++ b/examples/latest/explore/android/HelloMapAndroidAuto/app/.gitignore @@ -0,0 +1,2 @@ +/build +/libs/*.aar diff --git a/examples/latest/explore/android/HelloMapAndroidAuto/build.gradle b/examples/latest/explore/android/HelloMapAndroidAuto/build.gradle index 290300e6..1aaa3cdf 100644 --- a/examples/latest/explore/android/HelloMapAndroidAuto/build.gradle +++ b/examples/latest/explore/android/HelloMapAndroidAuto/build.gradle @@ -5,7 +5,7 @@ buildscript { mavenCentral() } dependencies { - classpath 'com.android.tools.build:gradle:8.5.1' + classpath 'com.android.tools.build:gradle:8.5.2' // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files diff --git a/examples/latest/explore/android/HelloMapAndroidAuto/gradle.properties b/examples/latest/explore/android/HelloMapAndroidAuto/gradle.properties index f6720ae0..9098d47d 100644 --- a/examples/latest/explore/android/HelloMapAndroidAuto/gradle.properties +++ b/examples/latest/explore/android/HelloMapAndroidAuto/gradle.properties @@ -7,9 +7,6 @@ # For more details on how to configure your build environment visit # http://www.gradle.org/docs/current/userguide/build_environment.html -# Specifies the JVM arguments used for the daemon process. -# The setting is particularly useful for tweaking memory settings. -android.defaults.buildfeatures.buildconfig=true android.enableJetifier=true android.nonFinalResIds=false android.nonTransitiveRClass=false diff --git a/examples/latest/explore/android/HelloMapAndroidAuto/gradle/wrapper/gradle-wrapper.properties b/examples/latest/explore/android/HelloMapAndroidAuto/gradle/wrapper/gradle-wrapper.properties index 8eca2ac2..0709a8f7 100644 --- a/examples/latest/explore/android/HelloMapAndroidAuto/gradle/wrapper/gradle-wrapper.properties +++ b/examples/latest/explore/android/HelloMapAndroidAuto/gradle/wrapper/gradle-wrapper.properties @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-all.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.8-all.zip diff --git a/examples/latest/explore/android/HelloMapKotlin/.gitignore b/examples/latest/explore/android/HelloMapKotlin/.gitignore new file mode 100644 index 00000000..2e52a75c --- /dev/null +++ b/examples/latest/explore/android/HelloMapKotlin/.gitignore @@ -0,0 +1,8 @@ +*.iml +.gradle +/local.properties +.DS_Store +/build +/captures +.externalNativeBuild +.idea/* \ No newline at end of file diff --git a/examples/latest/explore/android/HelloMapKotlin/app/.gitignore b/examples/latest/explore/android/HelloMapKotlin/app/.gitignore new file mode 100644 index 00000000..8fa1f372 --- /dev/null +++ b/examples/latest/explore/android/HelloMapKotlin/app/.gitignore @@ -0,0 +1,2 @@ +/build +/libs/*.aar diff --git a/examples/latest/explore/android/HelloMapKotlin/build.gradle b/examples/latest/explore/android/HelloMapKotlin/build.gradle index bf370e12..1e6378cb 100644 --- a/examples/latest/explore/android/HelloMapKotlin/build.gradle +++ b/examples/latest/explore/android/HelloMapKotlin/build.gradle @@ -6,7 +6,7 @@ buildscript { mavenCentral() } dependencies { - classpath 'com.android.tools.build:gradle:8.5.1' + classpath 'com.android.tools.build:gradle:8.5.2' classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" // NOTE: Do not place your application dependencies here; they belong diff --git a/examples/latest/explore/android/HelloMapKotlin/gradle.properties b/examples/latest/explore/android/HelloMapKotlin/gradle.properties index f6720ae0..9098d47d 100644 --- a/examples/latest/explore/android/HelloMapKotlin/gradle.properties +++ b/examples/latest/explore/android/HelloMapKotlin/gradle.properties @@ -7,9 +7,6 @@ # For more details on how to configure your build environment visit # http://www.gradle.org/docs/current/userguide/build_environment.html -# Specifies the JVM arguments used for the daemon process. -# The setting is particularly useful for tweaking memory settings. -android.defaults.buildfeatures.buildconfig=true android.enableJetifier=true android.nonFinalResIds=false android.nonTransitiveRClass=false diff --git a/examples/latest/explore/android/HelloMapKotlin/gradle/wrapper/gradle-wrapper.properties b/examples/latest/explore/android/HelloMapKotlin/gradle/wrapper/gradle-wrapper.properties index 8eca2ac2..0709a8f7 100644 --- a/examples/latest/explore/android/HelloMapKotlin/gradle/wrapper/gradle-wrapper.properties +++ b/examples/latest/explore/android/HelloMapKotlin/gradle/wrapper/gradle-wrapper.properties @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-all.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.8-all.zip diff --git a/examples/latest/explore/android/HelloMapSurface/.gitignore b/examples/latest/explore/android/HelloMapSurface/.gitignore new file mode 100644 index 00000000..2e52a75c --- /dev/null +++ b/examples/latest/explore/android/HelloMapSurface/.gitignore @@ -0,0 +1,8 @@ +*.iml +.gradle +/local.properties +.DS_Store +/build +/captures +.externalNativeBuild +.idea/* \ No newline at end of file diff --git a/examples/latest/explore/android/HelloMapSurface/app/.gitignore b/examples/latest/explore/android/HelloMapSurface/app/.gitignore new file mode 100644 index 00000000..8fa1f372 --- /dev/null +++ b/examples/latest/explore/android/HelloMapSurface/app/.gitignore @@ -0,0 +1,2 @@ +/build +/libs/*.aar diff --git a/examples/latest/explore/android/HelloMapSurface/build.gradle b/examples/latest/explore/android/HelloMapSurface/build.gradle index 290300e6..1aaa3cdf 100644 --- a/examples/latest/explore/android/HelloMapSurface/build.gradle +++ b/examples/latest/explore/android/HelloMapSurface/build.gradle @@ -5,7 +5,7 @@ buildscript { mavenCentral() } dependencies { - classpath 'com.android.tools.build:gradle:8.5.1' + classpath 'com.android.tools.build:gradle:8.5.2' // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files diff --git a/examples/latest/explore/android/HelloMapSurface/gradle.properties b/examples/latest/explore/android/HelloMapSurface/gradle.properties index f6720ae0..9098d47d 100644 --- a/examples/latest/explore/android/HelloMapSurface/gradle.properties +++ b/examples/latest/explore/android/HelloMapSurface/gradle.properties @@ -7,9 +7,6 @@ # For more details on how to configure your build environment visit # http://www.gradle.org/docs/current/userguide/build_environment.html -# Specifies the JVM arguments used for the daemon process. -# The setting is particularly useful for tweaking memory settings. -android.defaults.buildfeatures.buildconfig=true android.enableJetifier=true android.nonFinalResIds=false android.nonTransitiveRClass=false diff --git a/examples/latest/explore/android/HelloMapSurface/gradle/wrapper/gradle-wrapper.properties b/examples/latest/explore/android/HelloMapSurface/gradle/wrapper/gradle-wrapper.properties index 8eca2ac2..0709a8f7 100644 --- a/examples/latest/explore/android/HelloMapSurface/gradle/wrapper/gradle-wrapper.properties +++ b/examples/latest/explore/android/HelloMapSurface/gradle/wrapper/gradle-wrapper.properties @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-all.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.8-all.zip diff --git a/examples/latest/explore/android/MapItems/.gitignore b/examples/latest/explore/android/MapItems/.gitignore new file mode 100644 index 00000000..2e52a75c --- /dev/null +++ b/examples/latest/explore/android/MapItems/.gitignore @@ -0,0 +1,8 @@ +*.iml +.gradle +/local.properties +.DS_Store +/build +/captures +.externalNativeBuild +.idea/* \ No newline at end of file diff --git a/examples/latest/explore/android/MapItems/app/.gitignore b/examples/latest/explore/android/MapItems/app/.gitignore new file mode 100644 index 00000000..8fa1f372 --- /dev/null +++ b/examples/latest/explore/android/MapItems/app/.gitignore @@ -0,0 +1,2 @@ +/build +/libs/*.aar diff --git a/examples/latest/explore/android/MapItems/build.gradle b/examples/latest/explore/android/MapItems/build.gradle index d5253c38..60c8e226 100644 --- a/examples/latest/explore/android/MapItems/build.gradle +++ b/examples/latest/explore/android/MapItems/build.gradle @@ -7,7 +7,7 @@ buildscript { mavenCentral() } dependencies { - classpath 'com.android.tools.build:gradle:8.5.1' + classpath 'com.android.tools.build:gradle:8.5.2' // NOTE: Do not place your application dependencies here; they belong diff --git a/examples/latest/explore/android/MapItems/gradle.properties b/examples/latest/explore/android/MapItems/gradle.properties index 87cac57e..9098d47d 100644 --- a/examples/latest/explore/android/MapItems/gradle.properties +++ b/examples/latest/explore/android/MapItems/gradle.properties @@ -7,9 +7,6 @@ # For more details on how to configure your build environment visit # http://www.gradle.org/docs/current/userguide/build_environment.html -# Specifies the JVM arguments used for the daemon process. -# The setting is particularly useful for tweaking memory settings. -android.defaults.buildfeatures.buildconfig=true android.enableJetifier=true android.nonFinalResIds=false android.nonTransitiveRClass=false @@ -20,4 +17,3 @@ org.gradle.jvmargs=-Xmx1536m # This option should only be used with decoupled projects. More details, visit # http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects # org.gradle.parallel=true - diff --git a/examples/latest/explore/android/MapItems/gradle/wrapper/gradle-wrapper.properties b/examples/latest/explore/android/MapItems/gradle/wrapper/gradle-wrapper.properties index 8eca2ac2..0709a8f7 100644 --- a/examples/latest/explore/android/MapItems/gradle/wrapper/gradle-wrapper.properties +++ b/examples/latest/explore/android/MapItems/gradle/wrapper/gradle-wrapper.properties @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-all.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.8-all.zip diff --git a/examples/latest/explore/android/MultiDisplays/.gitignore b/examples/latest/explore/android/MultiDisplays/.gitignore new file mode 100644 index 00000000..2e52a75c --- /dev/null +++ b/examples/latest/explore/android/MultiDisplays/.gitignore @@ -0,0 +1,8 @@ +*.iml +.gradle +/local.properties +.DS_Store +/build +/captures +.externalNativeBuild +.idea/* \ No newline at end of file diff --git a/examples/latest/explore/android/MultiDisplays/app/.gitignore b/examples/latest/explore/android/MultiDisplays/app/.gitignore new file mode 100644 index 00000000..8fa1f372 --- /dev/null +++ b/examples/latest/explore/android/MultiDisplays/app/.gitignore @@ -0,0 +1,2 @@ +/build +/libs/*.aar diff --git a/examples/latest/explore/android/MultiDisplays/build.gradle b/examples/latest/explore/android/MultiDisplays/build.gradle index 290300e6..1aaa3cdf 100644 --- a/examples/latest/explore/android/MultiDisplays/build.gradle +++ b/examples/latest/explore/android/MultiDisplays/build.gradle @@ -5,7 +5,7 @@ buildscript { mavenCentral() } dependencies { - classpath 'com.android.tools.build:gradle:8.5.1' + classpath 'com.android.tools.build:gradle:8.5.2' // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files diff --git a/examples/latest/explore/android/MultiDisplays/gradle.properties b/examples/latest/explore/android/MultiDisplays/gradle.properties index f6720ae0..9098d47d 100644 --- a/examples/latest/explore/android/MultiDisplays/gradle.properties +++ b/examples/latest/explore/android/MultiDisplays/gradle.properties @@ -7,9 +7,6 @@ # For more details on how to configure your build environment visit # http://www.gradle.org/docs/current/userguide/build_environment.html -# Specifies the JVM arguments used for the daemon process. -# The setting is particularly useful for tweaking memory settings. -android.defaults.buildfeatures.buildconfig=true android.enableJetifier=true android.nonFinalResIds=false android.nonTransitiveRClass=false diff --git a/examples/latest/explore/android/MultiDisplays/gradle/wrapper/gradle-wrapper.properties b/examples/latest/explore/android/MultiDisplays/gradle/wrapper/gradle-wrapper.properties index 8eca2ac2..0709a8f7 100644 --- a/examples/latest/explore/android/MultiDisplays/gradle/wrapper/gradle-wrapper.properties +++ b/examples/latest/explore/android/MultiDisplays/gradle/wrapper/gradle-wrapper.properties @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-all.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.8-all.zip diff --git a/examples/latest/explore/android/OffscreenMapSurface/.gitignore b/examples/latest/explore/android/OffscreenMapSurface/.gitignore new file mode 100644 index 00000000..2e52a75c --- /dev/null +++ b/examples/latest/explore/android/OffscreenMapSurface/.gitignore @@ -0,0 +1,8 @@ +*.iml +.gradle +/local.properties +.DS_Store +/build +/captures +.externalNativeBuild +.idea/* \ No newline at end of file diff --git a/examples/latest/explore/android/OffscreenMapSurface/app/.gitignore b/examples/latest/explore/android/OffscreenMapSurface/app/.gitignore new file mode 100644 index 00000000..8fa1f372 --- /dev/null +++ b/examples/latest/explore/android/OffscreenMapSurface/app/.gitignore @@ -0,0 +1,2 @@ +/build +/libs/*.aar diff --git a/examples/latest/explore/android/OffscreenMapSurface/build.gradle b/examples/latest/explore/android/OffscreenMapSurface/build.gradle index 290300e6..1aaa3cdf 100644 --- a/examples/latest/explore/android/OffscreenMapSurface/build.gradle +++ b/examples/latest/explore/android/OffscreenMapSurface/build.gradle @@ -5,7 +5,7 @@ buildscript { mavenCentral() } dependencies { - classpath 'com.android.tools.build:gradle:8.5.1' + classpath 'com.android.tools.build:gradle:8.5.2' // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files diff --git a/examples/latest/explore/android/OffscreenMapSurface/gradle.properties b/examples/latest/explore/android/OffscreenMapSurface/gradle.properties index f6720ae0..9098d47d 100644 --- a/examples/latest/explore/android/OffscreenMapSurface/gradle.properties +++ b/examples/latest/explore/android/OffscreenMapSurface/gradle.properties @@ -7,9 +7,6 @@ # For more details on how to configure your build environment visit # http://www.gradle.org/docs/current/userguide/build_environment.html -# Specifies the JVM arguments used for the daemon process. -# The setting is particularly useful for tweaking memory settings. -android.defaults.buildfeatures.buildconfig=true android.enableJetifier=true android.nonFinalResIds=false android.nonTransitiveRClass=false diff --git a/examples/latest/explore/android/OffscreenMapSurface/gradle/wrapper/gradle-wrapper.properties b/examples/latest/explore/android/OffscreenMapSurface/gradle/wrapper/gradle-wrapper.properties index 8eca2ac2..0709a8f7 100644 --- a/examples/latest/explore/android/OffscreenMapSurface/gradle/wrapper/gradle-wrapper.properties +++ b/examples/latest/explore/android/OffscreenMapSurface/gradle/wrapper/gradle-wrapper.properties @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-all.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.8-all.zip diff --git a/examples/latest/explore/android/PublicTransit/.gitignore b/examples/latest/explore/android/PublicTransit/.gitignore new file mode 100644 index 00000000..69cb356e --- /dev/null +++ b/examples/latest/explore/android/PublicTransit/.gitignore @@ -0,0 +1,8 @@ +*.iml +.gradle +/local.properties +.DS_Store +/build +/captures +.externalNativeBuild +.idea/* diff --git a/examples/latest/explore/android/PublicTransit/app/.gitignore b/examples/latest/explore/android/PublicTransit/app/.gitignore new file mode 100644 index 00000000..8fa1f372 --- /dev/null +++ b/examples/latest/explore/android/PublicTransit/app/.gitignore @@ -0,0 +1,2 @@ +/build +/libs/*.aar diff --git a/examples/latest/explore/android/PublicTransit/build.gradle b/examples/latest/explore/android/PublicTransit/build.gradle index d5253c38..60c8e226 100644 --- a/examples/latest/explore/android/PublicTransit/build.gradle +++ b/examples/latest/explore/android/PublicTransit/build.gradle @@ -7,7 +7,7 @@ buildscript { mavenCentral() } dependencies { - classpath 'com.android.tools.build:gradle:8.5.1' + classpath 'com.android.tools.build:gradle:8.5.2' // NOTE: Do not place your application dependencies here; they belong diff --git a/examples/latest/explore/android/PublicTransit/gradle.properties b/examples/latest/explore/android/PublicTransit/gradle.properties index a8c57008..a77e3f52 100644 --- a/examples/latest/explore/android/PublicTransit/gradle.properties +++ b/examples/latest/explore/android/PublicTransit/gradle.properties @@ -4,9 +4,7 @@ # any settings specified in this file. # For more details on how to configure your build environment visit # http://www.gradle.org/docs/current/userguide/build_environment.html -# Specifies the JVM arguments used for the daemon process. -# The setting is particularly useful for tweaking memory settings. -android.defaults.buildfeatures.buildconfig=true + android.enableJetifier=true android.nonFinalResIds=false android.nonTransitiveRClass=false diff --git a/examples/latest/explore/android/PublicTransit/gradle/wrapper/gradle-wrapper.properties b/examples/latest/explore/android/PublicTransit/gradle/wrapper/gradle-wrapper.properties index 8eca2ac2..0709a8f7 100644 --- a/examples/latest/explore/android/PublicTransit/gradle/wrapper/gradle-wrapper.properties +++ b/examples/latest/explore/android/PublicTransit/gradle/wrapper/gradle-wrapper.properties @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-all.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.8-all.zip diff --git a/examples/latest/explore/android/Routing/.gitignore b/examples/latest/explore/android/Routing/.gitignore new file mode 100644 index 00000000..69cb356e --- /dev/null +++ b/examples/latest/explore/android/Routing/.gitignore @@ -0,0 +1,8 @@ +*.iml +.gradle +/local.properties +.DS_Store +/build +/captures +.externalNativeBuild +.idea/* diff --git a/examples/latest/explore/android/Routing/app/.gitignore b/examples/latest/explore/android/Routing/app/.gitignore new file mode 100644 index 00000000..8fa1f372 --- /dev/null +++ b/examples/latest/explore/android/Routing/app/.gitignore @@ -0,0 +1,2 @@ +/build +/libs/*.aar diff --git a/examples/latest/explore/android/Routing/app/src/main/java/com/here/routing/RoutingExample.java b/examples/latest/explore/android/Routing/app/src/main/java/com/here/routing/RoutingExample.java index 38a567c2..fea0745f 100644 --- a/examples/latest/explore/android/Routing/app/src/main/java/com/here/routing/RoutingExample.java +++ b/examples/latest/explore/android/Routing/app/src/main/java/com/here/routing/RoutingExample.java @@ -21,6 +21,7 @@ import android.content.Context; import android.util.Log; +import android.widget.Toast; import androidx.annotation.Nullable; import androidx.appcompat.app.AlertDialog; @@ -77,6 +78,7 @@ public class RoutingExample { private GeoCoordinates startGeoCoordinates; private GeoCoordinates destinationGeoCoordinates; private boolean trafficDisabled; + List waypoints = new ArrayList<>(); public RoutingExample(Context context, MapView mapView) { this.context = context; @@ -99,9 +101,12 @@ public void addRoute() { Waypoint startWaypoint = new Waypoint(startGeoCoordinates); Waypoint destinationWaypoint = new Waypoint(destinationGeoCoordinates); - List waypoints = + waypoints = new ArrayList<>(Arrays.asList(startWaypoint, destinationWaypoint)); + calculateRoute(waypoints); + } + private void calculateRoute(List waypoints) { routingEngine.calculateRoute( waypoints, getCarOptions(), @@ -116,6 +121,7 @@ public void onRouteCalculated(@Nullable RoutingError routingError, @Nullable Lis logRouteSectionDetails(route); logRouteViolations(route); logTollDetails(route); + showWaypointsOnMap(waypoints); } else { showDialog("Error while calculating a route:", routingError.toString()); } @@ -144,6 +150,10 @@ private void logRouteViolations(Route route) { public void toggleTrafficOptimization() { trafficDisabled = !trafficDisabled; + if (!waypoints.isEmpty()) { + calculateRoute(waypoints); + } + Toast.makeText(context, "Traffic optimization is " + (trafficDisabled ? "Disabled" : "Enabled"), Toast.LENGTH_LONG).show(); } @@ -264,15 +274,6 @@ private void showRouteOnMap(Route route) { // Optionally, render traffic on route. showTrafficOnRoute(route); - GeoCoordinates startPoint = - route.getSections().get(0).getDeparturePlace().mapMatchedCoordinates; - GeoCoordinates destination = - route.getSections().get(route.getSections().size() - 1).getArrivalPlace().mapMatchedCoordinates; - - // Draw a circle to indicate starting point and destination. - addCircleMapMarker(startPoint, R.drawable.green_dot); - addCircleMapMarker(destination, R.drawable.green_dot); - // Log maneuver instructions per route section. List
sections = route.getSections(); for (Section section : sections) { @@ -280,6 +281,20 @@ private void showRouteOnMap(Route route) { } } + private void showWaypointsOnMap(List waypoints) { + int n = waypoints.size(); + for (int i = 0; i < n; i++) { + GeoCoordinates currentGeoCoordinates = waypoints.get(i).coordinates; + if (i == 0 || i == n - 1) { + // Draw a green circle to indicate starting point and destination. + addCircleMapMarker(currentGeoCoordinates, R.drawable.green_dot); + } else { + // Draw a red circle to indicate intermediate waypoints, if any. + addCircleMapMarker(currentGeoCoordinates, R.drawable.red_dot); + } + } + } + private void logManeuverInstructions(Section section) { Log.d(TAG, "Log maneuver instructions per route section:"); List maneuverInstructions = section.getManeuvers(); @@ -301,30 +316,9 @@ public void addWaypoints() { Waypoint waypoint1 = new Waypoint(createRandomGeoCoordinatesAroundMapCenter()); Waypoint waypoint2 = new Waypoint(createRandomGeoCoordinatesAroundMapCenter()); - List waypoints = new ArrayList<>(Arrays.asList(new Waypoint(startGeoCoordinates), + waypoints = new ArrayList<>(Arrays.asList(new Waypoint(startGeoCoordinates), waypoint1, waypoint2, new Waypoint(destinationGeoCoordinates))); - - routingEngine.calculateRoute( - waypoints, - getCarOptions(), - new CalculateRouteCallback() { - @Override - public void onRouteCalculated(@Nullable RoutingError routingError, @Nullable List routes) { - if (routingError == null) { - Route route = routes.get(0); - showRouteDetails(route); - showRouteOnMap(route); - logRouteSectionDetails(route); - logRouteViolations(route); - - // Draw a circle to indicate the location of the waypoints. - addCircleMapMarker(waypoint1.coordinates, R.drawable.red_dot); - addCircleMapMarker(waypoint2.coordinates, R.drawable.red_dot); - } else { - showDialog("Error while calculating a route:", routingError.toString()); - } - } - }); + calculateRoute(waypoints); } private CarOptions getCarOptions() { diff --git a/examples/latest/explore/android/Routing/build.gradle b/examples/latest/explore/android/Routing/build.gradle index d5253c38..60c8e226 100644 --- a/examples/latest/explore/android/Routing/build.gradle +++ b/examples/latest/explore/android/Routing/build.gradle @@ -7,7 +7,7 @@ buildscript { mavenCentral() } dependencies { - classpath 'com.android.tools.build:gradle:8.5.1' + classpath 'com.android.tools.build:gradle:8.5.2' // NOTE: Do not place your application dependencies here; they belong diff --git a/examples/latest/explore/android/Routing/gradle.properties b/examples/latest/explore/android/Routing/gradle.properties index 0fe796f1..b7d40918 100644 --- a/examples/latest/explore/android/Routing/gradle.properties +++ b/examples/latest/explore/android/Routing/gradle.properties @@ -4,10 +4,7 @@ # any settings specified in this file. # For more details on how to configure your build environment visit # http://www.gradle.org/docs/current/userguide/build_environment.html -# Specifies the JVM arguments used for the daemon process. -# The setting is particularly useful for tweaking memory settings. -android.defaults.buildfeatures.buildconfig=true -android.defaults.buildfeatures.buildconfig=true + android.enableJetifier=true android.nonFinalResIds=false android.nonTransitiveRClass=false diff --git a/examples/latest/explore/android/Routing/gradle/wrapper/gradle-wrapper.properties b/examples/latest/explore/android/Routing/gradle/wrapper/gradle-wrapper.properties index 8eca2ac2..0709a8f7 100644 --- a/examples/latest/explore/android/Routing/gradle/wrapper/gradle-wrapper.properties +++ b/examples/latest/explore/android/Routing/gradle/wrapper/gradle-wrapper.properties @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-all.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.8-all.zip diff --git a/examples/latest/explore/android/Search/.gitignore b/examples/latest/explore/android/Search/.gitignore new file mode 100644 index 00000000..2e52a75c --- /dev/null +++ b/examples/latest/explore/android/Search/.gitignore @@ -0,0 +1,8 @@ +*.iml +.gradle +/local.properties +.DS_Store +/build +/captures +.externalNativeBuild +.idea/* \ No newline at end of file diff --git a/examples/latest/explore/android/Search/app/.gitignore b/examples/latest/explore/android/Search/app/.gitignore new file mode 100644 index 00000000..8fa1f372 --- /dev/null +++ b/examples/latest/explore/android/Search/app/.gitignore @@ -0,0 +1,2 @@ +/build +/libs/*.aar diff --git a/examples/latest/explore/android/Search/build.gradle b/examples/latest/explore/android/Search/build.gradle index d5253c38..60c8e226 100644 --- a/examples/latest/explore/android/Search/build.gradle +++ b/examples/latest/explore/android/Search/build.gradle @@ -7,7 +7,7 @@ buildscript { mavenCentral() } dependencies { - classpath 'com.android.tools.build:gradle:8.5.1' + classpath 'com.android.tools.build:gradle:8.5.2' // NOTE: Do not place your application dependencies here; they belong diff --git a/examples/latest/explore/android/Search/gradle.properties b/examples/latest/explore/android/Search/gradle.properties index a8c57008..b28fed71 100644 --- a/examples/latest/explore/android/Search/gradle.properties +++ b/examples/latest/explore/android/Search/gradle.properties @@ -4,9 +4,6 @@ # any settings specified in this file. # For more details on how to configure your build environment visit # http://www.gradle.org/docs/current/userguide/build_environment.html -# Specifies the JVM arguments used for the daemon process. -# The setting is particularly useful for tweaking memory settings. -android.defaults.buildfeatures.buildconfig=true android.enableJetifier=true android.nonFinalResIds=false android.nonTransitiveRClass=false diff --git a/examples/latest/explore/android/Search/gradle/wrapper/gradle-wrapper.properties b/examples/latest/explore/android/Search/gradle/wrapper/gradle-wrapper.properties index 8eca2ac2..0709a8f7 100644 --- a/examples/latest/explore/android/Search/gradle/wrapper/gradle-wrapper.properties +++ b/examples/latest/explore/android/Search/gradle/wrapper/gradle-wrapper.properties @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-all.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.8-all.zip diff --git a/examples/latest/explore/android/StandAloneEngine/.gitignore b/examples/latest/explore/android/StandAloneEngine/.gitignore new file mode 100644 index 00000000..69cb356e --- /dev/null +++ b/examples/latest/explore/android/StandAloneEngine/.gitignore @@ -0,0 +1,8 @@ +*.iml +.gradle +/local.properties +.DS_Store +/build +/captures +.externalNativeBuild +.idea/* diff --git a/examples/latest/explore/android/StandAloneEngine/app/.gitignore b/examples/latest/explore/android/StandAloneEngine/app/.gitignore new file mode 100644 index 00000000..8fa1f372 --- /dev/null +++ b/examples/latest/explore/android/StandAloneEngine/app/.gitignore @@ -0,0 +1,2 @@ +/build +/libs/*.aar diff --git a/examples/latest/explore/android/StandAloneEngine/build.gradle b/examples/latest/explore/android/StandAloneEngine/build.gradle index 7808bcf2..fd15a60d 100644 --- a/examples/latest/explore/android/StandAloneEngine/build.gradle +++ b/examples/latest/explore/android/StandAloneEngine/build.gradle @@ -7,7 +7,7 @@ buildscript { } dependencies { - classpath 'com.android.tools.build:gradle:8.5.1' + classpath 'com.android.tools.build:gradle:8.5.2' // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files diff --git a/examples/latest/explore/android/StandAloneEngine/gradle.properties b/examples/latest/explore/android/StandAloneEngine/gradle.properties index 16a11ee0..b28fed71 100644 --- a/examples/latest/explore/android/StandAloneEngine/gradle.properties +++ b/examples/latest/explore/android/StandAloneEngine/gradle.properties @@ -4,9 +4,6 @@ # any settings specified in this file. # For more details on how to configure your build environment visit # http://www.gradle.org/docs/current/userguide/build_environment.html -# Specifies the JVM arguments used for the daemon process. -# The setting is particularly useful for tweaking memory settings. -android.defaults.buildfeatures.buildconfig=true android.enableJetifier=true android.nonFinalResIds=false android.nonTransitiveRClass=false @@ -16,5 +13,3 @@ org.gradle.jvmargs=-Xmx1536m # This option should only be used with decoupled projects. More details, visit # http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects # org.gradle.parallel=true - - diff --git a/examples/latest/explore/android/StandAloneEngine/gradle/wrapper/gradle-wrapper.properties b/examples/latest/explore/android/StandAloneEngine/gradle/wrapper/gradle-wrapper.properties index 8eca2ac2..0709a8f7 100644 --- a/examples/latest/explore/android/StandAloneEngine/gradle/wrapper/gradle-wrapper.properties +++ b/examples/latest/explore/android/StandAloneEngine/gradle/wrapper/gradle-wrapper.properties @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-all.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.8-all.zip diff --git a/examples/latest/explore/android/Traffic/.gitignore b/examples/latest/explore/android/Traffic/.gitignore new file mode 100644 index 00000000..2e52a75c --- /dev/null +++ b/examples/latest/explore/android/Traffic/.gitignore @@ -0,0 +1,8 @@ +*.iml +.gradle +/local.properties +.DS_Store +/build +/captures +.externalNativeBuild +.idea/* \ No newline at end of file diff --git a/examples/latest/explore/android/Traffic/app/.gitignore b/examples/latest/explore/android/Traffic/app/.gitignore new file mode 100644 index 00000000..8fa1f372 --- /dev/null +++ b/examples/latest/explore/android/Traffic/app/.gitignore @@ -0,0 +1,2 @@ +/build +/libs/*.aar diff --git a/examples/latest/explore/android/Traffic/build.gradle b/examples/latest/explore/android/Traffic/build.gradle index d5253c38..60c8e226 100644 --- a/examples/latest/explore/android/Traffic/build.gradle +++ b/examples/latest/explore/android/Traffic/build.gradle @@ -7,7 +7,7 @@ buildscript { mavenCentral() } dependencies { - classpath 'com.android.tools.build:gradle:8.5.1' + classpath 'com.android.tools.build:gradle:8.5.2' // NOTE: Do not place your application dependencies here; they belong diff --git a/examples/latest/explore/android/Traffic/gradle.properties b/examples/latest/explore/android/Traffic/gradle.properties index a8c57008..b28fed71 100644 --- a/examples/latest/explore/android/Traffic/gradle.properties +++ b/examples/latest/explore/android/Traffic/gradle.properties @@ -4,9 +4,6 @@ # any settings specified in this file. # For more details on how to configure your build environment visit # http://www.gradle.org/docs/current/userguide/build_environment.html -# Specifies the JVM arguments used for the daemon process. -# The setting is particularly useful for tweaking memory settings. -android.defaults.buildfeatures.buildconfig=true android.enableJetifier=true android.nonFinalResIds=false android.nonTransitiveRClass=false diff --git a/examples/latest/explore/android/Traffic/gradle/wrapper/gradle-wrapper.properties b/examples/latest/explore/android/Traffic/gradle/wrapper/gradle-wrapper.properties index 8eca2ac2..0709a8f7 100644 --- a/examples/latest/explore/android/Traffic/gradle/wrapper/gradle-wrapper.properties +++ b/examples/latest/explore/android/Traffic/gradle/wrapper/gradle-wrapper.properties @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-all.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.8-all.zip diff --git a/examples/latest/explore/android/UnitTesting/.gitignore b/examples/latest/explore/android/UnitTesting/.gitignore new file mode 100644 index 00000000..2e52a75c --- /dev/null +++ b/examples/latest/explore/android/UnitTesting/.gitignore @@ -0,0 +1,8 @@ +*.iml +.gradle +/local.properties +.DS_Store +/build +/captures +.externalNativeBuild +.idea/* \ No newline at end of file diff --git a/examples/latest/explore/android/UnitTesting/app/.gitignore b/examples/latest/explore/android/UnitTesting/app/.gitignore new file mode 100644 index 00000000..e5e4d9e5 --- /dev/null +++ b/examples/latest/explore/android/UnitTesting/app/.gitignore @@ -0,0 +1,3 @@ +/build +/libs/*.aar +/libs/*.jar diff --git a/examples/latest/explore/android/UnitTesting/build.gradle b/examples/latest/explore/android/UnitTesting/build.gradle index eb8e9c7a..43142b95 100644 --- a/examples/latest/explore/android/UnitTesting/build.gradle +++ b/examples/latest/explore/android/UnitTesting/build.gradle @@ -5,7 +5,7 @@ buildscript { mavenCentral() } dependencies { - classpath 'com.android.tools.build:gradle:8.5.1' + classpath 'com.android.tools.build:gradle:8.5.2' // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files diff --git a/examples/latest/explore/android/UnitTesting/gradle.properties b/examples/latest/explore/android/UnitTesting/gradle.properties index f6720ae0..9098d47d 100644 --- a/examples/latest/explore/android/UnitTesting/gradle.properties +++ b/examples/latest/explore/android/UnitTesting/gradle.properties @@ -7,9 +7,6 @@ # For more details on how to configure your build environment visit # http://www.gradle.org/docs/current/userguide/build_environment.html -# Specifies the JVM arguments used for the daemon process. -# The setting is particularly useful for tweaking memory settings. -android.defaults.buildfeatures.buildconfig=true android.enableJetifier=true android.nonFinalResIds=false android.nonTransitiveRClass=false diff --git a/examples/latest/explore/android/UnitTesting/gradle/wrapper/gradle-wrapper.properties b/examples/latest/explore/android/UnitTesting/gradle/wrapper/gradle-wrapper.properties index 8eca2ac2..0709a8f7 100644 --- a/examples/latest/explore/android/UnitTesting/gradle/wrapper/gradle-wrapper.properties +++ b/examples/latest/explore/android/UnitTesting/gradle/wrapper/gradle-wrapper.properties @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-all.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.8-all.zip diff --git a/examples/latest/explore/flutter/camera_app/.gitignore b/examples/latest/explore/flutter/camera_app/.gitignore new file mode 100644 index 00000000..f3c20534 --- /dev/null +++ b/examples/latest/explore/flutter/camera_app/.gitignore @@ -0,0 +1,44 @@ +# Miscellaneous +*.class +*.log +*.pyc +*.swp +.DS_Store +.atom/ +.buildlog/ +.history +.svn/ + +# IntelliJ related +*.iml +*.ipr +*.iws +.idea/ + +# The .vscode folder contains launch configuration and tasks you configure in +# VS Code which you may wish to be included in version control, so this line +# is commented out by default. +#.vscode/ + +# Flutter/Dart/Pub related +**/doc/api/ +**/ios/Flutter/.last_build_id +.dart_tool/ +.flutter-plugins +.flutter-plugins-dependencies +.packages +.pub-cache/ +.pub/ +/build/ + +# Web related +lib/generated_plugin_registrant.dart + +# Symbolication related +app.*.symbols + +# Obfuscation related +app.*.map.json + +# Exceptions to above rules. +!/packages/flutter_tools/test/data/dart_dependencies_test/**/.packages diff --git a/examples/latest/explore/flutter/camera_app/android/.gitignore b/examples/latest/explore/flutter/camera_app/android/.gitignore new file mode 100644 index 00000000..0a741cb4 --- /dev/null +++ b/examples/latest/explore/flutter/camera_app/android/.gitignore @@ -0,0 +1,11 @@ +gradle-wrapper.jar +/.gradle +/captures/ +/gradlew +/gradlew.bat +/local.properties +GeneratedPluginRegistrant.java + +# Remember to never publicly share your keystore. +# See https://flutter.dev/docs/deployment/android#reference-the-keystore-from-the-app +key.properties diff --git a/examples/latest/explore/flutter/camera_app/ios/.gitignore b/examples/latest/explore/flutter/camera_app/ios/.gitignore new file mode 100644 index 00000000..e96ef602 --- /dev/null +++ b/examples/latest/explore/flutter/camera_app/ios/.gitignore @@ -0,0 +1,32 @@ +*.mode1v3 +*.mode2v3 +*.moved-aside +*.pbxuser +*.perspectivev3 +**/*sync/ +.sconsign.dblite +.tags* +**/.vagrant/ +**/DerivedData/ +Icon? +**/Pods/ +**/.symlinks/ +profile +xcuserdata +**/.generated/ +Flutter/App.framework +Flutter/Flutter.framework +Flutter/Flutter.podspec +Flutter/Generated.xcconfig +Flutter/app.flx +Flutter/app.zip +Flutter/flutter_assets/ +Flutter/flutter_export_environment.sh +ServiceDefinitions.json +Runner/GeneratedPluginRegistrant.* + +# Exceptions to above rules. +!default.mode1v3 +!default.mode2v3 +!default.pbxuser +!default.perspectivev3 diff --git a/examples/latest/explore/flutter/camera_keyframe_tracks_app/.gitignore b/examples/latest/explore/flutter/camera_keyframe_tracks_app/.gitignore new file mode 100644 index 00000000..38472244 --- /dev/null +++ b/examples/latest/explore/flutter/camera_keyframe_tracks_app/.gitignore @@ -0,0 +1,44 @@ +# Miscellaneous +*.class +*.log +*.pyc +*.swp +.DS_Store +.atom/ +.buildlog/ +.history +.svn/ + +# IntelliJ related +*.iml +*.ipr +*.iws +.idea/ + +# The .vscode folder contains launch configuration and tasks you configure in +# VS Code which you may wish to be included in version control, so this line +# is commented out by default. +#.vscode/ + +# Flutter/Dart/Pub related +ios/Flutter/.last_build_id +**/doc/api/ +.dart_tool/ +.flutter-plugins +.flutter-plugins-dependencies +.packages +.pub-cache/ +.pub/ +/build/ + +# Web related +lib/generated_plugin_registrant.dart + +# Symbolication related +app.*.symbols + +# Obfuscation related +app.*.map.json + +# Exceptions to above rules. +!/packages/flutter_tools/test/data/dart_dependencies_test/**/.packages diff --git a/examples/latest/explore/flutter/camera_keyframe_tracks_app/android/.gitignore b/examples/latest/explore/flutter/camera_keyframe_tracks_app/android/.gitignore new file mode 100644 index 00000000..6f568019 --- /dev/null +++ b/examples/latest/explore/flutter/camera_keyframe_tracks_app/android/.gitignore @@ -0,0 +1,13 @@ +gradle-wrapper.jar +/.gradle +/captures/ +/gradlew +/gradlew.bat +/local.properties +GeneratedPluginRegistrant.java + +# Remember to never publicly share your keystore. +# See https://flutter.dev/docs/deployment/android#reference-the-keystore-from-the-app +key.properties +**/*.keystore +**/*.jks diff --git a/examples/latest/explore/flutter/camera_keyframe_tracks_app/ios/.gitignore b/examples/latest/explore/flutter/camera_keyframe_tracks_app/ios/.gitignore new file mode 100644 index 00000000..7a7f9873 --- /dev/null +++ b/examples/latest/explore/flutter/camera_keyframe_tracks_app/ios/.gitignore @@ -0,0 +1,34 @@ +**/dgph +*.mode1v3 +*.mode2v3 +*.moved-aside +*.pbxuser +*.perspectivev3 +**/*sync/ +.sconsign.dblite +.tags* +**/.vagrant/ +**/DerivedData/ +Icon? +**/Pods/ +**/.symlinks/ +profile +xcuserdata +**/.generated/ +Flutter/App.framework +Flutter/Flutter.framework +Flutter/Flutter.podspec +Flutter/Generated.xcconfig +Flutter/ephemeral/ +Flutter/app.flx +Flutter/app.zip +Flutter/flutter_assets/ +Flutter/flutter_export_environment.sh +ServiceDefinitions.json +Runner/GeneratedPluginRegistrant.* + +# Exceptions to above rules. +!default.mode1v3 +!default.mode2v3 +!default.pbxuser +!default.perspectivev3 diff --git a/examples/latest/explore/flutter/custom_map_styles_app/.gitignore b/examples/latest/explore/flutter/custom_map_styles_app/.gitignore new file mode 100644 index 00000000..38472244 --- /dev/null +++ b/examples/latest/explore/flutter/custom_map_styles_app/.gitignore @@ -0,0 +1,44 @@ +# Miscellaneous +*.class +*.log +*.pyc +*.swp +.DS_Store +.atom/ +.buildlog/ +.history +.svn/ + +# IntelliJ related +*.iml +*.ipr +*.iws +.idea/ + +# The .vscode folder contains launch configuration and tasks you configure in +# VS Code which you may wish to be included in version control, so this line +# is commented out by default. +#.vscode/ + +# Flutter/Dart/Pub related +ios/Flutter/.last_build_id +**/doc/api/ +.dart_tool/ +.flutter-plugins +.flutter-plugins-dependencies +.packages +.pub-cache/ +.pub/ +/build/ + +# Web related +lib/generated_plugin_registrant.dart + +# Symbolication related +app.*.symbols + +# Obfuscation related +app.*.map.json + +# Exceptions to above rules. +!/packages/flutter_tools/test/data/dart_dependencies_test/**/.packages diff --git a/examples/latest/explore/flutter/custom_map_styles_app/android/.gitignore b/examples/latest/explore/flutter/custom_map_styles_app/android/.gitignore new file mode 100644 index 00000000..bc2100d8 --- /dev/null +++ b/examples/latest/explore/flutter/custom_map_styles_app/android/.gitignore @@ -0,0 +1,7 @@ +gradle-wrapper.jar +/.gradle +/captures/ +/gradlew +/gradlew.bat +/local.properties +GeneratedPluginRegistrant.java diff --git a/examples/latest/explore/flutter/custom_map_styles_app/ios/.gitignore b/examples/latest/explore/flutter/custom_map_styles_app/ios/.gitignore new file mode 100644 index 00000000..e96ef602 --- /dev/null +++ b/examples/latest/explore/flutter/custom_map_styles_app/ios/.gitignore @@ -0,0 +1,32 @@ +*.mode1v3 +*.mode2v3 +*.moved-aside +*.pbxuser +*.perspectivev3 +**/*sync/ +.sconsign.dblite +.tags* +**/.vagrant/ +**/DerivedData/ +Icon? +**/Pods/ +**/.symlinks/ +profile +xcuserdata +**/.generated/ +Flutter/App.framework +Flutter/Flutter.framework +Flutter/Flutter.podspec +Flutter/Generated.xcconfig +Flutter/app.flx +Flutter/app.zip +Flutter/flutter_assets/ +Flutter/flutter_export_environment.sh +ServiceDefinitions.json +Runner/GeneratedPluginRegistrant.* + +# Exceptions to above rules. +!default.mode1v3 +!default.mode2v3 +!default.pbxuser +!default.perspectivev3 diff --git a/examples/latest/explore/flutter/custom_raster_layers_app/.gitignore b/examples/latest/explore/flutter/custom_raster_layers_app/.gitignore new file mode 100644 index 00000000..38472244 --- /dev/null +++ b/examples/latest/explore/flutter/custom_raster_layers_app/.gitignore @@ -0,0 +1,44 @@ +# Miscellaneous +*.class +*.log +*.pyc +*.swp +.DS_Store +.atom/ +.buildlog/ +.history +.svn/ + +# IntelliJ related +*.iml +*.ipr +*.iws +.idea/ + +# The .vscode folder contains launch configuration and tasks you configure in +# VS Code which you may wish to be included in version control, so this line +# is commented out by default. +#.vscode/ + +# Flutter/Dart/Pub related +ios/Flutter/.last_build_id +**/doc/api/ +.dart_tool/ +.flutter-plugins +.flutter-plugins-dependencies +.packages +.pub-cache/ +.pub/ +/build/ + +# Web related +lib/generated_plugin_registrant.dart + +# Symbolication related +app.*.symbols + +# Obfuscation related +app.*.map.json + +# Exceptions to above rules. +!/packages/flutter_tools/test/data/dart_dependencies_test/**/.packages diff --git a/examples/latest/explore/flutter/custom_raster_layers_app/android/.gitignore b/examples/latest/explore/flutter/custom_raster_layers_app/android/.gitignore new file mode 100644 index 00000000..bc2100d8 --- /dev/null +++ b/examples/latest/explore/flutter/custom_raster_layers_app/android/.gitignore @@ -0,0 +1,7 @@ +gradle-wrapper.jar +/.gradle +/captures/ +/gradlew +/gradlew.bat +/local.properties +GeneratedPluginRegistrant.java diff --git a/examples/latest/explore/flutter/custom_raster_layers_app/ios/.gitignore b/examples/latest/explore/flutter/custom_raster_layers_app/ios/.gitignore new file mode 100644 index 00000000..e96ef602 --- /dev/null +++ b/examples/latest/explore/flutter/custom_raster_layers_app/ios/.gitignore @@ -0,0 +1,32 @@ +*.mode1v3 +*.mode2v3 +*.moved-aside +*.pbxuser +*.perspectivev3 +**/*sync/ +.sconsign.dblite +.tags* +**/.vagrant/ +**/DerivedData/ +Icon? +**/Pods/ +**/.symlinks/ +profile +xcuserdata +**/.generated/ +Flutter/App.framework +Flutter/Flutter.framework +Flutter/Flutter.podspec +Flutter/Generated.xcconfig +Flutter/app.flx +Flutter/app.zip +Flutter/flutter_assets/ +Flutter/flutter_export_environment.sh +ServiceDefinitions.json +Runner/GeneratedPluginRegistrant.* + +# Exceptions to above rules. +!default.mode1v3 +!default.mode2v3 +!default.pbxuser +!default.perspectivev3 diff --git a/examples/latest/explore/flutter/custom_raster_tile_source_app/.gitignore b/examples/latest/explore/flutter/custom_raster_tile_source_app/.gitignore new file mode 100644 index 00000000..38472244 --- /dev/null +++ b/examples/latest/explore/flutter/custom_raster_tile_source_app/.gitignore @@ -0,0 +1,44 @@ +# Miscellaneous +*.class +*.log +*.pyc +*.swp +.DS_Store +.atom/ +.buildlog/ +.history +.svn/ + +# IntelliJ related +*.iml +*.ipr +*.iws +.idea/ + +# The .vscode folder contains launch configuration and tasks you configure in +# VS Code which you may wish to be included in version control, so this line +# is commented out by default. +#.vscode/ + +# Flutter/Dart/Pub related +ios/Flutter/.last_build_id +**/doc/api/ +.dart_tool/ +.flutter-plugins +.flutter-plugins-dependencies +.packages +.pub-cache/ +.pub/ +/build/ + +# Web related +lib/generated_plugin_registrant.dart + +# Symbolication related +app.*.symbols + +# Obfuscation related +app.*.map.json + +# Exceptions to above rules. +!/packages/flutter_tools/test/data/dart_dependencies_test/**/.packages diff --git a/examples/latest/explore/flutter/custom_raster_tile_source_app/android/.gitignore b/examples/latest/explore/flutter/custom_raster_tile_source_app/android/.gitignore new file mode 100644 index 00000000..bc2100d8 --- /dev/null +++ b/examples/latest/explore/flutter/custom_raster_tile_source_app/android/.gitignore @@ -0,0 +1,7 @@ +gradle-wrapper.jar +/.gradle +/captures/ +/gradlew +/gradlew.bat +/local.properties +GeneratedPluginRegistrant.java diff --git a/examples/latest/explore/flutter/custom_raster_tile_source_app/ios/.gitignore b/examples/latest/explore/flutter/custom_raster_tile_source_app/ios/.gitignore new file mode 100644 index 00000000..e96ef602 --- /dev/null +++ b/examples/latest/explore/flutter/custom_raster_tile_source_app/ios/.gitignore @@ -0,0 +1,32 @@ +*.mode1v3 +*.mode2v3 +*.moved-aside +*.pbxuser +*.perspectivev3 +**/*sync/ +.sconsign.dblite +.tags* +**/.vagrant/ +**/DerivedData/ +Icon? +**/Pods/ +**/.symlinks/ +profile +xcuserdata +**/.generated/ +Flutter/App.framework +Flutter/Flutter.framework +Flutter/Flutter.podspec +Flutter/Generated.xcconfig +Flutter/app.flx +Flutter/app.zip +Flutter/flutter_assets/ +Flutter/flutter_export_environment.sh +ServiceDefinitions.json +Runner/GeneratedPluginRegistrant.* + +# Exceptions to above rules. +!default.mode1v3 +!default.mode2v3 +!default.pbxuser +!default.perspectivev3 diff --git a/examples/latest/explore/flutter/ev_routing_app/.gitignore b/examples/latest/explore/flutter/ev_routing_app/.gitignore new file mode 100644 index 00000000..1c837c46 --- /dev/null +++ b/examples/latest/explore/flutter/ev_routing_app/.gitignore @@ -0,0 +1,44 @@ +# Miscellaneous +*.class +*.log +*.pyc +*.swp +.DS_Store +.atom/ +.buildlog/ +.history +.svn/ + +# IntelliJ related +*.iml +*.ipr +*.iws +.idea/ + +# The .vscode folder contains launch configuration and tasks you configure in +# VS Code which you may wish to be included in version control, so this line +# is commented out by default. +#.vscode/ + +# Flutter/Dart/Pub related +ios/Flutter/.last_build_id +**/doc/api/ +.dart_tool/ +.flutter-plugins +.flutter-plugins-dependencies +.packages +.pub-cache/ +.pub/ +/build/ + +# Web related +lib/generated_plugin_registrant.dart + +# Symbolication related +app.*.symbols + +# Obfuscation related +app.*.map.json + +# Exceptions to above rules. +!/packages/flutter_tools/test/data/dart_dependencies_test/**/.packages diff --git a/examples/latest/explore/flutter/ev_routing_app/android/.gitignore b/examples/latest/explore/flutter/ev_routing_app/android/.gitignore new file mode 100644 index 00000000..0b9e049b --- /dev/null +++ b/examples/latest/explore/flutter/ev_routing_app/android/.gitignore @@ -0,0 +1,7 @@ +gradle-wrapper.jar +/.gradle +/captures/ +/gradlew +/gradlew.bat +/local.properties +GeneratedPluginRegistrant.java diff --git a/examples/latest/explore/flutter/ev_routing_app/ios/.gitignore b/examples/latest/explore/flutter/ev_routing_app/ios/.gitignore new file mode 100644 index 00000000..0f1df0fd --- /dev/null +++ b/examples/latest/explore/flutter/ev_routing_app/ios/.gitignore @@ -0,0 +1,32 @@ +*.mode1v3 +*.mode2v3 +*.moved-aside +*.pbxuser +*.perspectivev3 +**/*sync/ +.sconsign.dblite +.tags* +**/.vagrant/ +**/DerivedData/ +Icon? +**/Pods/ +**/.symlinks/ +profile +xcuserdata +**/.generated/ +Flutter/App.framework +Flutter/Flutter.framework +Flutter/Flutter.podspec +Flutter/Generated.xcconfig +Flutter/app.flx +Flutter/app.zip +Flutter/flutter_assets/ +Flutter/flutter_export_environment.sh +ServiceDefinitions.json +Runner/GeneratedPluginRegistrant.* + +# Exceptions to above rules. +!default.mode1v3 +!default.mode2v3 +!default.pbxuser +!default.perspectivev3 diff --git a/examples/latest/explore/flutter/gestures_app/.gitignore b/examples/latest/explore/flutter/gestures_app/.gitignore new file mode 100644 index 00000000..38472244 --- /dev/null +++ b/examples/latest/explore/flutter/gestures_app/.gitignore @@ -0,0 +1,44 @@ +# Miscellaneous +*.class +*.log +*.pyc +*.swp +.DS_Store +.atom/ +.buildlog/ +.history +.svn/ + +# IntelliJ related +*.iml +*.ipr +*.iws +.idea/ + +# The .vscode folder contains launch configuration and tasks you configure in +# VS Code which you may wish to be included in version control, so this line +# is commented out by default. +#.vscode/ + +# Flutter/Dart/Pub related +ios/Flutter/.last_build_id +**/doc/api/ +.dart_tool/ +.flutter-plugins +.flutter-plugins-dependencies +.packages +.pub-cache/ +.pub/ +/build/ + +# Web related +lib/generated_plugin_registrant.dart + +# Symbolication related +app.*.symbols + +# Obfuscation related +app.*.map.json + +# Exceptions to above rules. +!/packages/flutter_tools/test/data/dart_dependencies_test/**/.packages diff --git a/examples/latest/explore/flutter/gestures_app/android/.gitignore b/examples/latest/explore/flutter/gestures_app/android/.gitignore new file mode 100644 index 00000000..bc2100d8 --- /dev/null +++ b/examples/latest/explore/flutter/gestures_app/android/.gitignore @@ -0,0 +1,7 @@ +gradle-wrapper.jar +/.gradle +/captures/ +/gradlew +/gradlew.bat +/local.properties +GeneratedPluginRegistrant.java diff --git a/examples/latest/explore/flutter/gestures_app/ios/.gitignore b/examples/latest/explore/flutter/gestures_app/ios/.gitignore new file mode 100644 index 00000000..e96ef602 --- /dev/null +++ b/examples/latest/explore/flutter/gestures_app/ios/.gitignore @@ -0,0 +1,32 @@ +*.mode1v3 +*.mode2v3 +*.moved-aside +*.pbxuser +*.perspectivev3 +**/*sync/ +.sconsign.dblite +.tags* +**/.vagrant/ +**/DerivedData/ +Icon? +**/Pods/ +**/.symlinks/ +profile +xcuserdata +**/.generated/ +Flutter/App.framework +Flutter/Flutter.framework +Flutter/Flutter.podspec +Flutter/Generated.xcconfig +Flutter/app.flx +Flutter/app.zip +Flutter/flutter_assets/ +Flutter/flutter_export_environment.sh +ServiceDefinitions.json +Runner/GeneratedPluginRegistrant.* + +# Exceptions to above rules. +!default.mode1v3 +!default.mode2v3 +!default.pbxuser +!default.perspectivev3 diff --git a/examples/latest/explore/flutter/hello_map_app/.gitignore b/examples/latest/explore/flutter/hello_map_app/.gitignore new file mode 100644 index 00000000..38472244 --- /dev/null +++ b/examples/latest/explore/flutter/hello_map_app/.gitignore @@ -0,0 +1,44 @@ +# Miscellaneous +*.class +*.log +*.pyc +*.swp +.DS_Store +.atom/ +.buildlog/ +.history +.svn/ + +# IntelliJ related +*.iml +*.ipr +*.iws +.idea/ + +# The .vscode folder contains launch configuration and tasks you configure in +# VS Code which you may wish to be included in version control, so this line +# is commented out by default. +#.vscode/ + +# Flutter/Dart/Pub related +ios/Flutter/.last_build_id +**/doc/api/ +.dart_tool/ +.flutter-plugins +.flutter-plugins-dependencies +.packages +.pub-cache/ +.pub/ +/build/ + +# Web related +lib/generated_plugin_registrant.dart + +# Symbolication related +app.*.symbols + +# Obfuscation related +app.*.map.json + +# Exceptions to above rules. +!/packages/flutter_tools/test/data/dart_dependencies_test/**/.packages diff --git a/examples/latest/explore/flutter/hello_map_app/android/.gitignore b/examples/latest/explore/flutter/hello_map_app/android/.gitignore new file mode 100644 index 00000000..bc2100d8 --- /dev/null +++ b/examples/latest/explore/flutter/hello_map_app/android/.gitignore @@ -0,0 +1,7 @@ +gradle-wrapper.jar +/.gradle +/captures/ +/gradlew +/gradlew.bat +/local.properties +GeneratedPluginRegistrant.java diff --git a/examples/latest/explore/flutter/hello_map_app/ios/.gitignore b/examples/latest/explore/flutter/hello_map_app/ios/.gitignore new file mode 100644 index 00000000..e96ef602 --- /dev/null +++ b/examples/latest/explore/flutter/hello_map_app/ios/.gitignore @@ -0,0 +1,32 @@ +*.mode1v3 +*.mode2v3 +*.moved-aside +*.pbxuser +*.perspectivev3 +**/*sync/ +.sconsign.dblite +.tags* +**/.vagrant/ +**/DerivedData/ +Icon? +**/Pods/ +**/.symlinks/ +profile +xcuserdata +**/.generated/ +Flutter/App.framework +Flutter/Flutter.framework +Flutter/Flutter.podspec +Flutter/Generated.xcconfig +Flutter/app.flx +Flutter/app.zip +Flutter/flutter_assets/ +Flutter/flutter_export_environment.sh +ServiceDefinitions.json +Runner/GeneratedPluginRegistrant.* + +# Exceptions to above rules. +!default.mode1v3 +!default.mode2v3 +!default.pbxuser +!default.perspectivev3 diff --git a/examples/latest/explore/flutter/map_items_app/.gitignore b/examples/latest/explore/flutter/map_items_app/.gitignore new file mode 100644 index 00000000..38472244 --- /dev/null +++ b/examples/latest/explore/flutter/map_items_app/.gitignore @@ -0,0 +1,44 @@ +# Miscellaneous +*.class +*.log +*.pyc +*.swp +.DS_Store +.atom/ +.buildlog/ +.history +.svn/ + +# IntelliJ related +*.iml +*.ipr +*.iws +.idea/ + +# The .vscode folder contains launch configuration and tasks you configure in +# VS Code which you may wish to be included in version control, so this line +# is commented out by default. +#.vscode/ + +# Flutter/Dart/Pub related +ios/Flutter/.last_build_id +**/doc/api/ +.dart_tool/ +.flutter-plugins +.flutter-plugins-dependencies +.packages +.pub-cache/ +.pub/ +/build/ + +# Web related +lib/generated_plugin_registrant.dart + +# Symbolication related +app.*.symbols + +# Obfuscation related +app.*.map.json + +# Exceptions to above rules. +!/packages/flutter_tools/test/data/dart_dependencies_test/**/.packages diff --git a/examples/latest/explore/flutter/map_items_app/android/.gitignore b/examples/latest/explore/flutter/map_items_app/android/.gitignore new file mode 100644 index 00000000..bc2100d8 --- /dev/null +++ b/examples/latest/explore/flutter/map_items_app/android/.gitignore @@ -0,0 +1,7 @@ +gradle-wrapper.jar +/.gradle +/captures/ +/gradlew +/gradlew.bat +/local.properties +GeneratedPluginRegistrant.java diff --git a/examples/latest/explore/flutter/map_items_app/ios/.gitignore b/examples/latest/explore/flutter/map_items_app/ios/.gitignore new file mode 100644 index 00000000..e96ef602 --- /dev/null +++ b/examples/latest/explore/flutter/map_items_app/ios/.gitignore @@ -0,0 +1,32 @@ +*.mode1v3 +*.mode2v3 +*.moved-aside +*.pbxuser +*.perspectivev3 +**/*sync/ +.sconsign.dblite +.tags* +**/.vagrant/ +**/DerivedData/ +Icon? +**/Pods/ +**/.symlinks/ +profile +xcuserdata +**/.generated/ +Flutter/App.framework +Flutter/Flutter.framework +Flutter/Flutter.podspec +Flutter/Generated.xcconfig +Flutter/app.flx +Flutter/app.zip +Flutter/flutter_assets/ +Flutter/flutter_export_environment.sh +ServiceDefinitions.json +Runner/GeneratedPluginRegistrant.* + +# Exceptions to above rules. +!default.mode1v3 +!default.mode2v3 +!default.pbxuser +!default.perspectivev3 diff --git a/examples/latest/explore/flutter/public_transit_app/.gitignore b/examples/latest/explore/flutter/public_transit_app/.gitignore new file mode 100644 index 00000000..38472244 --- /dev/null +++ b/examples/latest/explore/flutter/public_transit_app/.gitignore @@ -0,0 +1,44 @@ +# Miscellaneous +*.class +*.log +*.pyc +*.swp +.DS_Store +.atom/ +.buildlog/ +.history +.svn/ + +# IntelliJ related +*.iml +*.ipr +*.iws +.idea/ + +# The .vscode folder contains launch configuration and tasks you configure in +# VS Code which you may wish to be included in version control, so this line +# is commented out by default. +#.vscode/ + +# Flutter/Dart/Pub related +ios/Flutter/.last_build_id +**/doc/api/ +.dart_tool/ +.flutter-plugins +.flutter-plugins-dependencies +.packages +.pub-cache/ +.pub/ +/build/ + +# Web related +lib/generated_plugin_registrant.dart + +# Symbolication related +app.*.symbols + +# Obfuscation related +app.*.map.json + +# Exceptions to above rules. +!/packages/flutter_tools/test/data/dart_dependencies_test/**/.packages diff --git a/examples/latest/explore/flutter/public_transit_app/android/.gitignore b/examples/latest/explore/flutter/public_transit_app/android/.gitignore new file mode 100644 index 00000000..bc2100d8 --- /dev/null +++ b/examples/latest/explore/flutter/public_transit_app/android/.gitignore @@ -0,0 +1,7 @@ +gradle-wrapper.jar +/.gradle +/captures/ +/gradlew +/gradlew.bat +/local.properties +GeneratedPluginRegistrant.java diff --git a/examples/latest/explore/flutter/public_transit_app/ios/.gitignore b/examples/latest/explore/flutter/public_transit_app/ios/.gitignore new file mode 100644 index 00000000..e96ef602 --- /dev/null +++ b/examples/latest/explore/flutter/public_transit_app/ios/.gitignore @@ -0,0 +1,32 @@ +*.mode1v3 +*.mode2v3 +*.moved-aside +*.pbxuser +*.perspectivev3 +**/*sync/ +.sconsign.dblite +.tags* +**/.vagrant/ +**/DerivedData/ +Icon? +**/Pods/ +**/.symlinks/ +profile +xcuserdata +**/.generated/ +Flutter/App.framework +Flutter/Flutter.framework +Flutter/Flutter.podspec +Flutter/Generated.xcconfig +Flutter/app.flx +Flutter/app.zip +Flutter/flutter_assets/ +Flutter/flutter_export_environment.sh +ServiceDefinitions.json +Runner/GeneratedPluginRegistrant.* + +# Exceptions to above rules. +!default.mode1v3 +!default.mode2v3 +!default.pbxuser +!default.perspectivev3 diff --git a/examples/latest/explore/flutter/routing_app/.gitignore b/examples/latest/explore/flutter/routing_app/.gitignore new file mode 100644 index 00000000..38472244 --- /dev/null +++ b/examples/latest/explore/flutter/routing_app/.gitignore @@ -0,0 +1,44 @@ +# Miscellaneous +*.class +*.log +*.pyc +*.swp +.DS_Store +.atom/ +.buildlog/ +.history +.svn/ + +# IntelliJ related +*.iml +*.ipr +*.iws +.idea/ + +# The .vscode folder contains launch configuration and tasks you configure in +# VS Code which you may wish to be included in version control, so this line +# is commented out by default. +#.vscode/ + +# Flutter/Dart/Pub related +ios/Flutter/.last_build_id +**/doc/api/ +.dart_tool/ +.flutter-plugins +.flutter-plugins-dependencies +.packages +.pub-cache/ +.pub/ +/build/ + +# Web related +lib/generated_plugin_registrant.dart + +# Symbolication related +app.*.symbols + +# Obfuscation related +app.*.map.json + +# Exceptions to above rules. +!/packages/flutter_tools/test/data/dart_dependencies_test/**/.packages diff --git a/examples/latest/explore/flutter/routing_app/android/.gitignore b/examples/latest/explore/flutter/routing_app/android/.gitignore new file mode 100644 index 00000000..bc2100d8 --- /dev/null +++ b/examples/latest/explore/flutter/routing_app/android/.gitignore @@ -0,0 +1,7 @@ +gradle-wrapper.jar +/.gradle +/captures/ +/gradlew +/gradlew.bat +/local.properties +GeneratedPluginRegistrant.java diff --git a/examples/latest/explore/flutter/routing_app/ios/.gitignore b/examples/latest/explore/flutter/routing_app/ios/.gitignore new file mode 100644 index 00000000..e96ef602 --- /dev/null +++ b/examples/latest/explore/flutter/routing_app/ios/.gitignore @@ -0,0 +1,32 @@ +*.mode1v3 +*.mode2v3 +*.moved-aside +*.pbxuser +*.perspectivev3 +**/*sync/ +.sconsign.dblite +.tags* +**/.vagrant/ +**/DerivedData/ +Icon? +**/Pods/ +**/.symlinks/ +profile +xcuserdata +**/.generated/ +Flutter/App.framework +Flutter/Flutter.framework +Flutter/Flutter.podspec +Flutter/Generated.xcconfig +Flutter/app.flx +Flutter/app.zip +Flutter/flutter_assets/ +Flutter/flutter_export_environment.sh +ServiceDefinitions.json +Runner/GeneratedPluginRegistrant.* + +# Exceptions to above rules. +!default.mode1v3 +!default.mode2v3 +!default.pbxuser +!default.perspectivev3 diff --git a/examples/latest/explore/flutter/routing_app/lib/RoutingExample.dart b/examples/latest/explore/flutter/routing_app/lib/RoutingExample.dart index 6bfd6b70..f5eac621 100644 --- a/examples/latest/explore/flutter/routing_app/lib/RoutingExample.dart +++ b/examples/latest/explore/flutter/routing_app/lib/RoutingExample.dart @@ -37,6 +37,7 @@ class RoutingExample { late RoutingEngine _routingEngine; bool _trafficOptimization = true; final ShowDialogFunction _showDialog; + List waypoints = []; final _BERLIN_HQ_GEO_COORDINATES = GeoCoordinates(52.530971, 13.385088); RoutingExample(ShowDialogFunction showDialogCallback, @@ -60,36 +61,41 @@ class RoutingExample { var startWaypoint = Waypoint.withDefaults(startGeoCoordinates); var destinationWaypoint = Waypoint.withDefaults(destinationGeoCoordinates); - List waypoints = [startWaypoint, destinationWaypoint]; + waypoints = [startWaypoint, destinationWaypoint]; + _calculateRoute(waypoints); + } + + void toggleTrafficOptimization() { + _trafficOptimization = !_trafficOptimization; + if (waypoints.isNotEmpty) { + _calculateRoute(waypoints); + } + } + void _calculateRoute(List waypoints){ CarOptions carOptions = CarOptions(); carOptions.routeOptions.enableTolls = true; // Disabled - Traffic optimization is completely disabled, including long-term road closures. It helps in producing stable routes. // Time dependent - Traffic optimization is enabled, the shape of the route will be adjusted according to the traffic situation which depends on departure time and arrival time. - carOptions.routeOptions.trafficOptimizationMode = - _trafficOptimization ? TrafficOptimizationMode.timeDependent : TrafficOptimizationMode.disabled; + carOptions.routeOptions.trafficOptimizationMode = _trafficOptimization ? TrafficOptimizationMode.timeDependent : TrafficOptimizationMode.disabled; _routingEngine.calculateCarRoute(waypoints, carOptions, - (RoutingError? routingError, List? routeList) async { - if (routingError == null) { - // When error is null, then the list guaranteed to be not null. - here.Route route = routeList!.first; - _showRouteDetails(route); - _showRouteOnMap(route); - _logRouteRailwayCrossingDetails(route); - _logRouteSectionDetails(route); - _logRouteViolations(route); - _logTollDetails(route); - _animateToRoute(route); - } else { - var error = routingError.toString(); - _showDialog('Error', 'Error while calculating a route: $error'); - } - }); - } - - void toggleTrafficOptimization() { - _trafficOptimization = !_trafficOptimization; + (RoutingError? routingError, List? routeList) async { + if (routingError == null) { + // When error is null, then the list guaranteed to be not null. + here.Route route = routeList!.first; + _showRouteDetails(route); + _showRouteOnMap(route); + _logRouteRailwayCrossingDetails(route); + _logRouteSectionDetails(route); + _logRouteViolations(route); + _logTollDetails(route); + _animateToRoute(route); + } else { + var error = routingError.toString(); + _showDialog('Error', 'Error while calculating a route: $error'); + } + }); } // A route may contain several warnings, for example, when a certain route option could not be fulfilled. @@ -210,6 +216,7 @@ class RoutingExample { } _showRouteOnMap(here.Route route) { + clearMap(); // Show route as polyline. GeoPolyline routeGeoPolyline = route.geometry; double widthInPixels = 20; diff --git a/examples/latest/explore/flutter/search_app/.gitignore b/examples/latest/explore/flutter/search_app/.gitignore new file mode 100644 index 00000000..38472244 --- /dev/null +++ b/examples/latest/explore/flutter/search_app/.gitignore @@ -0,0 +1,44 @@ +# Miscellaneous +*.class +*.log +*.pyc +*.swp +.DS_Store +.atom/ +.buildlog/ +.history +.svn/ + +# IntelliJ related +*.iml +*.ipr +*.iws +.idea/ + +# The .vscode folder contains launch configuration and tasks you configure in +# VS Code which you may wish to be included in version control, so this line +# is commented out by default. +#.vscode/ + +# Flutter/Dart/Pub related +ios/Flutter/.last_build_id +**/doc/api/ +.dart_tool/ +.flutter-plugins +.flutter-plugins-dependencies +.packages +.pub-cache/ +.pub/ +/build/ + +# Web related +lib/generated_plugin_registrant.dart + +# Symbolication related +app.*.symbols + +# Obfuscation related +app.*.map.json + +# Exceptions to above rules. +!/packages/flutter_tools/test/data/dart_dependencies_test/**/.packages diff --git a/examples/latest/explore/flutter/search_app/android/.gitignore b/examples/latest/explore/flutter/search_app/android/.gitignore new file mode 100644 index 00000000..bc2100d8 --- /dev/null +++ b/examples/latest/explore/flutter/search_app/android/.gitignore @@ -0,0 +1,7 @@ +gradle-wrapper.jar +/.gradle +/captures/ +/gradlew +/gradlew.bat +/local.properties +GeneratedPluginRegistrant.java diff --git a/examples/latest/explore/flutter/search_app/ios/.gitignore b/examples/latest/explore/flutter/search_app/ios/.gitignore new file mode 100644 index 00000000..e96ef602 --- /dev/null +++ b/examples/latest/explore/flutter/search_app/ios/.gitignore @@ -0,0 +1,32 @@ +*.mode1v3 +*.mode2v3 +*.moved-aside +*.pbxuser +*.perspectivev3 +**/*sync/ +.sconsign.dblite +.tags* +**/.vagrant/ +**/DerivedData/ +Icon? +**/Pods/ +**/.symlinks/ +profile +xcuserdata +**/.generated/ +Flutter/App.framework +Flutter/Flutter.framework +Flutter/Flutter.podspec +Flutter/Generated.xcconfig +Flutter/app.flx +Flutter/app.zip +Flutter/flutter_assets/ +Flutter/flutter_export_environment.sh +ServiceDefinitions.json +Runner/GeneratedPluginRegistrant.* + +# Exceptions to above rules. +!default.mode1v3 +!default.mode2v3 +!default.pbxuser +!default.perspectivev3 diff --git a/examples/latest/explore/flutter/traffic_app/.gitignore b/examples/latest/explore/flutter/traffic_app/.gitignore new file mode 100644 index 00000000..1c837c46 --- /dev/null +++ b/examples/latest/explore/flutter/traffic_app/.gitignore @@ -0,0 +1,44 @@ +# Miscellaneous +*.class +*.log +*.pyc +*.swp +.DS_Store +.atom/ +.buildlog/ +.history +.svn/ + +# IntelliJ related +*.iml +*.ipr +*.iws +.idea/ + +# The .vscode folder contains launch configuration and tasks you configure in +# VS Code which you may wish to be included in version control, so this line +# is commented out by default. +#.vscode/ + +# Flutter/Dart/Pub related +ios/Flutter/.last_build_id +**/doc/api/ +.dart_tool/ +.flutter-plugins +.flutter-plugins-dependencies +.packages +.pub-cache/ +.pub/ +/build/ + +# Web related +lib/generated_plugin_registrant.dart + +# Symbolication related +app.*.symbols + +# Obfuscation related +app.*.map.json + +# Exceptions to above rules. +!/packages/flutter_tools/test/data/dart_dependencies_test/**/.packages diff --git a/examples/latest/explore/flutter/traffic_app/android/.gitignore b/examples/latest/explore/flutter/traffic_app/android/.gitignore new file mode 100644 index 00000000..0b9e049b --- /dev/null +++ b/examples/latest/explore/flutter/traffic_app/android/.gitignore @@ -0,0 +1,7 @@ +gradle-wrapper.jar +/.gradle +/captures/ +/gradlew +/gradlew.bat +/local.properties +GeneratedPluginRegistrant.java diff --git a/examples/latest/explore/flutter/traffic_app/ios/.gitignore b/examples/latest/explore/flutter/traffic_app/ios/.gitignore new file mode 100644 index 00000000..0f1df0fd --- /dev/null +++ b/examples/latest/explore/flutter/traffic_app/ios/.gitignore @@ -0,0 +1,32 @@ +*.mode1v3 +*.mode2v3 +*.moved-aside +*.pbxuser +*.perspectivev3 +**/*sync/ +.sconsign.dblite +.tags* +**/.vagrant/ +**/DerivedData/ +Icon? +**/Pods/ +**/.symlinks/ +profile +xcuserdata +**/.generated/ +Flutter/App.framework +Flutter/Flutter.framework +Flutter/Flutter.podspec +Flutter/Generated.xcconfig +Flutter/app.flx +Flutter/app.zip +Flutter/flutter_assets/ +Flutter/flutter_export_environment.sh +ServiceDefinitions.json +Runner/GeneratedPluginRegistrant.* + +# Exceptions to above rules. +!default.mode1v3 +!default.mode2v3 +!default.pbxuser +!default.perspectivev3 diff --git a/examples/latest/explore/flutter/unit_testing_app/.gitignore b/examples/latest/explore/flutter/unit_testing_app/.gitignore new file mode 100644 index 00000000..38472244 --- /dev/null +++ b/examples/latest/explore/flutter/unit_testing_app/.gitignore @@ -0,0 +1,44 @@ +# Miscellaneous +*.class +*.log +*.pyc +*.swp +.DS_Store +.atom/ +.buildlog/ +.history +.svn/ + +# IntelliJ related +*.iml +*.ipr +*.iws +.idea/ + +# The .vscode folder contains launch configuration and tasks you configure in +# VS Code which you may wish to be included in version control, so this line +# is commented out by default. +#.vscode/ + +# Flutter/Dart/Pub related +ios/Flutter/.last_build_id +**/doc/api/ +.dart_tool/ +.flutter-plugins +.flutter-plugins-dependencies +.packages +.pub-cache/ +.pub/ +/build/ + +# Web related +lib/generated_plugin_registrant.dart + +# Symbolication related +app.*.symbols + +# Obfuscation related +app.*.map.json + +# Exceptions to above rules. +!/packages/flutter_tools/test/data/dart_dependencies_test/**/.packages diff --git a/examples/latest/explore/flutter/unit_testing_app/android/.gitignore b/examples/latest/explore/flutter/unit_testing_app/android/.gitignore new file mode 100644 index 00000000..bc2100d8 --- /dev/null +++ b/examples/latest/explore/flutter/unit_testing_app/android/.gitignore @@ -0,0 +1,7 @@ +gradle-wrapper.jar +/.gradle +/captures/ +/gradlew +/gradlew.bat +/local.properties +GeneratedPluginRegistrant.java diff --git a/examples/latest/explore/flutter/unit_testing_app/ios/.gitignore b/examples/latest/explore/flutter/unit_testing_app/ios/.gitignore new file mode 100644 index 00000000..e96ef602 --- /dev/null +++ b/examples/latest/explore/flutter/unit_testing_app/ios/.gitignore @@ -0,0 +1,32 @@ +*.mode1v3 +*.mode2v3 +*.moved-aside +*.pbxuser +*.perspectivev3 +**/*sync/ +.sconsign.dblite +.tags* +**/.vagrant/ +**/DerivedData/ +Icon? +**/Pods/ +**/.symlinks/ +profile +xcuserdata +**/.generated/ +Flutter/App.framework +Flutter/Flutter.framework +Flutter/Flutter.podspec +Flutter/Generated.xcconfig +Flutter/app.flx +Flutter/app.zip +Flutter/flutter_assets/ +Flutter/flutter_export_environment.sh +ServiceDefinitions.json +Runner/GeneratedPluginRegistrant.* + +# Exceptions to above rules. +!default.mode1v3 +!default.mode2v3 +!default.pbxuser +!default.perspectivev3 diff --git a/examples/latest/explore/ios/Camera/.gitignore b/examples/latest/explore/ios/Camera/.gitignore new file mode 100644 index 00000000..d2164af4 --- /dev/null +++ b/examples/latest/explore/ios/Camera/.gitignore @@ -0,0 +1,26 @@ +# OS X +.DS_Store + +# Xcode +build/ +*.pbxuser +!default.pbxuser +*.mode1v3 +!default.mode1v3 +*.mode2v3 +!default.mode2v3 +*.perspectivev3 +!default.perspectivev3 +xcuserdata/ +*.xccheckout +profile +*.moved-aside +DerivedData +*.hmap +*.ipa +*.lock +Pods/ +*.xcworkspace + +# SDK +*.xcframework diff --git a/examples/latest/explore/ios/CameraKeyframeTracks/.gitignore b/examples/latest/explore/ios/CameraKeyframeTracks/.gitignore new file mode 100644 index 00000000..d2164af4 --- /dev/null +++ b/examples/latest/explore/ios/CameraKeyframeTracks/.gitignore @@ -0,0 +1,26 @@ +# OS X +.DS_Store + +# Xcode +build/ +*.pbxuser +!default.pbxuser +*.mode1v3 +!default.mode1v3 +*.mode2v3 +!default.mode2v3 +*.perspectivev3 +!default.perspectivev3 +xcuserdata/ +*.xccheckout +profile +*.moved-aside +DerivedData +*.hmap +*.ipa +*.lock +Pods/ +*.xcworkspace + +# SDK +*.xcframework diff --git a/examples/latest/explore/ios/CustomMapStyles/.gitignore b/examples/latest/explore/ios/CustomMapStyles/.gitignore new file mode 100644 index 00000000..d2164af4 --- /dev/null +++ b/examples/latest/explore/ios/CustomMapStyles/.gitignore @@ -0,0 +1,26 @@ +# OS X +.DS_Store + +# Xcode +build/ +*.pbxuser +!default.pbxuser +*.mode1v3 +!default.mode1v3 +*.mode2v3 +!default.mode2v3 +*.perspectivev3 +!default.perspectivev3 +xcuserdata/ +*.xccheckout +profile +*.moved-aside +DerivedData +*.hmap +*.ipa +*.lock +Pods/ +*.xcworkspace + +# SDK +*.xcframework diff --git a/examples/latest/explore/ios/CustomRasterLayers/.gitignore b/examples/latest/explore/ios/CustomRasterLayers/.gitignore new file mode 100644 index 00000000..d2164af4 --- /dev/null +++ b/examples/latest/explore/ios/CustomRasterLayers/.gitignore @@ -0,0 +1,26 @@ +# OS X +.DS_Store + +# Xcode +build/ +*.pbxuser +!default.pbxuser +*.mode1v3 +!default.mode1v3 +*.mode2v3 +!default.mode2v3 +*.perspectivev3 +!default.perspectivev3 +xcuserdata/ +*.xccheckout +profile +*.moved-aside +DerivedData +*.hmap +*.ipa +*.lock +Pods/ +*.xcworkspace + +# SDK +*.xcframework diff --git a/examples/latest/explore/ios/CustomRasterTileSource/.gitignore b/examples/latest/explore/ios/CustomRasterTileSource/.gitignore new file mode 100644 index 00000000..d2164af4 --- /dev/null +++ b/examples/latest/explore/ios/CustomRasterTileSource/.gitignore @@ -0,0 +1,26 @@ +# OS X +.DS_Store + +# Xcode +build/ +*.pbxuser +!default.pbxuser +*.mode1v3 +!default.mode1v3 +*.mode2v3 +!default.mode2v3 +*.perspectivev3 +!default.perspectivev3 +xcuserdata/ +*.xccheckout +profile +*.moved-aside +DerivedData +*.hmap +*.ipa +*.lock +Pods/ +*.xcworkspace + +# SDK +*.xcframework diff --git a/examples/latest/explore/ios/EVRouting/.gitignore b/examples/latest/explore/ios/EVRouting/.gitignore new file mode 100644 index 00000000..d2164af4 --- /dev/null +++ b/examples/latest/explore/ios/EVRouting/.gitignore @@ -0,0 +1,26 @@ +# OS X +.DS_Store + +# Xcode +build/ +*.pbxuser +!default.pbxuser +*.mode1v3 +!default.mode1v3 +*.mode2v3 +!default.mode2v3 +*.perspectivev3 +!default.perspectivev3 +xcuserdata/ +*.xccheckout +profile +*.moved-aside +DerivedData +*.hmap +*.ipa +*.lock +Pods/ +*.xcworkspace + +# SDK +*.xcframework diff --git a/examples/latest/explore/ios/Gestures/.gitignore b/examples/latest/explore/ios/Gestures/.gitignore new file mode 100644 index 00000000..d2164af4 --- /dev/null +++ b/examples/latest/explore/ios/Gestures/.gitignore @@ -0,0 +1,26 @@ +# OS X +.DS_Store + +# Xcode +build/ +*.pbxuser +!default.pbxuser +*.mode1v3 +!default.mode1v3 +*.mode2v3 +!default.mode2v3 +*.perspectivev3 +!default.perspectivev3 +xcuserdata/ +*.xccheckout +profile +*.moved-aside +DerivedData +*.hmap +*.ipa +*.lock +Pods/ +*.xcworkspace + +# SDK +*.xcframework diff --git a/examples/latest/explore/ios/HelloMap/.gitignore b/examples/latest/explore/ios/HelloMap/.gitignore new file mode 100644 index 00000000..d2164af4 --- /dev/null +++ b/examples/latest/explore/ios/HelloMap/.gitignore @@ -0,0 +1,26 @@ +# OS X +.DS_Store + +# Xcode +build/ +*.pbxuser +!default.pbxuser +*.mode1v3 +!default.mode1v3 +*.mode2v3 +!default.mode2v3 +*.perspectivev3 +!default.perspectivev3 +xcuserdata/ +*.xccheckout +profile +*.moved-aside +DerivedData +*.hmap +*.ipa +*.lock +Pods/ +*.xcworkspace + +# SDK +*.xcframework diff --git a/examples/latest/explore/ios/HelloMapCarPlay/.gitignore b/examples/latest/explore/ios/HelloMapCarPlay/.gitignore new file mode 100644 index 00000000..d2164af4 --- /dev/null +++ b/examples/latest/explore/ios/HelloMapCarPlay/.gitignore @@ -0,0 +1,26 @@ +# OS X +.DS_Store + +# Xcode +build/ +*.pbxuser +!default.pbxuser +*.mode1v3 +!default.mode1v3 +*.mode2v3 +!default.mode2v3 +*.perspectivev3 +!default.perspectivev3 +xcuserdata/ +*.xccheckout +profile +*.moved-aside +DerivedData +*.hmap +*.ipa +*.lock +Pods/ +*.xcworkspace + +# SDK +*.xcframework diff --git a/examples/latest/explore/ios/HelloMapWithStoryboard/.gitignore b/examples/latest/explore/ios/HelloMapWithStoryboard/.gitignore new file mode 100644 index 00000000..d2164af4 --- /dev/null +++ b/examples/latest/explore/ios/HelloMapWithStoryboard/.gitignore @@ -0,0 +1,26 @@ +# OS X +.DS_Store + +# Xcode +build/ +*.pbxuser +!default.pbxuser +*.mode1v3 +!default.mode1v3 +*.mode2v3 +!default.mode2v3 +*.perspectivev3 +!default.perspectivev3 +xcuserdata/ +*.xccheckout +profile +*.moved-aside +DerivedData +*.hmap +*.ipa +*.lock +Pods/ +*.xcworkspace + +# SDK +*.xcframework diff --git a/examples/latest/explore/ios/MapItems/.gitignore b/examples/latest/explore/ios/MapItems/.gitignore new file mode 100644 index 00000000..d2164af4 --- /dev/null +++ b/examples/latest/explore/ios/MapItems/.gitignore @@ -0,0 +1,26 @@ +# OS X +.DS_Store + +# Xcode +build/ +*.pbxuser +!default.pbxuser +*.mode1v3 +!default.mode1v3 +*.mode2v3 +!default.mode2v3 +*.perspectivev3 +!default.perspectivev3 +xcuserdata/ +*.xccheckout +profile +*.moved-aside +DerivedData +*.hmap +*.ipa +*.lock +Pods/ +*.xcworkspace + +# SDK +*.xcframework diff --git a/examples/latest/explore/ios/OffscreenMap/.gitignore b/examples/latest/explore/ios/OffscreenMap/.gitignore new file mode 100644 index 00000000..d2164af4 --- /dev/null +++ b/examples/latest/explore/ios/OffscreenMap/.gitignore @@ -0,0 +1,26 @@ +# OS X +.DS_Store + +# Xcode +build/ +*.pbxuser +!default.pbxuser +*.mode1v3 +!default.mode1v3 +*.mode2v3 +!default.mode2v3 +*.perspectivev3 +!default.perspectivev3 +xcuserdata/ +*.xccheckout +profile +*.moved-aside +DerivedData +*.hmap +*.ipa +*.lock +Pods/ +*.xcworkspace + +# SDK +*.xcframework diff --git a/examples/latest/explore/ios/PublicTransit/.gitignore b/examples/latest/explore/ios/PublicTransit/.gitignore new file mode 100644 index 00000000..d2164af4 --- /dev/null +++ b/examples/latest/explore/ios/PublicTransit/.gitignore @@ -0,0 +1,26 @@ +# OS X +.DS_Store + +# Xcode +build/ +*.pbxuser +!default.pbxuser +*.mode1v3 +!default.mode1v3 +*.mode2v3 +!default.mode2v3 +*.perspectivev3 +!default.perspectivev3 +xcuserdata/ +*.xccheckout +profile +*.moved-aside +DerivedData +*.hmap +*.ipa +*.lock +Pods/ +*.xcworkspace + +# SDK +*.xcframework diff --git a/examples/latest/explore/ios/Routing/.gitignore b/examples/latest/explore/ios/Routing/.gitignore new file mode 100644 index 00000000..d2164af4 --- /dev/null +++ b/examples/latest/explore/ios/Routing/.gitignore @@ -0,0 +1,26 @@ +# OS X +.DS_Store + +# Xcode +build/ +*.pbxuser +!default.pbxuser +*.mode1v3 +!default.mode1v3 +*.mode2v3 +!default.mode2v3 +*.perspectivev3 +!default.perspectivev3 +xcuserdata/ +*.xccheckout +profile +*.moved-aside +DerivedData +*.hmap +*.ipa +*.lock +Pods/ +*.xcworkspace + +# SDK +*.xcframework diff --git a/examples/latest/explore/ios/Routing/Routing/RoutingExample.swift b/examples/latest/explore/ios/Routing/Routing/RoutingExample.swift index 8b281726..e7236f8f 100644 --- a/examples/latest/explore/ios/Routing/Routing/RoutingExample.swift +++ b/examples/latest/explore/ios/Routing/Routing/RoutingExample.swift @@ -28,7 +28,8 @@ class RoutingExample { private var routingEngine: RoutingEngine private var startGeoCoordinates: GeoCoordinates? private var destinationGeoCoordinates: GeoCoordinates? - private var disableOptimization = false + private var disableOptimization = true + private var waypoints: Array = Array() init(_ mapView: MapView) { self.mapView = mapView @@ -61,9 +62,13 @@ class RoutingExample { func addRoute() { startGeoCoordinates = createRandomGeoCoordinatesAroundMapCenter() destinationGeoCoordinates = createRandomGeoCoordinatesAroundMapCenter() - - routingEngine.calculateRoute(with: [Waypoint(coordinates: startGeoCoordinates!), - Waypoint(coordinates: destinationGeoCoordinates!)], + waypoints = [Waypoint(coordinates: startGeoCoordinates!), + Waypoint(coordinates: destinationGeoCoordinates!)] + calculateRoute(waypoints: waypoints) + } + + private func calculateRoute(waypoints: Array){ + routingEngine.calculateRoute(with: waypoints, carOptions: getCaroptions()) { (routingError, routes) in if let error = routingError { @@ -79,6 +84,7 @@ class RoutingExample { self.logRouteSectionDetails(route: route!) self.logRouteViolations(route: route!) self.logTollDetails(route: route!) + self.showWaypointsOnMap() } } @@ -120,6 +126,9 @@ class RoutingExample { func toggleTrafficOptimization(){ disableOptimization = !disableOptimization + if !waypoints.isEmpty { + calculateRoute(waypoints: waypoints) + } } private func toString(geoCoordinates: GeoCoordinates) -> String { @@ -234,13 +243,6 @@ class RoutingExample { // Please note that this is not the recommended way. It is recommeded to display the default traffic polylines adjacent to route polyline. showTrafficOnRoute(route) - let startPoint = route.sections.first!.departurePlace.mapMatchedCoordinates - let destination = route.sections.last!.arrivalPlace.mapMatchedCoordinates - - // Draw a circle to indicate starting point and destination. - addCircleMapMarker(geoCoordinates: startPoint, imageName: "green_dot.png") - addCircleMapMarker(geoCoordinates: destination, imageName: "green_dot.png") - // Log maneuver instructions per route leg / sections. let sections = route.sections for section in sections { @@ -271,28 +273,21 @@ class RoutingExample { let waypoint1GeoCoordinates = createRandomGeoCoordinatesAroundMapCenter() let waypoint2GeoCoordinates = createRandomGeoCoordinatesAroundMapCenter() - let waypoints = [Waypoint(coordinates: startGeoCoordinates), + waypoints = [Waypoint(coordinates: startGeoCoordinates), Waypoint(coordinates: waypoint1GeoCoordinates), Waypoint(coordinates: waypoint2GeoCoordinates), Waypoint(coordinates: destinationGeoCoordinates)] + calculateRoute(waypoints: waypoints) + } + + private func showWaypointsOnMap(){ + // Draw a green circle to indicate starting point and destination. + addCircleMapMarker(geoCoordinates: waypoints.first!.coordinates, imageName: "green_dot.png") + addCircleMapMarker(geoCoordinates: waypoints.last!.coordinates, imageName: "green_dot.png") - routingEngine.calculateRoute(with: waypoints, - carOptions: getCaroptions()) { (routingError, routes) in - - if let error = routingError { - self.showDialog(title: "Error while calculating a route:", message: "\(error)") - return - } - - let route = routes!.first - self.showRouteDetails(route: route!) - self.showRouteOnMap(route: route!) - self.logRouteSectionDetails(route: route!) - self.logRouteViolations(route: route!) - + for i in 1...waypoints.count-1{ // Draw a circle to indicate the location of the waypoints. - self.addCircleMapMarker(geoCoordinates: waypoint1GeoCoordinates, imageName: "red_dot.png") - self.addCircleMapMarker(geoCoordinates: waypoint2GeoCoordinates, imageName: "red_dot.png") + addCircleMapMarker(geoCoordinates: waypoints[i].coordinates, imageName: "red_dot.png") } } diff --git a/examples/latest/explore/ios/Search/.gitignore b/examples/latest/explore/ios/Search/.gitignore new file mode 100644 index 00000000..d2164af4 --- /dev/null +++ b/examples/latest/explore/ios/Search/.gitignore @@ -0,0 +1,26 @@ +# OS X +.DS_Store + +# Xcode +build/ +*.pbxuser +!default.pbxuser +*.mode1v3 +!default.mode1v3 +*.mode2v3 +!default.mode2v3 +*.perspectivev3 +!default.perspectivev3 +xcuserdata/ +*.xccheckout +profile +*.moved-aside +DerivedData +*.hmap +*.ipa +*.lock +Pods/ +*.xcworkspace + +# SDK +*.xcframework diff --git a/examples/latest/explore/ios/StandAloneEngine/.gitignore b/examples/latest/explore/ios/StandAloneEngine/.gitignore new file mode 100644 index 00000000..d2164af4 --- /dev/null +++ b/examples/latest/explore/ios/StandAloneEngine/.gitignore @@ -0,0 +1,26 @@ +# OS X +.DS_Store + +# Xcode +build/ +*.pbxuser +!default.pbxuser +*.mode1v3 +!default.mode1v3 +*.mode2v3 +!default.mode2v3 +*.perspectivev3 +!default.perspectivev3 +xcuserdata/ +*.xccheckout +profile +*.moved-aside +DerivedData +*.hmap +*.ipa +*.lock +Pods/ +*.xcworkspace + +# SDK +*.xcframework diff --git a/examples/latest/explore/ios/Traffic/.gitignore b/examples/latest/explore/ios/Traffic/.gitignore new file mode 100644 index 00000000..d2164af4 --- /dev/null +++ b/examples/latest/explore/ios/Traffic/.gitignore @@ -0,0 +1,26 @@ +# OS X +.DS_Store + +# Xcode +build/ +*.pbxuser +!default.pbxuser +*.mode1v3 +!default.mode1v3 +*.mode2v3 +!default.mode2v3 +*.perspectivev3 +!default.perspectivev3 +xcuserdata/ +*.xccheckout +profile +*.moved-aside +DerivedData +*.hmap +*.ipa +*.lock +Pods/ +*.xcworkspace + +# SDK +*.xcframework diff --git a/examples/latest/explore/ios/UnitTesting/.gitignore b/examples/latest/explore/ios/UnitTesting/.gitignore new file mode 100644 index 00000000..d2164af4 --- /dev/null +++ b/examples/latest/explore/ios/UnitTesting/.gitignore @@ -0,0 +1,26 @@ +# OS X +.DS_Store + +# Xcode +build/ +*.pbxuser +!default.pbxuser +*.mode1v3 +!default.mode1v3 +*.mode2v3 +!default.mode2v3 +*.perspectivev3 +!default.perspectivev3 +xcuserdata/ +*.xccheckout +profile +*.moved-aside +DerivedData +*.hmap +*.ipa +*.lock +Pods/ +*.xcworkspace + +# SDK +*.xcframework diff --git a/examples/latest/lite/android/CameraLite/.gitignore b/examples/latest/lite/android/CameraLite/.gitignore new file mode 100644 index 00000000..69cb356e --- /dev/null +++ b/examples/latest/lite/android/CameraLite/.gitignore @@ -0,0 +1,8 @@ +*.iml +.gradle +/local.properties +.DS_Store +/build +/captures +.externalNativeBuild +.idea/* diff --git a/examples/latest/lite/android/CameraLite/app/.gitignore b/examples/latest/lite/android/CameraLite/app/.gitignore new file mode 100644 index 00000000..8fa1f372 --- /dev/null +++ b/examples/latest/lite/android/CameraLite/app/.gitignore @@ -0,0 +1,2 @@ +/build +/libs/*.aar diff --git a/examples/latest/lite/android/CameraLite/build.gradle b/examples/latest/lite/android/CameraLite/build.gradle index 8075d09b..332ecec8 100644 --- a/examples/latest/lite/android/CameraLite/build.gradle +++ b/examples/latest/lite/android/CameraLite/build.gradle @@ -7,7 +7,7 @@ buildscript { } dependencies { - classpath 'com.android.tools.build:gradle:8.5.1' + classpath 'com.android.tools.build:gradle:8.5.2' // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files diff --git a/examples/latest/lite/android/CameraLite/gradle.properties b/examples/latest/lite/android/CameraLite/gradle.properties index 16a11ee0..b28fed71 100644 --- a/examples/latest/lite/android/CameraLite/gradle.properties +++ b/examples/latest/lite/android/CameraLite/gradle.properties @@ -4,9 +4,6 @@ # any settings specified in this file. # For more details on how to configure your build environment visit # http://www.gradle.org/docs/current/userguide/build_environment.html -# Specifies the JVM arguments used for the daemon process. -# The setting is particularly useful for tweaking memory settings. -android.defaults.buildfeatures.buildconfig=true android.enableJetifier=true android.nonFinalResIds=false android.nonTransitiveRClass=false @@ -16,5 +13,3 @@ org.gradle.jvmargs=-Xmx1536m # This option should only be used with decoupled projects. More details, visit # http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects # org.gradle.parallel=true - - diff --git a/examples/latest/lite/android/CameraLite/gradle/wrapper/gradle-wrapper.properties b/examples/latest/lite/android/CameraLite/gradle/wrapper/gradle-wrapper.properties index 8eca2ac2..0709a8f7 100644 --- a/examples/latest/lite/android/CameraLite/gradle/wrapper/gradle-wrapper.properties +++ b/examples/latest/lite/android/CameraLite/gradle/wrapper/gradle-wrapper.properties @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-all.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.8-all.zip diff --git a/examples/latest/lite/android/GesturesLite/.gitignore b/examples/latest/lite/android/GesturesLite/.gitignore new file mode 100644 index 00000000..69cb356e --- /dev/null +++ b/examples/latest/lite/android/GesturesLite/.gitignore @@ -0,0 +1,8 @@ +*.iml +.gradle +/local.properties +.DS_Store +/build +/captures +.externalNativeBuild +.idea/* diff --git a/examples/latest/lite/android/GesturesLite/app/.gitignore b/examples/latest/lite/android/GesturesLite/app/.gitignore new file mode 100644 index 00000000..8fa1f372 --- /dev/null +++ b/examples/latest/lite/android/GesturesLite/app/.gitignore @@ -0,0 +1,2 @@ +/build +/libs/*.aar diff --git a/examples/latest/lite/android/GesturesLite/build.gradle b/examples/latest/lite/android/GesturesLite/build.gradle index d5253c38..60c8e226 100644 --- a/examples/latest/lite/android/GesturesLite/build.gradle +++ b/examples/latest/lite/android/GesturesLite/build.gradle @@ -7,7 +7,7 @@ buildscript { mavenCentral() } dependencies { - classpath 'com.android.tools.build:gradle:8.5.1' + classpath 'com.android.tools.build:gradle:8.5.2' // NOTE: Do not place your application dependencies here; they belong diff --git a/examples/latest/lite/android/GesturesLite/gradle.properties b/examples/latest/lite/android/GesturesLite/gradle.properties index f6720ae0..9098d47d 100644 --- a/examples/latest/lite/android/GesturesLite/gradle.properties +++ b/examples/latest/lite/android/GesturesLite/gradle.properties @@ -7,9 +7,6 @@ # For more details on how to configure your build environment visit # http://www.gradle.org/docs/current/userguide/build_environment.html -# Specifies the JVM arguments used for the daemon process. -# The setting is particularly useful for tweaking memory settings. -android.defaults.buildfeatures.buildconfig=true android.enableJetifier=true android.nonFinalResIds=false android.nonTransitiveRClass=false diff --git a/examples/latest/lite/android/GesturesLite/gradle/wrapper/gradle-wrapper.properties b/examples/latest/lite/android/GesturesLite/gradle/wrapper/gradle-wrapper.properties index 8eca2ac2..0709a8f7 100644 --- a/examples/latest/lite/android/GesturesLite/gradle/wrapper/gradle-wrapper.properties +++ b/examples/latest/lite/android/GesturesLite/gradle/wrapper/gradle-wrapper.properties @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-all.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.8-all.zip diff --git a/examples/latest/lite/android/HelloMapLite/.gitignore b/examples/latest/lite/android/HelloMapLite/.gitignore new file mode 100644 index 00000000..2e52a75c --- /dev/null +++ b/examples/latest/lite/android/HelloMapLite/.gitignore @@ -0,0 +1,8 @@ +*.iml +.gradle +/local.properties +.DS_Store +/build +/captures +.externalNativeBuild +.idea/* \ No newline at end of file diff --git a/examples/latest/lite/android/HelloMapLite/app/.gitignore b/examples/latest/lite/android/HelloMapLite/app/.gitignore new file mode 100644 index 00000000..8fa1f372 --- /dev/null +++ b/examples/latest/lite/android/HelloMapLite/app/.gitignore @@ -0,0 +1,2 @@ +/build +/libs/*.aar diff --git a/examples/latest/lite/android/HelloMapLite/build.gradle b/examples/latest/lite/android/HelloMapLite/build.gradle index 290300e6..1aaa3cdf 100644 --- a/examples/latest/lite/android/HelloMapLite/build.gradle +++ b/examples/latest/lite/android/HelloMapLite/build.gradle @@ -5,7 +5,7 @@ buildscript { mavenCentral() } dependencies { - classpath 'com.android.tools.build:gradle:8.5.1' + classpath 'com.android.tools.build:gradle:8.5.2' // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files diff --git a/examples/latest/lite/android/HelloMapLite/gradle.properties b/examples/latest/lite/android/HelloMapLite/gradle.properties index f6720ae0..9098d47d 100644 --- a/examples/latest/lite/android/HelloMapLite/gradle.properties +++ b/examples/latest/lite/android/HelloMapLite/gradle.properties @@ -7,9 +7,6 @@ # For more details on how to configure your build environment visit # http://www.gradle.org/docs/current/userguide/build_environment.html -# Specifies the JVM arguments used for the daemon process. -# The setting is particularly useful for tweaking memory settings. -android.defaults.buildfeatures.buildconfig=true android.enableJetifier=true android.nonFinalResIds=false android.nonTransitiveRClass=false diff --git a/examples/latest/lite/android/HelloMapLite/gradle/wrapper/gradle-wrapper.properties b/examples/latest/lite/android/HelloMapLite/gradle/wrapper/gradle-wrapper.properties index 8eca2ac2..0709a8f7 100644 --- a/examples/latest/lite/android/HelloMapLite/gradle/wrapper/gradle-wrapper.properties +++ b/examples/latest/lite/android/HelloMapLite/gradle/wrapper/gradle-wrapper.properties @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-all.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.8-all.zip diff --git a/examples/latest/lite/android/MapItemsLite/.gitignore b/examples/latest/lite/android/MapItemsLite/.gitignore new file mode 100644 index 00000000..2e52a75c --- /dev/null +++ b/examples/latest/lite/android/MapItemsLite/.gitignore @@ -0,0 +1,8 @@ +*.iml +.gradle +/local.properties +.DS_Store +/build +/captures +.externalNativeBuild +.idea/* \ No newline at end of file diff --git a/examples/latest/lite/android/MapItemsLite/app/.gitignore b/examples/latest/lite/android/MapItemsLite/app/.gitignore new file mode 100644 index 00000000..8fa1f372 --- /dev/null +++ b/examples/latest/lite/android/MapItemsLite/app/.gitignore @@ -0,0 +1,2 @@ +/build +/libs/*.aar diff --git a/examples/latest/lite/android/MapItemsLite/build.gradle b/examples/latest/lite/android/MapItemsLite/build.gradle index d5253c38..60c8e226 100644 --- a/examples/latest/lite/android/MapItemsLite/build.gradle +++ b/examples/latest/lite/android/MapItemsLite/build.gradle @@ -7,7 +7,7 @@ buildscript { mavenCentral() } dependencies { - classpath 'com.android.tools.build:gradle:8.5.1' + classpath 'com.android.tools.build:gradle:8.5.2' // NOTE: Do not place your application dependencies here; they belong diff --git a/examples/latest/lite/android/MapItemsLite/gradle.properties b/examples/latest/lite/android/MapItemsLite/gradle.properties index a8c57008..a77e3f52 100644 --- a/examples/latest/lite/android/MapItemsLite/gradle.properties +++ b/examples/latest/lite/android/MapItemsLite/gradle.properties @@ -4,9 +4,7 @@ # any settings specified in this file. # For more details on how to configure your build environment visit # http://www.gradle.org/docs/current/userguide/build_environment.html -# Specifies the JVM arguments used for the daemon process. -# The setting is particularly useful for tweaking memory settings. -android.defaults.buildfeatures.buildconfig=true + android.enableJetifier=true android.nonFinalResIds=false android.nonTransitiveRClass=false diff --git a/examples/latest/lite/android/MapItemsLite/gradle/wrapper/gradle-wrapper.properties b/examples/latest/lite/android/MapItemsLite/gradle/wrapper/gradle-wrapper.properties index 8eca2ac2..0709a8f7 100644 --- a/examples/latest/lite/android/MapItemsLite/gradle/wrapper/gradle-wrapper.properties +++ b/examples/latest/lite/android/MapItemsLite/gradle/wrapper/gradle-wrapper.properties @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-all.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.8-all.zip diff --git a/examples/latest/lite/android/RoutingLite/.gitignore b/examples/latest/lite/android/RoutingLite/.gitignore new file mode 100644 index 00000000..69cb356e --- /dev/null +++ b/examples/latest/lite/android/RoutingLite/.gitignore @@ -0,0 +1,8 @@ +*.iml +.gradle +/local.properties +.DS_Store +/build +/captures +.externalNativeBuild +.idea/* diff --git a/examples/latest/lite/android/RoutingLite/app/.gitignore b/examples/latest/lite/android/RoutingLite/app/.gitignore new file mode 100644 index 00000000..8fa1f372 --- /dev/null +++ b/examples/latest/lite/android/RoutingLite/app/.gitignore @@ -0,0 +1,2 @@ +/build +/libs/*.aar diff --git a/examples/latest/lite/android/RoutingLite/build.gradle b/examples/latest/lite/android/RoutingLite/build.gradle index d5253c38..60c8e226 100644 --- a/examples/latest/lite/android/RoutingLite/build.gradle +++ b/examples/latest/lite/android/RoutingLite/build.gradle @@ -7,7 +7,7 @@ buildscript { mavenCentral() } dependencies { - classpath 'com.android.tools.build:gradle:8.5.1' + classpath 'com.android.tools.build:gradle:8.5.2' // NOTE: Do not place your application dependencies here; they belong diff --git a/examples/latest/lite/android/RoutingLite/gradle.properties b/examples/latest/lite/android/RoutingLite/gradle.properties index 743d692c..7e44165f 100644 --- a/examples/latest/lite/android/RoutingLite/gradle.properties +++ b/examples/latest/lite/android/RoutingLite/gradle.properties @@ -4,8 +4,6 @@ # any settings specified in this file. # For more details on how to configure your build environment visit # http://www.gradle.org/docs/current/userguide/build_environment.html -# Specifies the JVM arguments used for the daemon process. -# The setting is particularly useful for tweaking memory settings. org.gradle.jvmargs=-Xmx1536m # When configured, Gradle will run in incubating parallel mode. # This option should only be used with decoupled projects. More details, visit diff --git a/examples/latest/lite/android/RoutingLite/gradle/wrapper/gradle-wrapper.properties b/examples/latest/lite/android/RoutingLite/gradle/wrapper/gradle-wrapper.properties index 8eca2ac2..0709a8f7 100644 --- a/examples/latest/lite/android/RoutingLite/gradle/wrapper/gradle-wrapper.properties +++ b/examples/latest/lite/android/RoutingLite/gradle/wrapper/gradle-wrapper.properties @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-all.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.8-all.zip diff --git a/examples/latest/lite/android/SearchLite/.gitignore b/examples/latest/lite/android/SearchLite/.gitignore new file mode 100644 index 00000000..2e52a75c --- /dev/null +++ b/examples/latest/lite/android/SearchLite/.gitignore @@ -0,0 +1,8 @@ +*.iml +.gradle +/local.properties +.DS_Store +/build +/captures +.externalNativeBuild +.idea/* \ No newline at end of file diff --git a/examples/latest/lite/android/SearchLite/app/.gitignore b/examples/latest/lite/android/SearchLite/app/.gitignore new file mode 100644 index 00000000..8fa1f372 --- /dev/null +++ b/examples/latest/lite/android/SearchLite/app/.gitignore @@ -0,0 +1,2 @@ +/build +/libs/*.aar diff --git a/examples/latest/lite/android/SearchLite/build.gradle b/examples/latest/lite/android/SearchLite/build.gradle index d5253c38..60c8e226 100644 --- a/examples/latest/lite/android/SearchLite/build.gradle +++ b/examples/latest/lite/android/SearchLite/build.gradle @@ -7,7 +7,7 @@ buildscript { mavenCentral() } dependencies { - classpath 'com.android.tools.build:gradle:8.5.1' + classpath 'com.android.tools.build:gradle:8.5.2' // NOTE: Do not place your application dependencies here; they belong diff --git a/examples/latest/lite/android/SearchLite/gradle.properties b/examples/latest/lite/android/SearchLite/gradle.properties index a8c57008..b28fed71 100644 --- a/examples/latest/lite/android/SearchLite/gradle.properties +++ b/examples/latest/lite/android/SearchLite/gradle.properties @@ -4,9 +4,6 @@ # any settings specified in this file. # For more details on how to configure your build environment visit # http://www.gradle.org/docs/current/userguide/build_environment.html -# Specifies the JVM arguments used for the daemon process. -# The setting is particularly useful for tweaking memory settings. -android.defaults.buildfeatures.buildconfig=true android.enableJetifier=true android.nonFinalResIds=false android.nonTransitiveRClass=false diff --git a/examples/latest/lite/android/SearchLite/gradle/wrapper/gradle-wrapper.properties b/examples/latest/lite/android/SearchLite/gradle/wrapper/gradle-wrapper.properties index 8eca2ac2..0709a8f7 100644 --- a/examples/latest/lite/android/SearchLite/gradle/wrapper/gradle-wrapper.properties +++ b/examples/latest/lite/android/SearchLite/gradle/wrapper/gradle-wrapper.properties @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-all.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.8-all.zip diff --git a/examples/latest/lite/android/StandAloneEngineLite/.gitignore b/examples/latest/lite/android/StandAloneEngineLite/.gitignore new file mode 100644 index 00000000..69cb356e --- /dev/null +++ b/examples/latest/lite/android/StandAloneEngineLite/.gitignore @@ -0,0 +1,8 @@ +*.iml +.gradle +/local.properties +.DS_Store +/build +/captures +.externalNativeBuild +.idea/* diff --git a/examples/latest/lite/android/StandAloneEngineLite/app/.gitignore b/examples/latest/lite/android/StandAloneEngineLite/app/.gitignore new file mode 100644 index 00000000..8fa1f372 --- /dev/null +++ b/examples/latest/lite/android/StandAloneEngineLite/app/.gitignore @@ -0,0 +1,2 @@ +/build +/libs/*.aar diff --git a/examples/latest/lite/android/StandAloneEngineLite/build.gradle b/examples/latest/lite/android/StandAloneEngineLite/build.gradle index 7808bcf2..fd15a60d 100644 --- a/examples/latest/lite/android/StandAloneEngineLite/build.gradle +++ b/examples/latest/lite/android/StandAloneEngineLite/build.gradle @@ -7,7 +7,7 @@ buildscript { } dependencies { - classpath 'com.android.tools.build:gradle:8.5.1' + classpath 'com.android.tools.build:gradle:8.5.2' // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files diff --git a/examples/latest/lite/android/StandAloneEngineLite/gradle.properties b/examples/latest/lite/android/StandAloneEngineLite/gradle.properties index 16a11ee0..b28fed71 100644 --- a/examples/latest/lite/android/StandAloneEngineLite/gradle.properties +++ b/examples/latest/lite/android/StandAloneEngineLite/gradle.properties @@ -4,9 +4,6 @@ # any settings specified in this file. # For more details on how to configure your build environment visit # http://www.gradle.org/docs/current/userguide/build_environment.html -# Specifies the JVM arguments used for the daemon process. -# The setting is particularly useful for tweaking memory settings. -android.defaults.buildfeatures.buildconfig=true android.enableJetifier=true android.nonFinalResIds=false android.nonTransitiveRClass=false @@ -16,5 +13,3 @@ org.gradle.jvmargs=-Xmx1536m # This option should only be used with decoupled projects. More details, visit # http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects # org.gradle.parallel=true - - diff --git a/examples/latest/lite/android/StandAloneEngineLite/gradle/wrapper/gradle-wrapper.properties b/examples/latest/lite/android/StandAloneEngineLite/gradle/wrapper/gradle-wrapper.properties index 8eca2ac2..0709a8f7 100644 --- a/examples/latest/lite/android/StandAloneEngineLite/gradle/wrapper/gradle-wrapper.properties +++ b/examples/latest/lite/android/StandAloneEngineLite/gradle/wrapper/gradle-wrapper.properties @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-all.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.8-all.zip diff --git a/examples/latest/lite/android/TrafficLite/.gitignore b/examples/latest/lite/android/TrafficLite/.gitignore new file mode 100644 index 00000000..2e52a75c --- /dev/null +++ b/examples/latest/lite/android/TrafficLite/.gitignore @@ -0,0 +1,8 @@ +*.iml +.gradle +/local.properties +.DS_Store +/build +/captures +.externalNativeBuild +.idea/* \ No newline at end of file diff --git a/examples/latest/lite/android/TrafficLite/app/.gitignore b/examples/latest/lite/android/TrafficLite/app/.gitignore new file mode 100644 index 00000000..8fa1f372 --- /dev/null +++ b/examples/latest/lite/android/TrafficLite/app/.gitignore @@ -0,0 +1,2 @@ +/build +/libs/*.aar diff --git a/examples/latest/lite/android/TrafficLite/build.gradle b/examples/latest/lite/android/TrafficLite/build.gradle index d5253c38..60c8e226 100644 --- a/examples/latest/lite/android/TrafficLite/build.gradle +++ b/examples/latest/lite/android/TrafficLite/build.gradle @@ -7,7 +7,7 @@ buildscript { mavenCentral() } dependencies { - classpath 'com.android.tools.build:gradle:8.5.1' + classpath 'com.android.tools.build:gradle:8.5.2' // NOTE: Do not place your application dependencies here; they belong diff --git a/examples/latest/lite/android/TrafficLite/gradle.properties b/examples/latest/lite/android/TrafficLite/gradle.properties index a8c57008..b28fed71 100644 --- a/examples/latest/lite/android/TrafficLite/gradle.properties +++ b/examples/latest/lite/android/TrafficLite/gradle.properties @@ -4,9 +4,6 @@ # any settings specified in this file. # For more details on how to configure your build environment visit # http://www.gradle.org/docs/current/userguide/build_environment.html -# Specifies the JVM arguments used for the daemon process. -# The setting is particularly useful for tweaking memory settings. -android.defaults.buildfeatures.buildconfig=true android.enableJetifier=true android.nonFinalResIds=false android.nonTransitiveRClass=false diff --git a/examples/latest/lite/android/TrafficLite/gradle/wrapper/gradle-wrapper.properties b/examples/latest/lite/android/TrafficLite/gradle/wrapper/gradle-wrapper.properties index 8eca2ac2..0709a8f7 100644 --- a/examples/latest/lite/android/TrafficLite/gradle/wrapper/gradle-wrapper.properties +++ b/examples/latest/lite/android/TrafficLite/gradle/wrapper/gradle-wrapper.properties @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-all.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.8-all.zip diff --git a/examples/latest/navigate/android/Camera/.gitignore b/examples/latest/navigate/android/Camera/.gitignore new file mode 100644 index 00000000..69cb356e --- /dev/null +++ b/examples/latest/navigate/android/Camera/.gitignore @@ -0,0 +1,8 @@ +*.iml +.gradle +/local.properties +.DS_Store +/build +/captures +.externalNativeBuild +.idea/* diff --git a/examples/latest/navigate/android/Camera/app/.gitignore b/examples/latest/navigate/android/Camera/app/.gitignore new file mode 100644 index 00000000..8fa1f372 --- /dev/null +++ b/examples/latest/navigate/android/Camera/app/.gitignore @@ -0,0 +1,2 @@ +/build +/libs/*.aar diff --git a/examples/latest/navigate/android/Camera/build.gradle b/examples/latest/navigate/android/Camera/build.gradle index 8075d09b..332ecec8 100644 --- a/examples/latest/navigate/android/Camera/build.gradle +++ b/examples/latest/navigate/android/Camera/build.gradle @@ -7,7 +7,7 @@ buildscript { } dependencies { - classpath 'com.android.tools.build:gradle:8.5.1' + classpath 'com.android.tools.build:gradle:8.5.2' // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files diff --git a/examples/latest/navigate/android/Camera/gradle.properties b/examples/latest/navigate/android/Camera/gradle.properties index 16a11ee0..b28fed71 100644 --- a/examples/latest/navigate/android/Camera/gradle.properties +++ b/examples/latest/navigate/android/Camera/gradle.properties @@ -4,9 +4,6 @@ # any settings specified in this file. # For more details on how to configure your build environment visit # http://www.gradle.org/docs/current/userguide/build_environment.html -# Specifies the JVM arguments used for the daemon process. -# The setting is particularly useful for tweaking memory settings. -android.defaults.buildfeatures.buildconfig=true android.enableJetifier=true android.nonFinalResIds=false android.nonTransitiveRClass=false @@ -16,5 +13,3 @@ org.gradle.jvmargs=-Xmx1536m # This option should only be used with decoupled projects. More details, visit # http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects # org.gradle.parallel=true - - diff --git a/examples/latest/navigate/android/Camera/gradle/wrapper/gradle-wrapper.properties b/examples/latest/navigate/android/Camera/gradle/wrapper/gradle-wrapper.properties index 8eca2ac2..0709a8f7 100644 --- a/examples/latest/navigate/android/Camera/gradle/wrapper/gradle-wrapper.properties +++ b/examples/latest/navigate/android/Camera/gradle/wrapper/gradle-wrapper.properties @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-all.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.8-all.zip diff --git a/examples/latest/navigate/android/CameraKeyframeTracks/.gitignore b/examples/latest/navigate/android/CameraKeyframeTracks/.gitignore new file mode 100644 index 00000000..69cb356e --- /dev/null +++ b/examples/latest/navigate/android/CameraKeyframeTracks/.gitignore @@ -0,0 +1,8 @@ +*.iml +.gradle +/local.properties +.DS_Store +/build +/captures +.externalNativeBuild +.idea/* diff --git a/examples/latest/navigate/android/CameraKeyframeTracks/app/.gitignore b/examples/latest/navigate/android/CameraKeyframeTracks/app/.gitignore new file mode 100644 index 00000000..8fa1f372 --- /dev/null +++ b/examples/latest/navigate/android/CameraKeyframeTracks/app/.gitignore @@ -0,0 +1,2 @@ +/build +/libs/*.aar diff --git a/examples/latest/navigate/android/CameraKeyframeTracks/build.gradle b/examples/latest/navigate/android/CameraKeyframeTracks/build.gradle index 7e65bade..332ecec8 100644 --- a/examples/latest/navigate/android/CameraKeyframeTracks/build.gradle +++ b/examples/latest/navigate/android/CameraKeyframeTracks/build.gradle @@ -7,7 +7,7 @@ buildscript { } dependencies { - classpath 'com.android.tools.build:gradle:8.5.1' + classpath 'com.android.tools.build:gradle:8.5.2' // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files @@ -29,4 +29,4 @@ allprojects { task clean(type: Delete) { delete rootProject.buildDir -} \ No newline at end of file +} diff --git a/examples/latest/navigate/android/CameraKeyframeTracks/gradle.properties b/examples/latest/navigate/android/CameraKeyframeTracks/gradle.properties index 320615b2..b28fed71 100644 --- a/examples/latest/navigate/android/CameraKeyframeTracks/gradle.properties +++ b/examples/latest/navigate/android/CameraKeyframeTracks/gradle.properties @@ -4,9 +4,6 @@ # any settings specified in this file. # For more details on how to configure your build environment visit # http://www.gradle.org/docs/current/userguide/build_environment.html -# Specifies the JVM arguments used for the daemon process. -# The setting is particularly useful for tweaking memory settings. -android.defaults.buildfeatures.buildconfig=true android.enableJetifier=true android.nonFinalResIds=false android.nonTransitiveRClass=false @@ -15,4 +12,4 @@ org.gradle.jvmargs=-Xmx1536m # When configured, Gradle will run in incubating parallel mode. # This option should only be used with decoupled projects. More details, visit # http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects -# org.gradle.parallel=true \ No newline at end of file +# org.gradle.parallel=true diff --git a/examples/latest/navigate/android/CameraKeyframeTracks/gradle/wrapper/gradle-wrapper.properties b/examples/latest/navigate/android/CameraKeyframeTracks/gradle/wrapper/gradle-wrapper.properties index 165ac430..29e28c6a 100644 --- a/examples/latest/navigate/android/CameraKeyframeTracks/gradle/wrapper/gradle-wrapper.properties +++ b/examples/latest/navigate/android/CameraKeyframeTracks/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ #Tue Mar 22 17:05:56 IST 2022 distributionBase=GRADLE_USER_HOME -distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-all.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.8-all.zip distributionPath=wrapper/dists zipStorePath=wrapper/dists zipStoreBase=GRADLE_USER_HOME diff --git a/examples/latest/navigate/android/CartoPOIPicking/.gitignore b/examples/latest/navigate/android/CartoPOIPicking/.gitignore new file mode 100644 index 00000000..2e52a75c --- /dev/null +++ b/examples/latest/navigate/android/CartoPOIPicking/.gitignore @@ -0,0 +1,8 @@ +*.iml +.gradle +/local.properties +.DS_Store +/build +/captures +.externalNativeBuild +.idea/* \ No newline at end of file diff --git a/examples/latest/navigate/android/CartoPOIPicking/app/.gitignore b/examples/latest/navigate/android/CartoPOIPicking/app/.gitignore new file mode 100644 index 00000000..8fa1f372 --- /dev/null +++ b/examples/latest/navigate/android/CartoPOIPicking/app/.gitignore @@ -0,0 +1,2 @@ +/build +/libs/*.aar diff --git a/examples/latest/navigate/android/CartoPOIPicking/build.gradle b/examples/latest/navigate/android/CartoPOIPicking/build.gradle index 290300e6..1aaa3cdf 100644 --- a/examples/latest/navigate/android/CartoPOIPicking/build.gradle +++ b/examples/latest/navigate/android/CartoPOIPicking/build.gradle @@ -5,7 +5,7 @@ buildscript { mavenCentral() } dependencies { - classpath 'com.android.tools.build:gradle:8.5.1' + classpath 'com.android.tools.build:gradle:8.5.2' // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files diff --git a/examples/latest/navigate/android/CartoPOIPicking/gradle.properties b/examples/latest/navigate/android/CartoPOIPicking/gradle.properties index f6720ae0..5cf714f7 100644 --- a/examples/latest/navigate/android/CartoPOIPicking/gradle.properties +++ b/examples/latest/navigate/android/CartoPOIPicking/gradle.properties @@ -6,10 +6,6 @@ # For more details on how to configure your build environment visit # http://www.gradle.org/docs/current/userguide/build_environment.html - -# Specifies the JVM arguments used for the daemon process. -# The setting is particularly useful for tweaking memory settings. -android.defaults.buildfeatures.buildconfig=true android.enableJetifier=true android.nonFinalResIds=false android.nonTransitiveRClass=false diff --git a/examples/latest/navigate/android/CartoPOIPicking/gradle/wrapper/gradle-wrapper.properties b/examples/latest/navigate/android/CartoPOIPicking/gradle/wrapper/gradle-wrapper.properties index 8eca2ac2..0709a8f7 100644 --- a/examples/latest/navigate/android/CartoPOIPicking/gradle/wrapper/gradle-wrapper.properties +++ b/examples/latest/navigate/android/CartoPOIPicking/gradle/wrapper/gradle-wrapper.properties @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-all.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.8-all.zip diff --git a/examples/latest/navigate/android/CustomMapStyles/.gitignore b/examples/latest/navigate/android/CustomMapStyles/.gitignore new file mode 100644 index 00000000..69cb356e --- /dev/null +++ b/examples/latest/navigate/android/CustomMapStyles/.gitignore @@ -0,0 +1,8 @@ +*.iml +.gradle +/local.properties +.DS_Store +/build +/captures +.externalNativeBuild +.idea/* diff --git a/examples/latest/navigate/android/CustomMapStyles/app/.gitignore b/examples/latest/navigate/android/CustomMapStyles/app/.gitignore new file mode 100644 index 00000000..8fa1f372 --- /dev/null +++ b/examples/latest/navigate/android/CustomMapStyles/app/.gitignore @@ -0,0 +1,2 @@ +/build +/libs/*.aar diff --git a/examples/latest/navigate/android/CustomMapStyles/build.gradle b/examples/latest/navigate/android/CustomMapStyles/build.gradle index 8075d09b..332ecec8 100644 --- a/examples/latest/navigate/android/CustomMapStyles/build.gradle +++ b/examples/latest/navigate/android/CustomMapStyles/build.gradle @@ -7,7 +7,7 @@ buildscript { } dependencies { - classpath 'com.android.tools.build:gradle:8.5.1' + classpath 'com.android.tools.build:gradle:8.5.2' // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files diff --git a/examples/latest/navigate/android/CustomMapStyles/gradle.properties b/examples/latest/navigate/android/CustomMapStyles/gradle.properties index 16a11ee0..b28fed71 100644 --- a/examples/latest/navigate/android/CustomMapStyles/gradle.properties +++ b/examples/latest/navigate/android/CustomMapStyles/gradle.properties @@ -4,9 +4,6 @@ # any settings specified in this file. # For more details on how to configure your build environment visit # http://www.gradle.org/docs/current/userguide/build_environment.html -# Specifies the JVM arguments used for the daemon process. -# The setting is particularly useful for tweaking memory settings. -android.defaults.buildfeatures.buildconfig=true android.enableJetifier=true android.nonFinalResIds=false android.nonTransitiveRClass=false @@ -16,5 +13,3 @@ org.gradle.jvmargs=-Xmx1536m # This option should only be used with decoupled projects. More details, visit # http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects # org.gradle.parallel=true - - diff --git a/examples/latest/navigate/android/CustomMapStyles/gradle/wrapper/gradle-wrapper.properties b/examples/latest/navigate/android/CustomMapStyles/gradle/wrapper/gradle-wrapper.properties index 8eca2ac2..0709a8f7 100644 --- a/examples/latest/navigate/android/CustomMapStyles/gradle/wrapper/gradle-wrapper.properties +++ b/examples/latest/navigate/android/CustomMapStyles/gradle/wrapper/gradle-wrapper.properties @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-all.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.8-all.zip diff --git a/examples/latest/navigate/android/CustomRasterLayers/.gitignore b/examples/latest/navigate/android/CustomRasterLayers/.gitignore new file mode 100644 index 00000000..69cb356e --- /dev/null +++ b/examples/latest/navigate/android/CustomRasterLayers/.gitignore @@ -0,0 +1,8 @@ +*.iml +.gradle +/local.properties +.DS_Store +/build +/captures +.externalNativeBuild +.idea/* diff --git a/examples/latest/navigate/android/CustomRasterLayers/app/.gitignore b/examples/latest/navigate/android/CustomRasterLayers/app/.gitignore new file mode 100644 index 00000000..8fa1f372 --- /dev/null +++ b/examples/latest/navigate/android/CustomRasterLayers/app/.gitignore @@ -0,0 +1,2 @@ +/build +/libs/*.aar diff --git a/examples/latest/navigate/android/CustomRasterLayers/build.gradle b/examples/latest/navigate/android/CustomRasterLayers/build.gradle index 8075d09b..332ecec8 100644 --- a/examples/latest/navigate/android/CustomRasterLayers/build.gradle +++ b/examples/latest/navigate/android/CustomRasterLayers/build.gradle @@ -7,7 +7,7 @@ buildscript { } dependencies { - classpath 'com.android.tools.build:gradle:8.5.1' + classpath 'com.android.tools.build:gradle:8.5.2' // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files diff --git a/examples/latest/navigate/android/CustomRasterLayers/gradle.properties b/examples/latest/navigate/android/CustomRasterLayers/gradle.properties index 16a11ee0..b28fed71 100644 --- a/examples/latest/navigate/android/CustomRasterLayers/gradle.properties +++ b/examples/latest/navigate/android/CustomRasterLayers/gradle.properties @@ -4,9 +4,6 @@ # any settings specified in this file. # For more details on how to configure your build environment visit # http://www.gradle.org/docs/current/userguide/build_environment.html -# Specifies the JVM arguments used for the daemon process. -# The setting is particularly useful for tweaking memory settings. -android.defaults.buildfeatures.buildconfig=true android.enableJetifier=true android.nonFinalResIds=false android.nonTransitiveRClass=false @@ -16,5 +13,3 @@ org.gradle.jvmargs=-Xmx1536m # This option should only be used with decoupled projects. More details, visit # http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects # org.gradle.parallel=true - - diff --git a/examples/latest/navigate/android/CustomRasterLayers/gradle/wrapper/gradle-wrapper.properties b/examples/latest/navigate/android/CustomRasterLayers/gradle/wrapper/gradle-wrapper.properties index 8eca2ac2..0709a8f7 100644 --- a/examples/latest/navigate/android/CustomRasterLayers/gradle/wrapper/gradle-wrapper.properties +++ b/examples/latest/navigate/android/CustomRasterLayers/gradle/wrapper/gradle-wrapper.properties @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-all.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.8-all.zip diff --git a/examples/latest/navigate/android/CustomRasterTileSource/.gitignore b/examples/latest/navigate/android/CustomRasterTileSource/.gitignore new file mode 100644 index 00000000..69cb356e --- /dev/null +++ b/examples/latest/navigate/android/CustomRasterTileSource/.gitignore @@ -0,0 +1,8 @@ +*.iml +.gradle +/local.properties +.DS_Store +/build +/captures +.externalNativeBuild +.idea/* diff --git a/examples/latest/navigate/android/CustomRasterTileSource/app/.gitignore b/examples/latest/navigate/android/CustomRasterTileSource/app/.gitignore new file mode 100644 index 00000000..8fa1f372 --- /dev/null +++ b/examples/latest/navigate/android/CustomRasterTileSource/app/.gitignore @@ -0,0 +1,2 @@ +/build +/libs/*.aar diff --git a/examples/latest/navigate/android/CustomRasterTileSource/build.gradle b/examples/latest/navigate/android/CustomRasterTileSource/build.gradle index 8075d09b..332ecec8 100644 --- a/examples/latest/navigate/android/CustomRasterTileSource/build.gradle +++ b/examples/latest/navigate/android/CustomRasterTileSource/build.gradle @@ -7,7 +7,7 @@ buildscript { } dependencies { - classpath 'com.android.tools.build:gradle:8.5.1' + classpath 'com.android.tools.build:gradle:8.5.2' // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files diff --git a/examples/latest/navigate/android/CustomRasterTileSource/gradle.properties b/examples/latest/navigate/android/CustomRasterTileSource/gradle.properties index 16a11ee0..b28fed71 100644 --- a/examples/latest/navigate/android/CustomRasterTileSource/gradle.properties +++ b/examples/latest/navigate/android/CustomRasterTileSource/gradle.properties @@ -4,9 +4,6 @@ # any settings specified in this file. # For more details on how to configure your build environment visit # http://www.gradle.org/docs/current/userguide/build_environment.html -# Specifies the JVM arguments used for the daemon process. -# The setting is particularly useful for tweaking memory settings. -android.defaults.buildfeatures.buildconfig=true android.enableJetifier=true android.nonFinalResIds=false android.nonTransitiveRClass=false @@ -16,5 +13,3 @@ org.gradle.jvmargs=-Xmx1536m # This option should only be used with decoupled projects. More details, visit # http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects # org.gradle.parallel=true - - diff --git a/examples/latest/navigate/android/CustomRasterTileSource/gradle/wrapper/gradle-wrapper.properties b/examples/latest/navigate/android/CustomRasterTileSource/gradle/wrapper/gradle-wrapper.properties index 8eca2ac2..0709a8f7 100644 --- a/examples/latest/navigate/android/CustomRasterTileSource/gradle/wrapper/gradle-wrapper.properties +++ b/examples/latest/navigate/android/CustomRasterTileSource/gradle/wrapper/gradle-wrapper.properties @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-all.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.8-all.zip diff --git a/examples/latest/navigate/android/EVRouting/.gitignore b/examples/latest/navigate/android/EVRouting/.gitignore new file mode 100644 index 00000000..2e52a75c --- /dev/null +++ b/examples/latest/navigate/android/EVRouting/.gitignore @@ -0,0 +1,8 @@ +*.iml +.gradle +/local.properties +.DS_Store +/build +/captures +.externalNativeBuild +.idea/* \ No newline at end of file diff --git a/examples/latest/navigate/android/EVRouting/app/.gitignore b/examples/latest/navigate/android/EVRouting/app/.gitignore new file mode 100644 index 00000000..8fa1f372 --- /dev/null +++ b/examples/latest/navigate/android/EVRouting/app/.gitignore @@ -0,0 +1,2 @@ +/build +/libs/*.aar diff --git a/examples/latest/navigate/android/EVRouting/build.gradle b/examples/latest/navigate/android/EVRouting/build.gradle index 290300e6..1aaa3cdf 100644 --- a/examples/latest/navigate/android/EVRouting/build.gradle +++ b/examples/latest/navigate/android/EVRouting/build.gradle @@ -5,7 +5,7 @@ buildscript { mavenCentral() } dependencies { - classpath 'com.android.tools.build:gradle:8.5.1' + classpath 'com.android.tools.build:gradle:8.5.2' // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files diff --git a/examples/latest/navigate/android/EVRouting/gradle.properties b/examples/latest/navigate/android/EVRouting/gradle.properties index f6720ae0..9098d47d 100644 --- a/examples/latest/navigate/android/EVRouting/gradle.properties +++ b/examples/latest/navigate/android/EVRouting/gradle.properties @@ -7,9 +7,6 @@ # For more details on how to configure your build environment visit # http://www.gradle.org/docs/current/userguide/build_environment.html -# Specifies the JVM arguments used for the daemon process. -# The setting is particularly useful for tweaking memory settings. -android.defaults.buildfeatures.buildconfig=true android.enableJetifier=true android.nonFinalResIds=false android.nonTransitiveRClass=false diff --git a/examples/latest/navigate/android/EVRouting/gradle/wrapper/gradle-wrapper.properties b/examples/latest/navigate/android/EVRouting/gradle/wrapper/gradle-wrapper.properties index 8eca2ac2..0709a8f7 100644 --- a/examples/latest/navigate/android/EVRouting/gradle/wrapper/gradle-wrapper.properties +++ b/examples/latest/navigate/android/EVRouting/gradle/wrapper/gradle-wrapper.properties @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-all.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.8-all.zip diff --git a/examples/latest/navigate/android/Gestures/.gitignore b/examples/latest/navigate/android/Gestures/.gitignore new file mode 100644 index 00000000..69cb356e --- /dev/null +++ b/examples/latest/navigate/android/Gestures/.gitignore @@ -0,0 +1,8 @@ +*.iml +.gradle +/local.properties +.DS_Store +/build +/captures +.externalNativeBuild +.idea/* diff --git a/examples/latest/navigate/android/Gestures/app/.gitignore b/examples/latest/navigate/android/Gestures/app/.gitignore new file mode 100644 index 00000000..8fa1f372 --- /dev/null +++ b/examples/latest/navigate/android/Gestures/app/.gitignore @@ -0,0 +1,2 @@ +/build +/libs/*.aar diff --git a/examples/latest/navigate/android/Gestures/build.gradle b/examples/latest/navigate/android/Gestures/build.gradle index d5253c38..60c8e226 100644 --- a/examples/latest/navigate/android/Gestures/build.gradle +++ b/examples/latest/navigate/android/Gestures/build.gradle @@ -7,7 +7,7 @@ buildscript { mavenCentral() } dependencies { - classpath 'com.android.tools.build:gradle:8.5.1' + classpath 'com.android.tools.build:gradle:8.5.2' // NOTE: Do not place your application dependencies here; they belong diff --git a/examples/latest/navigate/android/Gestures/gradle.properties b/examples/latest/navigate/android/Gestures/gradle.properties index f6720ae0..9098d47d 100644 --- a/examples/latest/navigate/android/Gestures/gradle.properties +++ b/examples/latest/navigate/android/Gestures/gradle.properties @@ -7,9 +7,6 @@ # For more details on how to configure your build environment visit # http://www.gradle.org/docs/current/userguide/build_environment.html -# Specifies the JVM arguments used for the daemon process. -# The setting is particularly useful for tweaking memory settings. -android.defaults.buildfeatures.buildconfig=true android.enableJetifier=true android.nonFinalResIds=false android.nonTransitiveRClass=false diff --git a/examples/latest/navigate/android/Gestures/gradle/wrapper/gradle-wrapper.properties b/examples/latest/navigate/android/Gestures/gradle/wrapper/gradle-wrapper.properties index 8eca2ac2..0709a8f7 100644 --- a/examples/latest/navigate/android/Gestures/gradle/wrapper/gradle-wrapper.properties +++ b/examples/latest/navigate/android/Gestures/gradle/wrapper/gradle-wrapper.properties @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-all.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.8-all.zip diff --git a/examples/latest/navigate/android/HelloMap/.gitignore b/examples/latest/navigate/android/HelloMap/.gitignore new file mode 100644 index 00000000..2e52a75c --- /dev/null +++ b/examples/latest/navigate/android/HelloMap/.gitignore @@ -0,0 +1,8 @@ +*.iml +.gradle +/local.properties +.DS_Store +/build +/captures +.externalNativeBuild +.idea/* \ No newline at end of file diff --git a/examples/latest/navigate/android/HelloMap/app/.gitignore b/examples/latest/navigate/android/HelloMap/app/.gitignore new file mode 100644 index 00000000..8fa1f372 --- /dev/null +++ b/examples/latest/navigate/android/HelloMap/app/.gitignore @@ -0,0 +1,2 @@ +/build +/libs/*.aar diff --git a/examples/latest/navigate/android/HelloMap/build.gradle b/examples/latest/navigate/android/HelloMap/build.gradle index 290300e6..1aaa3cdf 100644 --- a/examples/latest/navigate/android/HelloMap/build.gradle +++ b/examples/latest/navigate/android/HelloMap/build.gradle @@ -5,7 +5,7 @@ buildscript { mavenCentral() } dependencies { - classpath 'com.android.tools.build:gradle:8.5.1' + classpath 'com.android.tools.build:gradle:8.5.2' // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files diff --git a/examples/latest/navigate/android/HelloMap/gradle.properties b/examples/latest/navigate/android/HelloMap/gradle.properties index f6720ae0..9098d47d 100644 --- a/examples/latest/navigate/android/HelloMap/gradle.properties +++ b/examples/latest/navigate/android/HelloMap/gradle.properties @@ -7,9 +7,6 @@ # For more details on how to configure your build environment visit # http://www.gradle.org/docs/current/userguide/build_environment.html -# Specifies the JVM arguments used for the daemon process. -# The setting is particularly useful for tweaking memory settings. -android.defaults.buildfeatures.buildconfig=true android.enableJetifier=true android.nonFinalResIds=false android.nonTransitiveRClass=false diff --git a/examples/latest/navigate/android/HelloMap/gradle/wrapper/gradle-wrapper.properties b/examples/latest/navigate/android/HelloMap/gradle/wrapper/gradle-wrapper.properties index 8eca2ac2..0709a8f7 100644 --- a/examples/latest/navigate/android/HelloMap/gradle/wrapper/gradle-wrapper.properties +++ b/examples/latest/navigate/android/HelloMap/gradle/wrapper/gradle-wrapper.properties @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-all.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.8-all.zip diff --git a/examples/latest/navigate/android/HelloMapAndroidAuto/.gitignore b/examples/latest/navigate/android/HelloMapAndroidAuto/.gitignore new file mode 100644 index 00000000..2e52a75c --- /dev/null +++ b/examples/latest/navigate/android/HelloMapAndroidAuto/.gitignore @@ -0,0 +1,8 @@ +*.iml +.gradle +/local.properties +.DS_Store +/build +/captures +.externalNativeBuild +.idea/* \ No newline at end of file diff --git a/examples/latest/navigate/android/HelloMapAndroidAuto/app/.gitignore b/examples/latest/navigate/android/HelloMapAndroidAuto/app/.gitignore new file mode 100644 index 00000000..8fa1f372 --- /dev/null +++ b/examples/latest/navigate/android/HelloMapAndroidAuto/app/.gitignore @@ -0,0 +1,2 @@ +/build +/libs/*.aar diff --git a/examples/latest/navigate/android/HelloMapAndroidAuto/build.gradle b/examples/latest/navigate/android/HelloMapAndroidAuto/build.gradle index 290300e6..1aaa3cdf 100644 --- a/examples/latest/navigate/android/HelloMapAndroidAuto/build.gradle +++ b/examples/latest/navigate/android/HelloMapAndroidAuto/build.gradle @@ -5,7 +5,7 @@ buildscript { mavenCentral() } dependencies { - classpath 'com.android.tools.build:gradle:8.5.1' + classpath 'com.android.tools.build:gradle:8.5.2' // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files diff --git a/examples/latest/navigate/android/HelloMapAndroidAuto/gradle.properties b/examples/latest/navigate/android/HelloMapAndroidAuto/gradle.properties index f6720ae0..9098d47d 100644 --- a/examples/latest/navigate/android/HelloMapAndroidAuto/gradle.properties +++ b/examples/latest/navigate/android/HelloMapAndroidAuto/gradle.properties @@ -7,9 +7,6 @@ # For more details on how to configure your build environment visit # http://www.gradle.org/docs/current/userguide/build_environment.html -# Specifies the JVM arguments used for the daemon process. -# The setting is particularly useful for tweaking memory settings. -android.defaults.buildfeatures.buildconfig=true android.enableJetifier=true android.nonFinalResIds=false android.nonTransitiveRClass=false diff --git a/examples/latest/navigate/android/HelloMapAndroidAuto/gradle/wrapper/gradle-wrapper.properties b/examples/latest/navigate/android/HelloMapAndroidAuto/gradle/wrapper/gradle-wrapper.properties index 8eca2ac2..0709a8f7 100644 --- a/examples/latest/navigate/android/HelloMapAndroidAuto/gradle/wrapper/gradle-wrapper.properties +++ b/examples/latest/navigate/android/HelloMapAndroidAuto/gradle/wrapper/gradle-wrapper.properties @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-all.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.8-all.zip diff --git a/examples/latest/navigate/android/HelloMapKotlin/.gitignore b/examples/latest/navigate/android/HelloMapKotlin/.gitignore new file mode 100644 index 00000000..2e52a75c --- /dev/null +++ b/examples/latest/navigate/android/HelloMapKotlin/.gitignore @@ -0,0 +1,8 @@ +*.iml +.gradle +/local.properties +.DS_Store +/build +/captures +.externalNativeBuild +.idea/* \ No newline at end of file diff --git a/examples/latest/navigate/android/HelloMapKotlin/app/.gitignore b/examples/latest/navigate/android/HelloMapKotlin/app/.gitignore new file mode 100644 index 00000000..8fa1f372 --- /dev/null +++ b/examples/latest/navigate/android/HelloMapKotlin/app/.gitignore @@ -0,0 +1,2 @@ +/build +/libs/*.aar diff --git a/examples/latest/navigate/android/HelloMapKotlin/build.gradle b/examples/latest/navigate/android/HelloMapKotlin/build.gradle index bf370e12..1e6378cb 100644 --- a/examples/latest/navigate/android/HelloMapKotlin/build.gradle +++ b/examples/latest/navigate/android/HelloMapKotlin/build.gradle @@ -6,7 +6,7 @@ buildscript { mavenCentral() } dependencies { - classpath 'com.android.tools.build:gradle:8.5.1' + classpath 'com.android.tools.build:gradle:8.5.2' classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" // NOTE: Do not place your application dependencies here; they belong diff --git a/examples/latest/navigate/android/HelloMapKotlin/gradle.properties b/examples/latest/navigate/android/HelloMapKotlin/gradle.properties index f6720ae0..9098d47d 100644 --- a/examples/latest/navigate/android/HelloMapKotlin/gradle.properties +++ b/examples/latest/navigate/android/HelloMapKotlin/gradle.properties @@ -7,9 +7,6 @@ # For more details on how to configure your build environment visit # http://www.gradle.org/docs/current/userguide/build_environment.html -# Specifies the JVM arguments used for the daemon process. -# The setting is particularly useful for tweaking memory settings. -android.defaults.buildfeatures.buildconfig=true android.enableJetifier=true android.nonFinalResIds=false android.nonTransitiveRClass=false diff --git a/examples/latest/navigate/android/HelloMapKotlin/gradle/wrapper/gradle-wrapper.properties b/examples/latest/navigate/android/HelloMapKotlin/gradle/wrapper/gradle-wrapper.properties index 8eca2ac2..0709a8f7 100644 --- a/examples/latest/navigate/android/HelloMapKotlin/gradle/wrapper/gradle-wrapper.properties +++ b/examples/latest/navigate/android/HelloMapKotlin/gradle/wrapper/gradle-wrapper.properties @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-all.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.8-all.zip diff --git a/examples/latest/navigate/android/HelloMapSurface/.gitignore b/examples/latest/navigate/android/HelloMapSurface/.gitignore new file mode 100644 index 00000000..2e52a75c --- /dev/null +++ b/examples/latest/navigate/android/HelloMapSurface/.gitignore @@ -0,0 +1,8 @@ +*.iml +.gradle +/local.properties +.DS_Store +/build +/captures +.externalNativeBuild +.idea/* \ No newline at end of file diff --git a/examples/latest/navigate/android/HelloMapSurface/app/.gitignore b/examples/latest/navigate/android/HelloMapSurface/app/.gitignore new file mode 100644 index 00000000..8fa1f372 --- /dev/null +++ b/examples/latest/navigate/android/HelloMapSurface/app/.gitignore @@ -0,0 +1,2 @@ +/build +/libs/*.aar diff --git a/examples/latest/navigate/android/HelloMapSurface/build.gradle b/examples/latest/navigate/android/HelloMapSurface/build.gradle index 290300e6..1aaa3cdf 100644 --- a/examples/latest/navigate/android/HelloMapSurface/build.gradle +++ b/examples/latest/navigate/android/HelloMapSurface/build.gradle @@ -5,7 +5,7 @@ buildscript { mavenCentral() } dependencies { - classpath 'com.android.tools.build:gradle:8.5.1' + classpath 'com.android.tools.build:gradle:8.5.2' // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files diff --git a/examples/latest/navigate/android/HelloMapSurface/gradle.properties b/examples/latest/navigate/android/HelloMapSurface/gradle.properties index f6720ae0..9098d47d 100644 --- a/examples/latest/navigate/android/HelloMapSurface/gradle.properties +++ b/examples/latest/navigate/android/HelloMapSurface/gradle.properties @@ -7,9 +7,6 @@ # For more details on how to configure your build environment visit # http://www.gradle.org/docs/current/userguide/build_environment.html -# Specifies the JVM arguments used for the daemon process. -# The setting is particularly useful for tweaking memory settings. -android.defaults.buildfeatures.buildconfig=true android.enableJetifier=true android.nonFinalResIds=false android.nonTransitiveRClass=false diff --git a/examples/latest/navigate/android/HelloMapSurface/gradle/wrapper/gradle-wrapper.properties b/examples/latest/navigate/android/HelloMapSurface/gradle/wrapper/gradle-wrapper.properties index 8eca2ac2..0709a8f7 100644 --- a/examples/latest/navigate/android/HelloMapSurface/gradle/wrapper/gradle-wrapper.properties +++ b/examples/latest/navigate/android/HelloMapSurface/gradle/wrapper/gradle-wrapper.properties @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-all.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.8-all.zip diff --git a/examples/latest/navigate/android/HikingDiary/.gitignore b/examples/latest/navigate/android/HikingDiary/.gitignore new file mode 100644 index 00000000..2e52a75c --- /dev/null +++ b/examples/latest/navigate/android/HikingDiary/.gitignore @@ -0,0 +1,8 @@ +*.iml +.gradle +/local.properties +.DS_Store +/build +/captures +.externalNativeBuild +.idea/* \ No newline at end of file diff --git a/examples/latest/navigate/android/HikingDiary/app/.gitignore b/examples/latest/navigate/android/HikingDiary/app/.gitignore new file mode 100644 index 00000000..8fa1f372 --- /dev/null +++ b/examples/latest/navigate/android/HikingDiary/app/.gitignore @@ -0,0 +1,2 @@ +/build +/libs/*.aar diff --git a/examples/latest/navigate/android/HikingDiary/build.gradle b/examples/latest/navigate/android/HikingDiary/build.gradle index 290300e6..1aaa3cdf 100644 --- a/examples/latest/navigate/android/HikingDiary/build.gradle +++ b/examples/latest/navigate/android/HikingDiary/build.gradle @@ -5,7 +5,7 @@ buildscript { mavenCentral() } dependencies { - classpath 'com.android.tools.build:gradle:8.5.1' + classpath 'com.android.tools.build:gradle:8.5.2' // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files diff --git a/examples/latest/navigate/android/HikingDiary/gradle.properties b/examples/latest/navigate/android/HikingDiary/gradle.properties index f6720ae0..9098d47d 100644 --- a/examples/latest/navigate/android/HikingDiary/gradle.properties +++ b/examples/latest/navigate/android/HikingDiary/gradle.properties @@ -7,9 +7,6 @@ # For more details on how to configure your build environment visit # http://www.gradle.org/docs/current/userguide/build_environment.html -# Specifies the JVM arguments used for the daemon process. -# The setting is particularly useful for tweaking memory settings. -android.defaults.buildfeatures.buildconfig=true android.enableJetifier=true android.nonFinalResIds=false android.nonTransitiveRClass=false diff --git a/examples/latest/navigate/android/HikingDiary/gradle/wrapper/gradle-wrapper.properties b/examples/latest/navigate/android/HikingDiary/gradle/wrapper/gradle-wrapper.properties index 8eca2ac2..0709a8f7 100644 --- a/examples/latest/navigate/android/HikingDiary/gradle/wrapper/gradle-wrapper.properties +++ b/examples/latest/navigate/android/HikingDiary/gradle/wrapper/gradle-wrapper.properties @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-all.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.8-all.zip diff --git a/examples/latest/navigate/android/IndoorMap/.gitignore b/examples/latest/navigate/android/IndoorMap/.gitignore new file mode 100644 index 00000000..2e52a75c --- /dev/null +++ b/examples/latest/navigate/android/IndoorMap/.gitignore @@ -0,0 +1,8 @@ +*.iml +.gradle +/local.properties +.DS_Store +/build +/captures +.externalNativeBuild +.idea/* \ No newline at end of file diff --git a/examples/latest/navigate/android/IndoorMap/app/.gitignore b/examples/latest/navigate/android/IndoorMap/app/.gitignore new file mode 100644 index 00000000..8fa1f372 --- /dev/null +++ b/examples/latest/navigate/android/IndoorMap/app/.gitignore @@ -0,0 +1,2 @@ +/build +/libs/*.aar diff --git a/examples/latest/navigate/android/IndoorMap/build.gradle b/examples/latest/navigate/android/IndoorMap/build.gradle index 290300e6..1aaa3cdf 100644 --- a/examples/latest/navigate/android/IndoorMap/build.gradle +++ b/examples/latest/navigate/android/IndoorMap/build.gradle @@ -5,7 +5,7 @@ buildscript { mavenCentral() } dependencies { - classpath 'com.android.tools.build:gradle:8.5.1' + classpath 'com.android.tools.build:gradle:8.5.2' // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files diff --git a/examples/latest/navigate/android/IndoorMap/gradle.properties b/examples/latest/navigate/android/IndoorMap/gradle.properties index f6720ae0..9098d47d 100644 --- a/examples/latest/navigate/android/IndoorMap/gradle.properties +++ b/examples/latest/navigate/android/IndoorMap/gradle.properties @@ -7,9 +7,6 @@ # For more details on how to configure your build environment visit # http://www.gradle.org/docs/current/userguide/build_environment.html -# Specifies the JVM arguments used for the daemon process. -# The setting is particularly useful for tweaking memory settings. -android.defaults.buildfeatures.buildconfig=true android.enableJetifier=true android.nonFinalResIds=false android.nonTransitiveRClass=false diff --git a/examples/latest/navigate/android/IndoorMap/gradle/wrapper/gradle-wrapper.properties b/examples/latest/navigate/android/IndoorMap/gradle/wrapper/gradle-wrapper.properties index 8eca2ac2..0709a8f7 100644 --- a/examples/latest/navigate/android/IndoorMap/gradle/wrapper/gradle-wrapper.properties +++ b/examples/latest/navigate/android/IndoorMap/gradle/wrapper/gradle-wrapper.properties @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-all.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.8-all.zip diff --git a/examples/latest/navigate/android/MapItems/.gitignore b/examples/latest/navigate/android/MapItems/.gitignore new file mode 100644 index 00000000..2e52a75c --- /dev/null +++ b/examples/latest/navigate/android/MapItems/.gitignore @@ -0,0 +1,8 @@ +*.iml +.gradle +/local.properties +.DS_Store +/build +/captures +.externalNativeBuild +.idea/* \ No newline at end of file diff --git a/examples/latest/navigate/android/MapItems/app/.gitignore b/examples/latest/navigate/android/MapItems/app/.gitignore new file mode 100644 index 00000000..8fa1f372 --- /dev/null +++ b/examples/latest/navigate/android/MapItems/app/.gitignore @@ -0,0 +1,2 @@ +/build +/libs/*.aar diff --git a/examples/latest/navigate/android/MapItems/build.gradle b/examples/latest/navigate/android/MapItems/build.gradle index d5253c38..60c8e226 100644 --- a/examples/latest/navigate/android/MapItems/build.gradle +++ b/examples/latest/navigate/android/MapItems/build.gradle @@ -7,7 +7,7 @@ buildscript { mavenCentral() } dependencies { - classpath 'com.android.tools.build:gradle:8.5.1' + classpath 'com.android.tools.build:gradle:8.5.2' // NOTE: Do not place your application dependencies here; they belong diff --git a/examples/latest/navigate/android/MapItems/gradle.properties b/examples/latest/navigate/android/MapItems/gradle.properties index 87cac57e..9098d47d 100644 --- a/examples/latest/navigate/android/MapItems/gradle.properties +++ b/examples/latest/navigate/android/MapItems/gradle.properties @@ -7,9 +7,6 @@ # For more details on how to configure your build environment visit # http://www.gradle.org/docs/current/userguide/build_environment.html -# Specifies the JVM arguments used for the daemon process. -# The setting is particularly useful for tweaking memory settings. -android.defaults.buildfeatures.buildconfig=true android.enableJetifier=true android.nonFinalResIds=false android.nonTransitiveRClass=false @@ -20,4 +17,3 @@ org.gradle.jvmargs=-Xmx1536m # This option should only be used with decoupled projects. More details, visit # http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects # org.gradle.parallel=true - diff --git a/examples/latest/navigate/android/MapItems/gradle/wrapper/gradle-wrapper.properties b/examples/latest/navigate/android/MapItems/gradle/wrapper/gradle-wrapper.properties index 8eca2ac2..0709a8f7 100644 --- a/examples/latest/navigate/android/MapItems/gradle/wrapper/gradle-wrapper.properties +++ b/examples/latest/navigate/android/MapItems/gradle/wrapper/gradle-wrapper.properties @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-all.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.8-all.zip diff --git a/examples/latest/navigate/android/MultiDisplays/.gitignore b/examples/latest/navigate/android/MultiDisplays/.gitignore new file mode 100644 index 00000000..2e52a75c --- /dev/null +++ b/examples/latest/navigate/android/MultiDisplays/.gitignore @@ -0,0 +1,8 @@ +*.iml +.gradle +/local.properties +.DS_Store +/build +/captures +.externalNativeBuild +.idea/* \ No newline at end of file diff --git a/examples/latest/navigate/android/MultiDisplays/app/.gitignore b/examples/latest/navigate/android/MultiDisplays/app/.gitignore new file mode 100644 index 00000000..8fa1f372 --- /dev/null +++ b/examples/latest/navigate/android/MultiDisplays/app/.gitignore @@ -0,0 +1,2 @@ +/build +/libs/*.aar diff --git a/examples/latest/navigate/android/MultiDisplays/build.gradle b/examples/latest/navigate/android/MultiDisplays/build.gradle index 290300e6..1aaa3cdf 100644 --- a/examples/latest/navigate/android/MultiDisplays/build.gradle +++ b/examples/latest/navigate/android/MultiDisplays/build.gradle @@ -5,7 +5,7 @@ buildscript { mavenCentral() } dependencies { - classpath 'com.android.tools.build:gradle:8.5.1' + classpath 'com.android.tools.build:gradle:8.5.2' // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files diff --git a/examples/latest/navigate/android/MultiDisplays/gradle.properties b/examples/latest/navigate/android/MultiDisplays/gradle.properties index f6720ae0..9098d47d 100644 --- a/examples/latest/navigate/android/MultiDisplays/gradle.properties +++ b/examples/latest/navigate/android/MultiDisplays/gradle.properties @@ -7,9 +7,6 @@ # For more details on how to configure your build environment visit # http://www.gradle.org/docs/current/userguide/build_environment.html -# Specifies the JVM arguments used for the daemon process. -# The setting is particularly useful for tweaking memory settings. -android.defaults.buildfeatures.buildconfig=true android.enableJetifier=true android.nonFinalResIds=false android.nonTransitiveRClass=false diff --git a/examples/latest/navigate/android/MultiDisplays/gradle/wrapper/gradle-wrapper.properties b/examples/latest/navigate/android/MultiDisplays/gradle/wrapper/gradle-wrapper.properties index 8eca2ac2..0709a8f7 100644 --- a/examples/latest/navigate/android/MultiDisplays/gradle/wrapper/gradle-wrapper.properties +++ b/examples/latest/navigate/android/MultiDisplays/gradle/wrapper/gradle-wrapper.properties @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-all.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.8-all.zip diff --git a/examples/latest/navigate/android/Navigation/.gitignore b/examples/latest/navigate/android/Navigation/.gitignore new file mode 100644 index 00000000..69cb356e --- /dev/null +++ b/examples/latest/navigate/android/Navigation/.gitignore @@ -0,0 +1,8 @@ +*.iml +.gradle +/local.properties +.DS_Store +/build +/captures +.externalNativeBuild +.idea/* diff --git a/examples/latest/navigate/android/Navigation/app/.gitignore b/examples/latest/navigate/android/Navigation/app/.gitignore new file mode 100644 index 00000000..8fa1f372 --- /dev/null +++ b/examples/latest/navigate/android/Navigation/app/.gitignore @@ -0,0 +1,2 @@ +/build +/libs/*.aar diff --git a/examples/latest/navigate/android/Navigation/build.gradle b/examples/latest/navigate/android/Navigation/build.gradle index d5253c38..60c8e226 100644 --- a/examples/latest/navigate/android/Navigation/build.gradle +++ b/examples/latest/navigate/android/Navigation/build.gradle @@ -7,7 +7,7 @@ buildscript { mavenCentral() } dependencies { - classpath 'com.android.tools.build:gradle:8.5.1' + classpath 'com.android.tools.build:gradle:8.5.2' // NOTE: Do not place your application dependencies here; they belong diff --git a/examples/latest/navigate/android/Navigation/gradle.properties b/examples/latest/navigate/android/Navigation/gradle.properties index a8c57008..b28fed71 100644 --- a/examples/latest/navigate/android/Navigation/gradle.properties +++ b/examples/latest/navigate/android/Navigation/gradle.properties @@ -4,9 +4,6 @@ # any settings specified in this file. # For more details on how to configure your build environment visit # http://www.gradle.org/docs/current/userguide/build_environment.html -# Specifies the JVM arguments used for the daemon process. -# The setting is particularly useful for tweaking memory settings. -android.defaults.buildfeatures.buildconfig=true android.enableJetifier=true android.nonFinalResIds=false android.nonTransitiveRClass=false diff --git a/examples/latest/navigate/android/Navigation/gradle/wrapper/gradle-wrapper.properties b/examples/latest/navigate/android/Navigation/gradle/wrapper/gradle-wrapper.properties index 8eca2ac2..0709a8f7 100644 --- a/examples/latest/navigate/android/Navigation/gradle/wrapper/gradle-wrapper.properties +++ b/examples/latest/navigate/android/Navigation/gradle/wrapper/gradle-wrapper.properties @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-all.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.8-all.zip diff --git a/examples/latest/navigate/android/NavigationCustom/.gitignore b/examples/latest/navigate/android/NavigationCustom/.gitignore new file mode 100644 index 00000000..2e52a75c --- /dev/null +++ b/examples/latest/navigate/android/NavigationCustom/.gitignore @@ -0,0 +1,8 @@ +*.iml +.gradle +/local.properties +.DS_Store +/build +/captures +.externalNativeBuild +.idea/* \ No newline at end of file diff --git a/examples/latest/navigate/android/NavigationCustom/app/.gitignore b/examples/latest/navigate/android/NavigationCustom/app/.gitignore new file mode 100644 index 00000000..8fa1f372 --- /dev/null +++ b/examples/latest/navigate/android/NavigationCustom/app/.gitignore @@ -0,0 +1,2 @@ +/build +/libs/*.aar diff --git a/examples/latest/navigate/android/NavigationCustom/build.gradle b/examples/latest/navigate/android/NavigationCustom/build.gradle index 290300e6..1aaa3cdf 100644 --- a/examples/latest/navigate/android/NavigationCustom/build.gradle +++ b/examples/latest/navigate/android/NavigationCustom/build.gradle @@ -5,7 +5,7 @@ buildscript { mavenCentral() } dependencies { - classpath 'com.android.tools.build:gradle:8.5.1' + classpath 'com.android.tools.build:gradle:8.5.2' // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files diff --git a/examples/latest/navigate/android/NavigationCustom/gradle.properties b/examples/latest/navigate/android/NavigationCustom/gradle.properties index f6720ae0..9098d47d 100644 --- a/examples/latest/navigate/android/NavigationCustom/gradle.properties +++ b/examples/latest/navigate/android/NavigationCustom/gradle.properties @@ -7,9 +7,6 @@ # For more details on how to configure your build environment visit # http://www.gradle.org/docs/current/userguide/build_environment.html -# Specifies the JVM arguments used for the daemon process. -# The setting is particularly useful for tweaking memory settings. -android.defaults.buildfeatures.buildconfig=true android.enableJetifier=true android.nonFinalResIds=false android.nonTransitiveRClass=false diff --git a/examples/latest/navigate/android/NavigationCustom/gradle/wrapper/gradle-wrapper.properties b/examples/latest/navigate/android/NavigationCustom/gradle/wrapper/gradle-wrapper.properties index 8eca2ac2..0709a8f7 100644 --- a/examples/latest/navigate/android/NavigationCustom/gradle/wrapper/gradle-wrapper.properties +++ b/examples/latest/navigate/android/NavigationCustom/gradle/wrapper/gradle-wrapper.properties @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-all.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.8-all.zip diff --git a/examples/latest/navigate/android/NavigationQuickStart/.gitignore b/examples/latest/navigate/android/NavigationQuickStart/.gitignore new file mode 100644 index 00000000..2e52a75c --- /dev/null +++ b/examples/latest/navigate/android/NavigationQuickStart/.gitignore @@ -0,0 +1,8 @@ +*.iml +.gradle +/local.properties +.DS_Store +/build +/captures +.externalNativeBuild +.idea/* \ No newline at end of file diff --git a/examples/latest/navigate/android/NavigationQuickStart/app/.gitignore b/examples/latest/navigate/android/NavigationQuickStart/app/.gitignore new file mode 100644 index 00000000..8fa1f372 --- /dev/null +++ b/examples/latest/navigate/android/NavigationQuickStart/app/.gitignore @@ -0,0 +1,2 @@ +/build +/libs/*.aar diff --git a/examples/latest/navigate/android/NavigationQuickStart/build.gradle b/examples/latest/navigate/android/NavigationQuickStart/build.gradle index 290300e6..1aaa3cdf 100644 --- a/examples/latest/navigate/android/NavigationQuickStart/build.gradle +++ b/examples/latest/navigate/android/NavigationQuickStart/build.gradle @@ -5,7 +5,7 @@ buildscript { mavenCentral() } dependencies { - classpath 'com.android.tools.build:gradle:8.5.1' + classpath 'com.android.tools.build:gradle:8.5.2' // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files diff --git a/examples/latest/navigate/android/NavigationQuickStart/gradle.properties b/examples/latest/navigate/android/NavigationQuickStart/gradle.properties index f6720ae0..9098d47d 100644 --- a/examples/latest/navigate/android/NavigationQuickStart/gradle.properties +++ b/examples/latest/navigate/android/NavigationQuickStart/gradle.properties @@ -7,9 +7,6 @@ # For more details on how to configure your build environment visit # http://www.gradle.org/docs/current/userguide/build_environment.html -# Specifies the JVM arguments used for the daemon process. -# The setting is particularly useful for tweaking memory settings. -android.defaults.buildfeatures.buildconfig=true android.enableJetifier=true android.nonFinalResIds=false android.nonTransitiveRClass=false diff --git a/examples/latest/navigate/android/NavigationQuickStart/gradle/wrapper/gradle-wrapper.properties b/examples/latest/navigate/android/NavigationQuickStart/gradle/wrapper/gradle-wrapper.properties index 8eca2ac2..0709a8f7 100644 --- a/examples/latest/navigate/android/NavigationQuickStart/gradle/wrapper/gradle-wrapper.properties +++ b/examples/latest/navigate/android/NavigationQuickStart/gradle/wrapper/gradle-wrapper.properties @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-all.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.8-all.zip diff --git a/examples/latest/navigate/android/OfflineMaps/.gitignore b/examples/latest/navigate/android/OfflineMaps/.gitignore new file mode 100644 index 00000000..2e52a75c --- /dev/null +++ b/examples/latest/navigate/android/OfflineMaps/.gitignore @@ -0,0 +1,8 @@ +*.iml +.gradle +/local.properties +.DS_Store +/build +/captures +.externalNativeBuild +.idea/* \ No newline at end of file diff --git a/examples/latest/navigate/android/OfflineMaps/app/.gitignore b/examples/latest/navigate/android/OfflineMaps/app/.gitignore new file mode 100644 index 00000000..8fa1f372 --- /dev/null +++ b/examples/latest/navigate/android/OfflineMaps/app/.gitignore @@ -0,0 +1,2 @@ +/build +/libs/*.aar diff --git a/examples/latest/navigate/android/OfflineMaps/build.gradle b/examples/latest/navigate/android/OfflineMaps/build.gradle index 290300e6..1aaa3cdf 100644 --- a/examples/latest/navigate/android/OfflineMaps/build.gradle +++ b/examples/latest/navigate/android/OfflineMaps/build.gradle @@ -5,7 +5,7 @@ buildscript { mavenCentral() } dependencies { - classpath 'com.android.tools.build:gradle:8.5.1' + classpath 'com.android.tools.build:gradle:8.5.2' // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files diff --git a/examples/latest/navigate/android/OfflineMaps/gradle.properties b/examples/latest/navigate/android/OfflineMaps/gradle.properties index f6720ae0..9098d47d 100644 --- a/examples/latest/navigate/android/OfflineMaps/gradle.properties +++ b/examples/latest/navigate/android/OfflineMaps/gradle.properties @@ -7,9 +7,6 @@ # For more details on how to configure your build environment visit # http://www.gradle.org/docs/current/userguide/build_environment.html -# Specifies the JVM arguments used for the daemon process. -# The setting is particularly useful for tweaking memory settings. -android.defaults.buildfeatures.buildconfig=true android.enableJetifier=true android.nonFinalResIds=false android.nonTransitiveRClass=false diff --git a/examples/latest/navigate/android/OfflineMaps/gradle/wrapper/gradle-wrapper.properties b/examples/latest/navigate/android/OfflineMaps/gradle/wrapper/gradle-wrapper.properties index 8eca2ac2..0709a8f7 100644 --- a/examples/latest/navigate/android/OfflineMaps/gradle/wrapper/gradle-wrapper.properties +++ b/examples/latest/navigate/android/OfflineMaps/gradle/wrapper/gradle-wrapper.properties @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-all.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.8-all.zip diff --git a/examples/latest/navigate/android/OffscreenMapSurface/.gitignore b/examples/latest/navigate/android/OffscreenMapSurface/.gitignore new file mode 100644 index 00000000..2e52a75c --- /dev/null +++ b/examples/latest/navigate/android/OffscreenMapSurface/.gitignore @@ -0,0 +1,8 @@ +*.iml +.gradle +/local.properties +.DS_Store +/build +/captures +.externalNativeBuild +.idea/* \ No newline at end of file diff --git a/examples/latest/navigate/android/OffscreenMapSurface/app/.gitignore b/examples/latest/navigate/android/OffscreenMapSurface/app/.gitignore new file mode 100644 index 00000000..8fa1f372 --- /dev/null +++ b/examples/latest/navigate/android/OffscreenMapSurface/app/.gitignore @@ -0,0 +1,2 @@ +/build +/libs/*.aar diff --git a/examples/latest/navigate/android/OffscreenMapSurface/build.gradle b/examples/latest/navigate/android/OffscreenMapSurface/build.gradle index 290300e6..1aaa3cdf 100644 --- a/examples/latest/navigate/android/OffscreenMapSurface/build.gradle +++ b/examples/latest/navigate/android/OffscreenMapSurface/build.gradle @@ -5,7 +5,7 @@ buildscript { mavenCentral() } dependencies { - classpath 'com.android.tools.build:gradle:8.5.1' + classpath 'com.android.tools.build:gradle:8.5.2' // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files diff --git a/examples/latest/navigate/android/OffscreenMapSurface/gradle.properties b/examples/latest/navigate/android/OffscreenMapSurface/gradle.properties index f6720ae0..9098d47d 100644 --- a/examples/latest/navigate/android/OffscreenMapSurface/gradle.properties +++ b/examples/latest/navigate/android/OffscreenMapSurface/gradle.properties @@ -7,9 +7,6 @@ # For more details on how to configure your build environment visit # http://www.gradle.org/docs/current/userguide/build_environment.html -# Specifies the JVM arguments used for the daemon process. -# The setting is particularly useful for tweaking memory settings. -android.defaults.buildfeatures.buildconfig=true android.enableJetifier=true android.nonFinalResIds=false android.nonTransitiveRClass=false diff --git a/examples/latest/navigate/android/OffscreenMapSurface/gradle/wrapper/gradle-wrapper.properties b/examples/latest/navigate/android/OffscreenMapSurface/gradle/wrapper/gradle-wrapper.properties index 8eca2ac2..0709a8f7 100644 --- a/examples/latest/navigate/android/OffscreenMapSurface/gradle/wrapper/gradle-wrapper.properties +++ b/examples/latest/navigate/android/OffscreenMapSurface/gradle/wrapper/gradle-wrapper.properties @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-all.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.8-all.zip diff --git a/examples/latest/navigate/android/Positioning/.gitignore b/examples/latest/navigate/android/Positioning/.gitignore new file mode 100644 index 00000000..c6df708c --- /dev/null +++ b/examples/latest/navigate/android/Positioning/.gitignore @@ -0,0 +1,9 @@ +*.iml +.gradle +/local.properties +.idea/* +.DS_Store +/build +/captures +.externalNativeBuild +.cxx diff --git a/examples/latest/navigate/android/Positioning/app/.gitignore b/examples/latest/navigate/android/Positioning/app/.gitignore new file mode 100644 index 00000000..8fa1f372 --- /dev/null +++ b/examples/latest/navigate/android/Positioning/app/.gitignore @@ -0,0 +1,2 @@ +/build +/libs/*.aar diff --git a/examples/latest/navigate/android/Positioning/build.gradle b/examples/latest/navigate/android/Positioning/build.gradle index 21af7fc8..a4b858bb 100644 --- a/examples/latest/navigate/android/Positioning/build.gradle +++ b/examples/latest/navigate/android/Positioning/build.gradle @@ -5,7 +5,7 @@ buildscript { mavenCentral() } dependencies { - classpath "com.android.tools.build:gradle:8.5.1" + classpath "com.android.tools.build:gradle:8.5.2" // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files diff --git a/examples/latest/navigate/android/Positioning/gradle.properties b/examples/latest/navigate/android/Positioning/gradle.properties index 7eb849b1..5449e8cb 100644 --- a/examples/latest/navigate/android/Positioning/gradle.properties +++ b/examples/latest/navigate/android/Positioning/gradle.properties @@ -4,8 +4,6 @@ # any settings specified in this file. # For more details on how to configure your build environment visit # http://www.gradle.org/docs/current/userguide/build_environment.html -# Specifies the JVM arguments used for the daemon process. -# The setting is particularly useful for tweaking memory settings. org.gradle.jvmargs=-Xmx2048m # When configured, Gradle will run in incubating parallel mode. # This option should only be used with decoupled projects. More details, visit @@ -16,7 +14,7 @@ org.gradle.jvmargs=-Xmx2048m # https://developer.android.com/topic/libraries/support-library/androidx-rn android.useAndroidX=true # Automatically convert third-party libraries to use AndroidX -android.defaults.buildfeatures.buildconfig=true + android.enableJetifier=true android.nonFinalResIds=false -android.nonTransitiveRClass=false \ No newline at end of file +android.nonTransitiveRClass=false diff --git a/examples/latest/navigate/android/Positioning/gradle/wrapper/gradle-wrapper.properties b/examples/latest/navigate/android/Positioning/gradle/wrapper/gradle-wrapper.properties index 1bf3e730..2b8655a2 100644 --- a/examples/latest/navigate/android/Positioning/gradle/wrapper/gradle-wrapper.properties +++ b/examples/latest/navigate/android/Positioning/gradle/wrapper/gradle-wrapper.properties @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-all.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.8-all.zip diff --git a/examples/latest/navigate/android/PositioningWithBackgroundUpdates/.gitignore b/examples/latest/navigate/android/PositioningWithBackgroundUpdates/.gitignore new file mode 100644 index 00000000..2e52a75c --- /dev/null +++ b/examples/latest/navigate/android/PositioningWithBackgroundUpdates/.gitignore @@ -0,0 +1,8 @@ +*.iml +.gradle +/local.properties +.DS_Store +/build +/captures +.externalNativeBuild +.idea/* \ No newline at end of file diff --git a/examples/latest/navigate/android/PositioningWithBackgroundUpdates/build.gradle b/examples/latest/navigate/android/PositioningWithBackgroundUpdates/build.gradle index 21af7fc8..a4b858bb 100644 --- a/examples/latest/navigate/android/PositioningWithBackgroundUpdates/build.gradle +++ b/examples/latest/navigate/android/PositioningWithBackgroundUpdates/build.gradle @@ -5,7 +5,7 @@ buildscript { mavenCentral() } dependencies { - classpath "com.android.tools.build:gradle:8.5.1" + classpath "com.android.tools.build:gradle:8.5.2" // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files diff --git a/examples/latest/navigate/android/PositioningWithBackgroundUpdates/gradle.properties b/examples/latest/navigate/android/PositioningWithBackgroundUpdates/gradle.properties index 7eb849b1..5449e8cb 100644 --- a/examples/latest/navigate/android/PositioningWithBackgroundUpdates/gradle.properties +++ b/examples/latest/navigate/android/PositioningWithBackgroundUpdates/gradle.properties @@ -4,8 +4,6 @@ # any settings specified in this file. # For more details on how to configure your build environment visit # http://www.gradle.org/docs/current/userguide/build_environment.html -# Specifies the JVM arguments used for the daemon process. -# The setting is particularly useful for tweaking memory settings. org.gradle.jvmargs=-Xmx2048m # When configured, Gradle will run in incubating parallel mode. # This option should only be used with decoupled projects. More details, visit @@ -16,7 +14,7 @@ org.gradle.jvmargs=-Xmx2048m # https://developer.android.com/topic/libraries/support-library/androidx-rn android.useAndroidX=true # Automatically convert third-party libraries to use AndroidX -android.defaults.buildfeatures.buildconfig=true + android.enableJetifier=true android.nonFinalResIds=false -android.nonTransitiveRClass=false \ No newline at end of file +android.nonTransitiveRClass=false diff --git a/examples/latest/navigate/android/PositioningWithBackgroundUpdates/gradle/wrapper/gradle-wrapper.properties b/examples/latest/navigate/android/PositioningWithBackgroundUpdates/gradle/wrapper/gradle-wrapper.properties index 1bf3e730..2b8655a2 100644 --- a/examples/latest/navigate/android/PositioningWithBackgroundUpdates/gradle/wrapper/gradle-wrapper.properties +++ b/examples/latest/navigate/android/PositioningWithBackgroundUpdates/gradle/wrapper/gradle-wrapper.properties @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-all.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.8-all.zip diff --git a/examples/latest/navigate/android/PublicTransit/.gitignore b/examples/latest/navigate/android/PublicTransit/.gitignore new file mode 100644 index 00000000..69cb356e --- /dev/null +++ b/examples/latest/navigate/android/PublicTransit/.gitignore @@ -0,0 +1,8 @@ +*.iml +.gradle +/local.properties +.DS_Store +/build +/captures +.externalNativeBuild +.idea/* diff --git a/examples/latest/navigate/android/PublicTransit/app/.gitignore b/examples/latest/navigate/android/PublicTransit/app/.gitignore new file mode 100644 index 00000000..8fa1f372 --- /dev/null +++ b/examples/latest/navigate/android/PublicTransit/app/.gitignore @@ -0,0 +1,2 @@ +/build +/libs/*.aar diff --git a/examples/latest/navigate/android/PublicTransit/build.gradle b/examples/latest/navigate/android/PublicTransit/build.gradle index d5253c38..60c8e226 100644 --- a/examples/latest/navigate/android/PublicTransit/build.gradle +++ b/examples/latest/navigate/android/PublicTransit/build.gradle @@ -7,7 +7,7 @@ buildscript { mavenCentral() } dependencies { - classpath 'com.android.tools.build:gradle:8.5.1' + classpath 'com.android.tools.build:gradle:8.5.2' // NOTE: Do not place your application dependencies here; they belong diff --git a/examples/latest/navigate/android/PublicTransit/gradle.properties b/examples/latest/navigate/android/PublicTransit/gradle.properties index a8c57008..a77e3f52 100644 --- a/examples/latest/navigate/android/PublicTransit/gradle.properties +++ b/examples/latest/navigate/android/PublicTransit/gradle.properties @@ -4,9 +4,7 @@ # any settings specified in this file. # For more details on how to configure your build environment visit # http://www.gradle.org/docs/current/userguide/build_environment.html -# Specifies the JVM arguments used for the daemon process. -# The setting is particularly useful for tweaking memory settings. -android.defaults.buildfeatures.buildconfig=true + android.enableJetifier=true android.nonFinalResIds=false android.nonTransitiveRClass=false diff --git a/examples/latest/navigate/android/PublicTransit/gradle/wrapper/gradle-wrapper.properties b/examples/latest/navigate/android/PublicTransit/gradle/wrapper/gradle-wrapper.properties index 8eca2ac2..0709a8f7 100644 --- a/examples/latest/navigate/android/PublicTransit/gradle/wrapper/gradle-wrapper.properties +++ b/examples/latest/navigate/android/PublicTransit/gradle/wrapper/gradle-wrapper.properties @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-all.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.8-all.zip diff --git a/examples/latest/navigate/android/Rerouting/.gitignore b/examples/latest/navigate/android/Rerouting/.gitignore new file mode 100644 index 00000000..69cb356e --- /dev/null +++ b/examples/latest/navigate/android/Rerouting/.gitignore @@ -0,0 +1,8 @@ +*.iml +.gradle +/local.properties +.DS_Store +/build +/captures +.externalNativeBuild +.idea/* diff --git a/examples/latest/navigate/android/Rerouting/app/.gitignore b/examples/latest/navigate/android/Rerouting/app/.gitignore new file mode 100644 index 00000000..8fa1f372 --- /dev/null +++ b/examples/latest/navigate/android/Rerouting/app/.gitignore @@ -0,0 +1,2 @@ +/build +/libs/*.aar diff --git a/examples/latest/navigate/android/Rerouting/build.gradle b/examples/latest/navigate/android/Rerouting/build.gradle index 290300e6..1aaa3cdf 100644 --- a/examples/latest/navigate/android/Rerouting/build.gradle +++ b/examples/latest/navigate/android/Rerouting/build.gradle @@ -5,7 +5,7 @@ buildscript { mavenCentral() } dependencies { - classpath 'com.android.tools.build:gradle:8.5.1' + classpath 'com.android.tools.build:gradle:8.5.2' // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files diff --git a/examples/latest/navigate/android/Rerouting/gradle.properties b/examples/latest/navigate/android/Rerouting/gradle.properties index f6720ae0..9098d47d 100644 --- a/examples/latest/navigate/android/Rerouting/gradle.properties +++ b/examples/latest/navigate/android/Rerouting/gradle.properties @@ -7,9 +7,6 @@ # For more details on how to configure your build environment visit # http://www.gradle.org/docs/current/userguide/build_environment.html -# Specifies the JVM arguments used for the daemon process. -# The setting is particularly useful for tweaking memory settings. -android.defaults.buildfeatures.buildconfig=true android.enableJetifier=true android.nonFinalResIds=false android.nonTransitiveRClass=false diff --git a/examples/latest/navigate/android/Rerouting/gradle/wrapper/gradle-wrapper.properties b/examples/latest/navigate/android/Rerouting/gradle/wrapper/gradle-wrapper.properties index 8eca2ac2..0709a8f7 100644 --- a/examples/latest/navigate/android/Rerouting/gradle/wrapper/gradle-wrapper.properties +++ b/examples/latest/navigate/android/Rerouting/gradle/wrapper/gradle-wrapper.properties @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-all.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.8-all.zip diff --git a/examples/latest/navigate/android/Routing/.gitignore b/examples/latest/navigate/android/Routing/.gitignore new file mode 100644 index 00000000..69cb356e --- /dev/null +++ b/examples/latest/navigate/android/Routing/.gitignore @@ -0,0 +1,8 @@ +*.iml +.gradle +/local.properties +.DS_Store +/build +/captures +.externalNativeBuild +.idea/* diff --git a/examples/latest/navigate/android/Routing/app/.gitignore b/examples/latest/navigate/android/Routing/app/.gitignore new file mode 100644 index 00000000..8fa1f372 --- /dev/null +++ b/examples/latest/navigate/android/Routing/app/.gitignore @@ -0,0 +1,2 @@ +/build +/libs/*.aar diff --git a/examples/latest/navigate/android/Routing/app/src/main/java/com/here/routing/RoutingExample.java b/examples/latest/navigate/android/Routing/app/src/main/java/com/here/routing/RoutingExample.java index 38a567c2..fea0745f 100644 --- a/examples/latest/navigate/android/Routing/app/src/main/java/com/here/routing/RoutingExample.java +++ b/examples/latest/navigate/android/Routing/app/src/main/java/com/here/routing/RoutingExample.java @@ -21,6 +21,7 @@ import android.content.Context; import android.util.Log; +import android.widget.Toast; import androidx.annotation.Nullable; import androidx.appcompat.app.AlertDialog; @@ -77,6 +78,7 @@ public class RoutingExample { private GeoCoordinates startGeoCoordinates; private GeoCoordinates destinationGeoCoordinates; private boolean trafficDisabled; + List waypoints = new ArrayList<>(); public RoutingExample(Context context, MapView mapView) { this.context = context; @@ -99,9 +101,12 @@ public void addRoute() { Waypoint startWaypoint = new Waypoint(startGeoCoordinates); Waypoint destinationWaypoint = new Waypoint(destinationGeoCoordinates); - List waypoints = + waypoints = new ArrayList<>(Arrays.asList(startWaypoint, destinationWaypoint)); + calculateRoute(waypoints); + } + private void calculateRoute(List waypoints) { routingEngine.calculateRoute( waypoints, getCarOptions(), @@ -116,6 +121,7 @@ public void onRouteCalculated(@Nullable RoutingError routingError, @Nullable Lis logRouteSectionDetails(route); logRouteViolations(route); logTollDetails(route); + showWaypointsOnMap(waypoints); } else { showDialog("Error while calculating a route:", routingError.toString()); } @@ -144,6 +150,10 @@ private void logRouteViolations(Route route) { public void toggleTrafficOptimization() { trafficDisabled = !trafficDisabled; + if (!waypoints.isEmpty()) { + calculateRoute(waypoints); + } + Toast.makeText(context, "Traffic optimization is " + (trafficDisabled ? "Disabled" : "Enabled"), Toast.LENGTH_LONG).show(); } @@ -264,15 +274,6 @@ private void showRouteOnMap(Route route) { // Optionally, render traffic on route. showTrafficOnRoute(route); - GeoCoordinates startPoint = - route.getSections().get(0).getDeparturePlace().mapMatchedCoordinates; - GeoCoordinates destination = - route.getSections().get(route.getSections().size() - 1).getArrivalPlace().mapMatchedCoordinates; - - // Draw a circle to indicate starting point and destination. - addCircleMapMarker(startPoint, R.drawable.green_dot); - addCircleMapMarker(destination, R.drawable.green_dot); - // Log maneuver instructions per route section. List
sections = route.getSections(); for (Section section : sections) { @@ -280,6 +281,20 @@ private void showRouteOnMap(Route route) { } } + private void showWaypointsOnMap(List waypoints) { + int n = waypoints.size(); + for (int i = 0; i < n; i++) { + GeoCoordinates currentGeoCoordinates = waypoints.get(i).coordinates; + if (i == 0 || i == n - 1) { + // Draw a green circle to indicate starting point and destination. + addCircleMapMarker(currentGeoCoordinates, R.drawable.green_dot); + } else { + // Draw a red circle to indicate intermediate waypoints, if any. + addCircleMapMarker(currentGeoCoordinates, R.drawable.red_dot); + } + } + } + private void logManeuverInstructions(Section section) { Log.d(TAG, "Log maneuver instructions per route section:"); List maneuverInstructions = section.getManeuvers(); @@ -301,30 +316,9 @@ public void addWaypoints() { Waypoint waypoint1 = new Waypoint(createRandomGeoCoordinatesAroundMapCenter()); Waypoint waypoint2 = new Waypoint(createRandomGeoCoordinatesAroundMapCenter()); - List waypoints = new ArrayList<>(Arrays.asList(new Waypoint(startGeoCoordinates), + waypoints = new ArrayList<>(Arrays.asList(new Waypoint(startGeoCoordinates), waypoint1, waypoint2, new Waypoint(destinationGeoCoordinates))); - - routingEngine.calculateRoute( - waypoints, - getCarOptions(), - new CalculateRouteCallback() { - @Override - public void onRouteCalculated(@Nullable RoutingError routingError, @Nullable List routes) { - if (routingError == null) { - Route route = routes.get(0); - showRouteDetails(route); - showRouteOnMap(route); - logRouteSectionDetails(route); - logRouteViolations(route); - - // Draw a circle to indicate the location of the waypoints. - addCircleMapMarker(waypoint1.coordinates, R.drawable.red_dot); - addCircleMapMarker(waypoint2.coordinates, R.drawable.red_dot); - } else { - showDialog("Error while calculating a route:", routingError.toString()); - } - } - }); + calculateRoute(waypoints); } private CarOptions getCarOptions() { diff --git a/examples/latest/navigate/android/Routing/build.gradle b/examples/latest/navigate/android/Routing/build.gradle index d5253c38..60c8e226 100644 --- a/examples/latest/navigate/android/Routing/build.gradle +++ b/examples/latest/navigate/android/Routing/build.gradle @@ -7,7 +7,7 @@ buildscript { mavenCentral() } dependencies { - classpath 'com.android.tools.build:gradle:8.5.1' + classpath 'com.android.tools.build:gradle:8.5.2' // NOTE: Do not place your application dependencies here; they belong diff --git a/examples/latest/navigate/android/Routing/gradle.properties b/examples/latest/navigate/android/Routing/gradle.properties index 0fe796f1..b7d40918 100644 --- a/examples/latest/navigate/android/Routing/gradle.properties +++ b/examples/latest/navigate/android/Routing/gradle.properties @@ -4,10 +4,7 @@ # any settings specified in this file. # For more details on how to configure your build environment visit # http://www.gradle.org/docs/current/userguide/build_environment.html -# Specifies the JVM arguments used for the daemon process. -# The setting is particularly useful for tweaking memory settings. -android.defaults.buildfeatures.buildconfig=true -android.defaults.buildfeatures.buildconfig=true + android.enableJetifier=true android.nonFinalResIds=false android.nonTransitiveRClass=false diff --git a/examples/latest/navigate/android/Routing/gradle/wrapper/gradle-wrapper.properties b/examples/latest/navigate/android/Routing/gradle/wrapper/gradle-wrapper.properties index 8eca2ac2..0709a8f7 100644 --- a/examples/latest/navigate/android/Routing/gradle/wrapper/gradle-wrapper.properties +++ b/examples/latest/navigate/android/Routing/gradle/wrapper/gradle-wrapper.properties @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-all.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.8-all.zip diff --git a/examples/latest/navigate/android/RoutingHybrid/.gitignore b/examples/latest/navigate/android/RoutingHybrid/.gitignore new file mode 100644 index 00000000..69cb356e --- /dev/null +++ b/examples/latest/navigate/android/RoutingHybrid/.gitignore @@ -0,0 +1,8 @@ +*.iml +.gradle +/local.properties +.DS_Store +/build +/captures +.externalNativeBuild +.idea/* diff --git a/examples/latest/navigate/android/RoutingHybrid/app/.gitignore b/examples/latest/navigate/android/RoutingHybrid/app/.gitignore new file mode 100644 index 00000000..8fa1f372 --- /dev/null +++ b/examples/latest/navigate/android/RoutingHybrid/app/.gitignore @@ -0,0 +1,2 @@ +/build +/libs/*.aar diff --git a/examples/latest/navigate/android/RoutingHybrid/build.gradle b/examples/latest/navigate/android/RoutingHybrid/build.gradle index d5253c38..60c8e226 100644 --- a/examples/latest/navigate/android/RoutingHybrid/build.gradle +++ b/examples/latest/navigate/android/RoutingHybrid/build.gradle @@ -7,7 +7,7 @@ buildscript { mavenCentral() } dependencies { - classpath 'com.android.tools.build:gradle:8.5.1' + classpath 'com.android.tools.build:gradle:8.5.2' // NOTE: Do not place your application dependencies here; they belong diff --git a/examples/latest/navigate/android/RoutingHybrid/gradle.properties b/examples/latest/navigate/android/RoutingHybrid/gradle.properties index a8c57008..a77e3f52 100644 --- a/examples/latest/navigate/android/RoutingHybrid/gradle.properties +++ b/examples/latest/navigate/android/RoutingHybrid/gradle.properties @@ -4,9 +4,7 @@ # any settings specified in this file. # For more details on how to configure your build environment visit # http://www.gradle.org/docs/current/userguide/build_environment.html -# Specifies the JVM arguments used for the daemon process. -# The setting is particularly useful for tweaking memory settings. -android.defaults.buildfeatures.buildconfig=true + android.enableJetifier=true android.nonFinalResIds=false android.nonTransitiveRClass=false diff --git a/examples/latest/navigate/android/RoutingHybrid/gradle/wrapper/gradle-wrapper.properties b/examples/latest/navigate/android/RoutingHybrid/gradle/wrapper/gradle-wrapper.properties index 8eca2ac2..0709a8f7 100644 --- a/examples/latest/navigate/android/RoutingHybrid/gradle/wrapper/gradle-wrapper.properties +++ b/examples/latest/navigate/android/RoutingHybrid/gradle/wrapper/gradle-wrapper.properties @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-all.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.8-all.zip diff --git a/examples/latest/navigate/android/Search/.gitignore b/examples/latest/navigate/android/Search/.gitignore new file mode 100644 index 00000000..2e52a75c --- /dev/null +++ b/examples/latest/navigate/android/Search/.gitignore @@ -0,0 +1,8 @@ +*.iml +.gradle +/local.properties +.DS_Store +/build +/captures +.externalNativeBuild +.idea/* \ No newline at end of file diff --git a/examples/latest/navigate/android/Search/app/.gitignore b/examples/latest/navigate/android/Search/app/.gitignore new file mode 100644 index 00000000..8fa1f372 --- /dev/null +++ b/examples/latest/navigate/android/Search/app/.gitignore @@ -0,0 +1,2 @@ +/build +/libs/*.aar diff --git a/examples/latest/navigate/android/Search/build.gradle b/examples/latest/navigate/android/Search/build.gradle index d5253c38..60c8e226 100644 --- a/examples/latest/navigate/android/Search/build.gradle +++ b/examples/latest/navigate/android/Search/build.gradle @@ -7,7 +7,7 @@ buildscript { mavenCentral() } dependencies { - classpath 'com.android.tools.build:gradle:8.5.1' + classpath 'com.android.tools.build:gradle:8.5.2' // NOTE: Do not place your application dependencies here; they belong diff --git a/examples/latest/navigate/android/Search/gradle.properties b/examples/latest/navigate/android/Search/gradle.properties index a8c57008..b28fed71 100644 --- a/examples/latest/navigate/android/Search/gradle.properties +++ b/examples/latest/navigate/android/Search/gradle.properties @@ -4,9 +4,6 @@ # any settings specified in this file. # For more details on how to configure your build environment visit # http://www.gradle.org/docs/current/userguide/build_environment.html -# Specifies the JVM arguments used for the daemon process. -# The setting is particularly useful for tweaking memory settings. -android.defaults.buildfeatures.buildconfig=true android.enableJetifier=true android.nonFinalResIds=false android.nonTransitiveRClass=false diff --git a/examples/latest/navigate/android/Search/gradle/wrapper/gradle-wrapper.properties b/examples/latest/navigate/android/Search/gradle/wrapper/gradle-wrapper.properties index 8eca2ac2..0709a8f7 100644 --- a/examples/latest/navigate/android/Search/gradle/wrapper/gradle-wrapper.properties +++ b/examples/latest/navigate/android/Search/gradle/wrapper/gradle-wrapper.properties @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-all.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.8-all.zip diff --git a/examples/latest/navigate/android/SearchHybrid/.gitignore b/examples/latest/navigate/android/SearchHybrid/.gitignore new file mode 100644 index 00000000..2e52a75c --- /dev/null +++ b/examples/latest/navigate/android/SearchHybrid/.gitignore @@ -0,0 +1,8 @@ +*.iml +.gradle +/local.properties +.DS_Store +/build +/captures +.externalNativeBuild +.idea/* \ No newline at end of file diff --git a/examples/latest/navigate/android/SearchHybrid/app/.gitignore b/examples/latest/navigate/android/SearchHybrid/app/.gitignore new file mode 100644 index 00000000..8fa1f372 --- /dev/null +++ b/examples/latest/navigate/android/SearchHybrid/app/.gitignore @@ -0,0 +1,2 @@ +/build +/libs/*.aar diff --git a/examples/latest/navigate/android/SearchHybrid/build.gradle b/examples/latest/navigate/android/SearchHybrid/build.gradle index d5253c38..60c8e226 100644 --- a/examples/latest/navigate/android/SearchHybrid/build.gradle +++ b/examples/latest/navigate/android/SearchHybrid/build.gradle @@ -7,7 +7,7 @@ buildscript { mavenCentral() } dependencies { - classpath 'com.android.tools.build:gradle:8.5.1' + classpath 'com.android.tools.build:gradle:8.5.2' // NOTE: Do not place your application dependencies here; they belong diff --git a/examples/latest/navigate/android/SearchHybrid/gradle.properties b/examples/latest/navigate/android/SearchHybrid/gradle.properties index a8c57008..b28fed71 100644 --- a/examples/latest/navigate/android/SearchHybrid/gradle.properties +++ b/examples/latest/navigate/android/SearchHybrid/gradle.properties @@ -4,9 +4,6 @@ # any settings specified in this file. # For more details on how to configure your build environment visit # http://www.gradle.org/docs/current/userguide/build_environment.html -# Specifies the JVM arguments used for the daemon process. -# The setting is particularly useful for tweaking memory settings. -android.defaults.buildfeatures.buildconfig=true android.enableJetifier=true android.nonFinalResIds=false android.nonTransitiveRClass=false diff --git a/examples/latest/navigate/android/SearchHybrid/gradle/wrapper/gradle-wrapper.properties b/examples/latest/navigate/android/SearchHybrid/gradle/wrapper/gradle-wrapper.properties index 8eca2ac2..0709a8f7 100644 --- a/examples/latest/navigate/android/SearchHybrid/gradle/wrapper/gradle-wrapper.properties +++ b/examples/latest/navigate/android/SearchHybrid/gradle/wrapper/gradle-wrapper.properties @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-all.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.8-all.zip diff --git a/examples/latest/navigate/android/SpatialAudioNavigation/.gitignore b/examples/latest/navigate/android/SpatialAudioNavigation/.gitignore new file mode 100644 index 00000000..2e52a75c --- /dev/null +++ b/examples/latest/navigate/android/SpatialAudioNavigation/.gitignore @@ -0,0 +1,8 @@ +*.iml +.gradle +/local.properties +.DS_Store +/build +/captures +.externalNativeBuild +.idea/* \ No newline at end of file diff --git a/examples/latest/navigate/android/SpatialAudioNavigation/app/.gitignore b/examples/latest/navigate/android/SpatialAudioNavigation/app/.gitignore new file mode 100644 index 00000000..8fa1f372 --- /dev/null +++ b/examples/latest/navigate/android/SpatialAudioNavigation/app/.gitignore @@ -0,0 +1,2 @@ +/build +/libs/*.aar diff --git a/examples/latest/navigate/android/SpatialAudioNavigation/build.gradle b/examples/latest/navigate/android/SpatialAudioNavigation/build.gradle index 290300e6..1aaa3cdf 100644 --- a/examples/latest/navigate/android/SpatialAudioNavigation/build.gradle +++ b/examples/latest/navigate/android/SpatialAudioNavigation/build.gradle @@ -5,7 +5,7 @@ buildscript { mavenCentral() } dependencies { - classpath 'com.android.tools.build:gradle:8.5.1' + classpath 'com.android.tools.build:gradle:8.5.2' // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files diff --git a/examples/latest/navigate/android/SpatialAudioNavigation/gradle.properties b/examples/latest/navigate/android/SpatialAudioNavigation/gradle.properties index f6720ae0..9098d47d 100644 --- a/examples/latest/navigate/android/SpatialAudioNavigation/gradle.properties +++ b/examples/latest/navigate/android/SpatialAudioNavigation/gradle.properties @@ -7,9 +7,6 @@ # For more details on how to configure your build environment visit # http://www.gradle.org/docs/current/userguide/build_environment.html -# Specifies the JVM arguments used for the daemon process. -# The setting is particularly useful for tweaking memory settings. -android.defaults.buildfeatures.buildconfig=true android.enableJetifier=true android.nonFinalResIds=false android.nonTransitiveRClass=false diff --git a/examples/latest/navigate/android/SpatialAudioNavigation/gradle/wrapper/gradle-wrapper.properties b/examples/latest/navigate/android/SpatialAudioNavigation/gradle/wrapper/gradle-wrapper.properties index 8eca2ac2..0709a8f7 100644 --- a/examples/latest/navigate/android/SpatialAudioNavigation/gradle/wrapper/gradle-wrapper.properties +++ b/examples/latest/navigate/android/SpatialAudioNavigation/gradle/wrapper/gradle-wrapper.properties @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-all.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.8-all.zip diff --git a/examples/latest/navigate/android/StandAloneEngine/.gitignore b/examples/latest/navigate/android/StandAloneEngine/.gitignore new file mode 100644 index 00000000..69cb356e --- /dev/null +++ b/examples/latest/navigate/android/StandAloneEngine/.gitignore @@ -0,0 +1,8 @@ +*.iml +.gradle +/local.properties +.DS_Store +/build +/captures +.externalNativeBuild +.idea/* diff --git a/examples/latest/navigate/android/StandAloneEngine/app/.gitignore b/examples/latest/navigate/android/StandAloneEngine/app/.gitignore new file mode 100644 index 00000000..8fa1f372 --- /dev/null +++ b/examples/latest/navigate/android/StandAloneEngine/app/.gitignore @@ -0,0 +1,2 @@ +/build +/libs/*.aar diff --git a/examples/latest/navigate/android/StandAloneEngine/build.gradle b/examples/latest/navigate/android/StandAloneEngine/build.gradle index 7808bcf2..fd15a60d 100644 --- a/examples/latest/navigate/android/StandAloneEngine/build.gradle +++ b/examples/latest/navigate/android/StandAloneEngine/build.gradle @@ -7,7 +7,7 @@ buildscript { } dependencies { - classpath 'com.android.tools.build:gradle:8.5.1' + classpath 'com.android.tools.build:gradle:8.5.2' // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files diff --git a/examples/latest/navigate/android/StandAloneEngine/gradle.properties b/examples/latest/navigate/android/StandAloneEngine/gradle.properties index 16a11ee0..b28fed71 100644 --- a/examples/latest/navigate/android/StandAloneEngine/gradle.properties +++ b/examples/latest/navigate/android/StandAloneEngine/gradle.properties @@ -4,9 +4,6 @@ # any settings specified in this file. # For more details on how to configure your build environment visit # http://www.gradle.org/docs/current/userguide/build_environment.html -# Specifies the JVM arguments used for the daemon process. -# The setting is particularly useful for tweaking memory settings. -android.defaults.buildfeatures.buildconfig=true android.enableJetifier=true android.nonFinalResIds=false android.nonTransitiveRClass=false @@ -16,5 +13,3 @@ org.gradle.jvmargs=-Xmx1536m # This option should only be used with decoupled projects. More details, visit # http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects # org.gradle.parallel=true - - diff --git a/examples/latest/navigate/android/StandAloneEngine/gradle/wrapper/gradle-wrapper.properties b/examples/latest/navigate/android/StandAloneEngine/gradle/wrapper/gradle-wrapper.properties index 8eca2ac2..0709a8f7 100644 --- a/examples/latest/navigate/android/StandAloneEngine/gradle/wrapper/gradle-wrapper.properties +++ b/examples/latest/navigate/android/StandAloneEngine/gradle/wrapper/gradle-wrapper.properties @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-all.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.8-all.zip diff --git a/examples/latest/navigate/android/Traffic/.gitignore b/examples/latest/navigate/android/Traffic/.gitignore new file mode 100644 index 00000000..2e52a75c --- /dev/null +++ b/examples/latest/navigate/android/Traffic/.gitignore @@ -0,0 +1,8 @@ +*.iml +.gradle +/local.properties +.DS_Store +/build +/captures +.externalNativeBuild +.idea/* \ No newline at end of file diff --git a/examples/latest/navigate/android/Traffic/app/.gitignore b/examples/latest/navigate/android/Traffic/app/.gitignore new file mode 100644 index 00000000..8fa1f372 --- /dev/null +++ b/examples/latest/navigate/android/Traffic/app/.gitignore @@ -0,0 +1,2 @@ +/build +/libs/*.aar diff --git a/examples/latest/navigate/android/Traffic/build.gradle b/examples/latest/navigate/android/Traffic/build.gradle index d5253c38..60c8e226 100644 --- a/examples/latest/navigate/android/Traffic/build.gradle +++ b/examples/latest/navigate/android/Traffic/build.gradle @@ -7,7 +7,7 @@ buildscript { mavenCentral() } dependencies { - classpath 'com.android.tools.build:gradle:8.5.1' + classpath 'com.android.tools.build:gradle:8.5.2' // NOTE: Do not place your application dependencies here; they belong diff --git a/examples/latest/navigate/android/Traffic/gradle.properties b/examples/latest/navigate/android/Traffic/gradle.properties index a8c57008..b28fed71 100644 --- a/examples/latest/navigate/android/Traffic/gradle.properties +++ b/examples/latest/navigate/android/Traffic/gradle.properties @@ -4,9 +4,6 @@ # any settings specified in this file. # For more details on how to configure your build environment visit # http://www.gradle.org/docs/current/userguide/build_environment.html -# Specifies the JVM arguments used for the daemon process. -# The setting is particularly useful for tweaking memory settings. -android.defaults.buildfeatures.buildconfig=true android.enableJetifier=true android.nonFinalResIds=false android.nonTransitiveRClass=false diff --git a/examples/latest/navigate/android/Traffic/gradle/wrapper/gradle-wrapper.properties b/examples/latest/navigate/android/Traffic/gradle/wrapper/gradle-wrapper.properties index 8eca2ac2..0709a8f7 100644 --- a/examples/latest/navigate/android/Traffic/gradle/wrapper/gradle-wrapper.properties +++ b/examples/latest/navigate/android/Traffic/gradle/wrapper/gradle-wrapper.properties @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-all.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.8-all.zip diff --git a/examples/latest/navigate/android/TruckGuidance/.gitignore b/examples/latest/navigate/android/TruckGuidance/.gitignore new file mode 100644 index 00000000..69cb356e --- /dev/null +++ b/examples/latest/navigate/android/TruckGuidance/.gitignore @@ -0,0 +1,8 @@ +*.iml +.gradle +/local.properties +.DS_Store +/build +/captures +.externalNativeBuild +.idea/* diff --git a/examples/latest/navigate/android/TruckGuidance/app/.gitignore b/examples/latest/navigate/android/TruckGuidance/app/.gitignore new file mode 100644 index 00000000..8fa1f372 --- /dev/null +++ b/examples/latest/navigate/android/TruckGuidance/app/.gitignore @@ -0,0 +1,2 @@ +/build +/libs/*.aar diff --git a/examples/latest/navigate/android/TruckGuidance/build.gradle b/examples/latest/navigate/android/TruckGuidance/build.gradle index 290300e6..1aaa3cdf 100644 --- a/examples/latest/navigate/android/TruckGuidance/build.gradle +++ b/examples/latest/navigate/android/TruckGuidance/build.gradle @@ -5,7 +5,7 @@ buildscript { mavenCentral() } dependencies { - classpath 'com.android.tools.build:gradle:8.5.1' + classpath 'com.android.tools.build:gradle:8.5.2' // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files diff --git a/examples/latest/navigate/android/TruckGuidance/gradle.properties b/examples/latest/navigate/android/TruckGuidance/gradle.properties index f6720ae0..9098d47d 100644 --- a/examples/latest/navigate/android/TruckGuidance/gradle.properties +++ b/examples/latest/navigate/android/TruckGuidance/gradle.properties @@ -7,9 +7,6 @@ # For more details on how to configure your build environment visit # http://www.gradle.org/docs/current/userguide/build_environment.html -# Specifies the JVM arguments used for the daemon process. -# The setting is particularly useful for tweaking memory settings. -android.defaults.buildfeatures.buildconfig=true android.enableJetifier=true android.nonFinalResIds=false android.nonTransitiveRClass=false diff --git a/examples/latest/navigate/android/TruckGuidance/gradle/wrapper/gradle-wrapper.properties b/examples/latest/navigate/android/TruckGuidance/gradle/wrapper/gradle-wrapper.properties index 8eca2ac2..0709a8f7 100644 --- a/examples/latest/navigate/android/TruckGuidance/gradle/wrapper/gradle-wrapper.properties +++ b/examples/latest/navigate/android/TruckGuidance/gradle/wrapper/gradle-wrapper.properties @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-all.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.8-all.zip diff --git a/examples/latest/navigate/android/UnitTesting/.gitignore b/examples/latest/navigate/android/UnitTesting/.gitignore new file mode 100644 index 00000000..2e52a75c --- /dev/null +++ b/examples/latest/navigate/android/UnitTesting/.gitignore @@ -0,0 +1,8 @@ +*.iml +.gradle +/local.properties +.DS_Store +/build +/captures +.externalNativeBuild +.idea/* \ No newline at end of file diff --git a/examples/latest/navigate/android/UnitTesting/app/.gitignore b/examples/latest/navigate/android/UnitTesting/app/.gitignore new file mode 100644 index 00000000..e5e4d9e5 --- /dev/null +++ b/examples/latest/navigate/android/UnitTesting/app/.gitignore @@ -0,0 +1,3 @@ +/build +/libs/*.aar +/libs/*.jar diff --git a/examples/latest/navigate/android/UnitTesting/build.gradle b/examples/latest/navigate/android/UnitTesting/build.gradle index eb8e9c7a..43142b95 100644 --- a/examples/latest/navigate/android/UnitTesting/build.gradle +++ b/examples/latest/navigate/android/UnitTesting/build.gradle @@ -5,7 +5,7 @@ buildscript { mavenCentral() } dependencies { - classpath 'com.android.tools.build:gradle:8.5.1' + classpath 'com.android.tools.build:gradle:8.5.2' // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files diff --git a/examples/latest/navigate/android/UnitTesting/gradle.properties b/examples/latest/navigate/android/UnitTesting/gradle.properties index f6720ae0..9098d47d 100644 --- a/examples/latest/navigate/android/UnitTesting/gradle.properties +++ b/examples/latest/navigate/android/UnitTesting/gradle.properties @@ -7,9 +7,6 @@ # For more details on how to configure your build environment visit # http://www.gradle.org/docs/current/userguide/build_environment.html -# Specifies the JVM arguments used for the daemon process. -# The setting is particularly useful for tweaking memory settings. -android.defaults.buildfeatures.buildconfig=true android.enableJetifier=true android.nonFinalResIds=false android.nonTransitiveRClass=false diff --git a/examples/latest/navigate/android/UnitTesting/gradle/wrapper/gradle-wrapper.properties b/examples/latest/navigate/android/UnitTesting/gradle/wrapper/gradle-wrapper.properties index 8eca2ac2..0709a8f7 100644 --- a/examples/latest/navigate/android/UnitTesting/gradle/wrapper/gradle-wrapper.properties +++ b/examples/latest/navigate/android/UnitTesting/gradle/wrapper/gradle-wrapper.properties @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-all.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.8-all.zip diff --git a/examples/latest/navigate/flutter/camera_app/.gitignore b/examples/latest/navigate/flutter/camera_app/.gitignore new file mode 100644 index 00000000..f3c20534 --- /dev/null +++ b/examples/latest/navigate/flutter/camera_app/.gitignore @@ -0,0 +1,44 @@ +# Miscellaneous +*.class +*.log +*.pyc +*.swp +.DS_Store +.atom/ +.buildlog/ +.history +.svn/ + +# IntelliJ related +*.iml +*.ipr +*.iws +.idea/ + +# The .vscode folder contains launch configuration and tasks you configure in +# VS Code which you may wish to be included in version control, so this line +# is commented out by default. +#.vscode/ + +# Flutter/Dart/Pub related +**/doc/api/ +**/ios/Flutter/.last_build_id +.dart_tool/ +.flutter-plugins +.flutter-plugins-dependencies +.packages +.pub-cache/ +.pub/ +/build/ + +# Web related +lib/generated_plugin_registrant.dart + +# Symbolication related +app.*.symbols + +# Obfuscation related +app.*.map.json + +# Exceptions to above rules. +!/packages/flutter_tools/test/data/dart_dependencies_test/**/.packages diff --git a/examples/latest/navigate/flutter/camera_app/android/.gitignore b/examples/latest/navigate/flutter/camera_app/android/.gitignore new file mode 100644 index 00000000..0a741cb4 --- /dev/null +++ b/examples/latest/navigate/flutter/camera_app/android/.gitignore @@ -0,0 +1,11 @@ +gradle-wrapper.jar +/.gradle +/captures/ +/gradlew +/gradlew.bat +/local.properties +GeneratedPluginRegistrant.java + +# Remember to never publicly share your keystore. +# See https://flutter.dev/docs/deployment/android#reference-the-keystore-from-the-app +key.properties diff --git a/examples/latest/navigate/flutter/camera_app/ios/.gitignore b/examples/latest/navigate/flutter/camera_app/ios/.gitignore new file mode 100644 index 00000000..e96ef602 --- /dev/null +++ b/examples/latest/navigate/flutter/camera_app/ios/.gitignore @@ -0,0 +1,32 @@ +*.mode1v3 +*.mode2v3 +*.moved-aside +*.pbxuser +*.perspectivev3 +**/*sync/ +.sconsign.dblite +.tags* +**/.vagrant/ +**/DerivedData/ +Icon? +**/Pods/ +**/.symlinks/ +profile +xcuserdata +**/.generated/ +Flutter/App.framework +Flutter/Flutter.framework +Flutter/Flutter.podspec +Flutter/Generated.xcconfig +Flutter/app.flx +Flutter/app.zip +Flutter/flutter_assets/ +Flutter/flutter_export_environment.sh +ServiceDefinitions.json +Runner/GeneratedPluginRegistrant.* + +# Exceptions to above rules. +!default.mode1v3 +!default.mode2v3 +!default.pbxuser +!default.perspectivev3 diff --git a/examples/latest/navigate/flutter/camera_keyframe_tracks_app/.gitignore b/examples/latest/navigate/flutter/camera_keyframe_tracks_app/.gitignore new file mode 100644 index 00000000..38472244 --- /dev/null +++ b/examples/latest/navigate/flutter/camera_keyframe_tracks_app/.gitignore @@ -0,0 +1,44 @@ +# Miscellaneous +*.class +*.log +*.pyc +*.swp +.DS_Store +.atom/ +.buildlog/ +.history +.svn/ + +# IntelliJ related +*.iml +*.ipr +*.iws +.idea/ + +# The .vscode folder contains launch configuration and tasks you configure in +# VS Code which you may wish to be included in version control, so this line +# is commented out by default. +#.vscode/ + +# Flutter/Dart/Pub related +ios/Flutter/.last_build_id +**/doc/api/ +.dart_tool/ +.flutter-plugins +.flutter-plugins-dependencies +.packages +.pub-cache/ +.pub/ +/build/ + +# Web related +lib/generated_plugin_registrant.dart + +# Symbolication related +app.*.symbols + +# Obfuscation related +app.*.map.json + +# Exceptions to above rules. +!/packages/flutter_tools/test/data/dart_dependencies_test/**/.packages diff --git a/examples/latest/navigate/flutter/camera_keyframe_tracks_app/android/.gitignore b/examples/latest/navigate/flutter/camera_keyframe_tracks_app/android/.gitignore new file mode 100644 index 00000000..6f568019 --- /dev/null +++ b/examples/latest/navigate/flutter/camera_keyframe_tracks_app/android/.gitignore @@ -0,0 +1,13 @@ +gradle-wrapper.jar +/.gradle +/captures/ +/gradlew +/gradlew.bat +/local.properties +GeneratedPluginRegistrant.java + +# Remember to never publicly share your keystore. +# See https://flutter.dev/docs/deployment/android#reference-the-keystore-from-the-app +key.properties +**/*.keystore +**/*.jks diff --git a/examples/latest/navigate/flutter/camera_keyframe_tracks_app/ios/.gitignore b/examples/latest/navigate/flutter/camera_keyframe_tracks_app/ios/.gitignore new file mode 100644 index 00000000..7a7f9873 --- /dev/null +++ b/examples/latest/navigate/flutter/camera_keyframe_tracks_app/ios/.gitignore @@ -0,0 +1,34 @@ +**/dgph +*.mode1v3 +*.mode2v3 +*.moved-aside +*.pbxuser +*.perspectivev3 +**/*sync/ +.sconsign.dblite +.tags* +**/.vagrant/ +**/DerivedData/ +Icon? +**/Pods/ +**/.symlinks/ +profile +xcuserdata +**/.generated/ +Flutter/App.framework +Flutter/Flutter.framework +Flutter/Flutter.podspec +Flutter/Generated.xcconfig +Flutter/ephemeral/ +Flutter/app.flx +Flutter/app.zip +Flutter/flutter_assets/ +Flutter/flutter_export_environment.sh +ServiceDefinitions.json +Runner/GeneratedPluginRegistrant.* + +# Exceptions to above rules. +!default.mode1v3 +!default.mode2v3 +!default.pbxuser +!default.perspectivev3 diff --git a/examples/latest/navigate/flutter/carto_poi_picking_app/.gitignore b/examples/latest/navigate/flutter/carto_poi_picking_app/.gitignore new file mode 100644 index 00000000..38472244 --- /dev/null +++ b/examples/latest/navigate/flutter/carto_poi_picking_app/.gitignore @@ -0,0 +1,44 @@ +# Miscellaneous +*.class +*.log +*.pyc +*.swp +.DS_Store +.atom/ +.buildlog/ +.history +.svn/ + +# IntelliJ related +*.iml +*.ipr +*.iws +.idea/ + +# The .vscode folder contains launch configuration and tasks you configure in +# VS Code which you may wish to be included in version control, so this line +# is commented out by default. +#.vscode/ + +# Flutter/Dart/Pub related +ios/Flutter/.last_build_id +**/doc/api/ +.dart_tool/ +.flutter-plugins +.flutter-plugins-dependencies +.packages +.pub-cache/ +.pub/ +/build/ + +# Web related +lib/generated_plugin_registrant.dart + +# Symbolication related +app.*.symbols + +# Obfuscation related +app.*.map.json + +# Exceptions to above rules. +!/packages/flutter_tools/test/data/dart_dependencies_test/**/.packages diff --git a/examples/latest/navigate/flutter/carto_poi_picking_app/android/.gitignore b/examples/latest/navigate/flutter/carto_poi_picking_app/android/.gitignore new file mode 100644 index 00000000..bc2100d8 --- /dev/null +++ b/examples/latest/navigate/flutter/carto_poi_picking_app/android/.gitignore @@ -0,0 +1,7 @@ +gradle-wrapper.jar +/.gradle +/captures/ +/gradlew +/gradlew.bat +/local.properties +GeneratedPluginRegistrant.java diff --git a/examples/latest/navigate/flutter/carto_poi_picking_app/ios/.gitignore b/examples/latest/navigate/flutter/carto_poi_picking_app/ios/.gitignore new file mode 100644 index 00000000..e96ef602 --- /dev/null +++ b/examples/latest/navigate/flutter/carto_poi_picking_app/ios/.gitignore @@ -0,0 +1,32 @@ +*.mode1v3 +*.mode2v3 +*.moved-aside +*.pbxuser +*.perspectivev3 +**/*sync/ +.sconsign.dblite +.tags* +**/.vagrant/ +**/DerivedData/ +Icon? +**/Pods/ +**/.symlinks/ +profile +xcuserdata +**/.generated/ +Flutter/App.framework +Flutter/Flutter.framework +Flutter/Flutter.podspec +Flutter/Generated.xcconfig +Flutter/app.flx +Flutter/app.zip +Flutter/flutter_assets/ +Flutter/flutter_export_environment.sh +ServiceDefinitions.json +Runner/GeneratedPluginRegistrant.* + +# Exceptions to above rules. +!default.mode1v3 +!default.mode2v3 +!default.pbxuser +!default.perspectivev3 diff --git a/examples/latest/navigate/flutter/custom_map_styles_app/.gitignore b/examples/latest/navigate/flutter/custom_map_styles_app/.gitignore new file mode 100644 index 00000000..38472244 --- /dev/null +++ b/examples/latest/navigate/flutter/custom_map_styles_app/.gitignore @@ -0,0 +1,44 @@ +# Miscellaneous +*.class +*.log +*.pyc +*.swp +.DS_Store +.atom/ +.buildlog/ +.history +.svn/ + +# IntelliJ related +*.iml +*.ipr +*.iws +.idea/ + +# The .vscode folder contains launch configuration and tasks you configure in +# VS Code which you may wish to be included in version control, so this line +# is commented out by default. +#.vscode/ + +# Flutter/Dart/Pub related +ios/Flutter/.last_build_id +**/doc/api/ +.dart_tool/ +.flutter-plugins +.flutter-plugins-dependencies +.packages +.pub-cache/ +.pub/ +/build/ + +# Web related +lib/generated_plugin_registrant.dart + +# Symbolication related +app.*.symbols + +# Obfuscation related +app.*.map.json + +# Exceptions to above rules. +!/packages/flutter_tools/test/data/dart_dependencies_test/**/.packages diff --git a/examples/latest/navigate/flutter/custom_map_styles_app/android/.gitignore b/examples/latest/navigate/flutter/custom_map_styles_app/android/.gitignore new file mode 100644 index 00000000..bc2100d8 --- /dev/null +++ b/examples/latest/navigate/flutter/custom_map_styles_app/android/.gitignore @@ -0,0 +1,7 @@ +gradle-wrapper.jar +/.gradle +/captures/ +/gradlew +/gradlew.bat +/local.properties +GeneratedPluginRegistrant.java diff --git a/examples/latest/navigate/flutter/custom_map_styles_app/ios/.gitignore b/examples/latest/navigate/flutter/custom_map_styles_app/ios/.gitignore new file mode 100644 index 00000000..e96ef602 --- /dev/null +++ b/examples/latest/navigate/flutter/custom_map_styles_app/ios/.gitignore @@ -0,0 +1,32 @@ +*.mode1v3 +*.mode2v3 +*.moved-aside +*.pbxuser +*.perspectivev3 +**/*sync/ +.sconsign.dblite +.tags* +**/.vagrant/ +**/DerivedData/ +Icon? +**/Pods/ +**/.symlinks/ +profile +xcuserdata +**/.generated/ +Flutter/App.framework +Flutter/Flutter.framework +Flutter/Flutter.podspec +Flutter/Generated.xcconfig +Flutter/app.flx +Flutter/app.zip +Flutter/flutter_assets/ +Flutter/flutter_export_environment.sh +ServiceDefinitions.json +Runner/GeneratedPluginRegistrant.* + +# Exceptions to above rules. +!default.mode1v3 +!default.mode2v3 +!default.pbxuser +!default.perspectivev3 diff --git a/examples/latest/navigate/flutter/custom_raster_layers_app/.gitignore b/examples/latest/navigate/flutter/custom_raster_layers_app/.gitignore new file mode 100644 index 00000000..38472244 --- /dev/null +++ b/examples/latest/navigate/flutter/custom_raster_layers_app/.gitignore @@ -0,0 +1,44 @@ +# Miscellaneous +*.class +*.log +*.pyc +*.swp +.DS_Store +.atom/ +.buildlog/ +.history +.svn/ + +# IntelliJ related +*.iml +*.ipr +*.iws +.idea/ + +# The .vscode folder contains launch configuration and tasks you configure in +# VS Code which you may wish to be included in version control, so this line +# is commented out by default. +#.vscode/ + +# Flutter/Dart/Pub related +ios/Flutter/.last_build_id +**/doc/api/ +.dart_tool/ +.flutter-plugins +.flutter-plugins-dependencies +.packages +.pub-cache/ +.pub/ +/build/ + +# Web related +lib/generated_plugin_registrant.dart + +# Symbolication related +app.*.symbols + +# Obfuscation related +app.*.map.json + +# Exceptions to above rules. +!/packages/flutter_tools/test/data/dart_dependencies_test/**/.packages diff --git a/examples/latest/navigate/flutter/custom_raster_layers_app/android/.gitignore b/examples/latest/navigate/flutter/custom_raster_layers_app/android/.gitignore new file mode 100644 index 00000000..bc2100d8 --- /dev/null +++ b/examples/latest/navigate/flutter/custom_raster_layers_app/android/.gitignore @@ -0,0 +1,7 @@ +gradle-wrapper.jar +/.gradle +/captures/ +/gradlew +/gradlew.bat +/local.properties +GeneratedPluginRegistrant.java diff --git a/examples/latest/navigate/flutter/custom_raster_layers_app/ios/.gitignore b/examples/latest/navigate/flutter/custom_raster_layers_app/ios/.gitignore new file mode 100644 index 00000000..e96ef602 --- /dev/null +++ b/examples/latest/navigate/flutter/custom_raster_layers_app/ios/.gitignore @@ -0,0 +1,32 @@ +*.mode1v3 +*.mode2v3 +*.moved-aside +*.pbxuser +*.perspectivev3 +**/*sync/ +.sconsign.dblite +.tags* +**/.vagrant/ +**/DerivedData/ +Icon? +**/Pods/ +**/.symlinks/ +profile +xcuserdata +**/.generated/ +Flutter/App.framework +Flutter/Flutter.framework +Flutter/Flutter.podspec +Flutter/Generated.xcconfig +Flutter/app.flx +Flutter/app.zip +Flutter/flutter_assets/ +Flutter/flutter_export_environment.sh +ServiceDefinitions.json +Runner/GeneratedPluginRegistrant.* + +# Exceptions to above rules. +!default.mode1v3 +!default.mode2v3 +!default.pbxuser +!default.perspectivev3 diff --git a/examples/latest/navigate/flutter/custom_raster_tile_source_app/.gitignore b/examples/latest/navigate/flutter/custom_raster_tile_source_app/.gitignore new file mode 100644 index 00000000..38472244 --- /dev/null +++ b/examples/latest/navigate/flutter/custom_raster_tile_source_app/.gitignore @@ -0,0 +1,44 @@ +# Miscellaneous +*.class +*.log +*.pyc +*.swp +.DS_Store +.atom/ +.buildlog/ +.history +.svn/ + +# IntelliJ related +*.iml +*.ipr +*.iws +.idea/ + +# The .vscode folder contains launch configuration and tasks you configure in +# VS Code which you may wish to be included in version control, so this line +# is commented out by default. +#.vscode/ + +# Flutter/Dart/Pub related +ios/Flutter/.last_build_id +**/doc/api/ +.dart_tool/ +.flutter-plugins +.flutter-plugins-dependencies +.packages +.pub-cache/ +.pub/ +/build/ + +# Web related +lib/generated_plugin_registrant.dart + +# Symbolication related +app.*.symbols + +# Obfuscation related +app.*.map.json + +# Exceptions to above rules. +!/packages/flutter_tools/test/data/dart_dependencies_test/**/.packages diff --git a/examples/latest/navigate/flutter/custom_raster_tile_source_app/android/.gitignore b/examples/latest/navigate/flutter/custom_raster_tile_source_app/android/.gitignore new file mode 100644 index 00000000..bc2100d8 --- /dev/null +++ b/examples/latest/navigate/flutter/custom_raster_tile_source_app/android/.gitignore @@ -0,0 +1,7 @@ +gradle-wrapper.jar +/.gradle +/captures/ +/gradlew +/gradlew.bat +/local.properties +GeneratedPluginRegistrant.java diff --git a/examples/latest/navigate/flutter/custom_raster_tile_source_app/ios/.gitignore b/examples/latest/navigate/flutter/custom_raster_tile_source_app/ios/.gitignore new file mode 100644 index 00000000..e96ef602 --- /dev/null +++ b/examples/latest/navigate/flutter/custom_raster_tile_source_app/ios/.gitignore @@ -0,0 +1,32 @@ +*.mode1v3 +*.mode2v3 +*.moved-aside +*.pbxuser +*.perspectivev3 +**/*sync/ +.sconsign.dblite +.tags* +**/.vagrant/ +**/DerivedData/ +Icon? +**/Pods/ +**/.symlinks/ +profile +xcuserdata +**/.generated/ +Flutter/App.framework +Flutter/Flutter.framework +Flutter/Flutter.podspec +Flutter/Generated.xcconfig +Flutter/app.flx +Flutter/app.zip +Flutter/flutter_assets/ +Flutter/flutter_export_environment.sh +ServiceDefinitions.json +Runner/GeneratedPluginRegistrant.* + +# Exceptions to above rules. +!default.mode1v3 +!default.mode2v3 +!default.pbxuser +!default.perspectivev3 diff --git a/examples/latest/navigate/flutter/ev_routing_app/.gitignore b/examples/latest/navigate/flutter/ev_routing_app/.gitignore new file mode 100644 index 00000000..1c837c46 --- /dev/null +++ b/examples/latest/navigate/flutter/ev_routing_app/.gitignore @@ -0,0 +1,44 @@ +# Miscellaneous +*.class +*.log +*.pyc +*.swp +.DS_Store +.atom/ +.buildlog/ +.history +.svn/ + +# IntelliJ related +*.iml +*.ipr +*.iws +.idea/ + +# The .vscode folder contains launch configuration and tasks you configure in +# VS Code which you may wish to be included in version control, so this line +# is commented out by default. +#.vscode/ + +# Flutter/Dart/Pub related +ios/Flutter/.last_build_id +**/doc/api/ +.dart_tool/ +.flutter-plugins +.flutter-plugins-dependencies +.packages +.pub-cache/ +.pub/ +/build/ + +# Web related +lib/generated_plugin_registrant.dart + +# Symbolication related +app.*.symbols + +# Obfuscation related +app.*.map.json + +# Exceptions to above rules. +!/packages/flutter_tools/test/data/dart_dependencies_test/**/.packages diff --git a/examples/latest/navigate/flutter/ev_routing_app/android/.gitignore b/examples/latest/navigate/flutter/ev_routing_app/android/.gitignore new file mode 100644 index 00000000..0b9e049b --- /dev/null +++ b/examples/latest/navigate/flutter/ev_routing_app/android/.gitignore @@ -0,0 +1,7 @@ +gradle-wrapper.jar +/.gradle +/captures/ +/gradlew +/gradlew.bat +/local.properties +GeneratedPluginRegistrant.java diff --git a/examples/latest/navigate/flutter/ev_routing_app/ios/.gitignore b/examples/latest/navigate/flutter/ev_routing_app/ios/.gitignore new file mode 100644 index 00000000..0f1df0fd --- /dev/null +++ b/examples/latest/navigate/flutter/ev_routing_app/ios/.gitignore @@ -0,0 +1,32 @@ +*.mode1v3 +*.mode2v3 +*.moved-aside +*.pbxuser +*.perspectivev3 +**/*sync/ +.sconsign.dblite +.tags* +**/.vagrant/ +**/DerivedData/ +Icon? +**/Pods/ +**/.symlinks/ +profile +xcuserdata +**/.generated/ +Flutter/App.framework +Flutter/Flutter.framework +Flutter/Flutter.podspec +Flutter/Generated.xcconfig +Flutter/app.flx +Flutter/app.zip +Flutter/flutter_assets/ +Flutter/flutter_export_environment.sh +ServiceDefinitions.json +Runner/GeneratedPluginRegistrant.* + +# Exceptions to above rules. +!default.mode1v3 +!default.mode2v3 +!default.pbxuser +!default.perspectivev3 diff --git a/examples/latest/navigate/flutter/gestures_app/.gitignore b/examples/latest/navigate/flutter/gestures_app/.gitignore new file mode 100644 index 00000000..38472244 --- /dev/null +++ b/examples/latest/navigate/flutter/gestures_app/.gitignore @@ -0,0 +1,44 @@ +# Miscellaneous +*.class +*.log +*.pyc +*.swp +.DS_Store +.atom/ +.buildlog/ +.history +.svn/ + +# IntelliJ related +*.iml +*.ipr +*.iws +.idea/ + +# The .vscode folder contains launch configuration and tasks you configure in +# VS Code which you may wish to be included in version control, so this line +# is commented out by default. +#.vscode/ + +# Flutter/Dart/Pub related +ios/Flutter/.last_build_id +**/doc/api/ +.dart_tool/ +.flutter-plugins +.flutter-plugins-dependencies +.packages +.pub-cache/ +.pub/ +/build/ + +# Web related +lib/generated_plugin_registrant.dart + +# Symbolication related +app.*.symbols + +# Obfuscation related +app.*.map.json + +# Exceptions to above rules. +!/packages/flutter_tools/test/data/dart_dependencies_test/**/.packages diff --git a/examples/latest/navigate/flutter/gestures_app/android/.gitignore b/examples/latest/navigate/flutter/gestures_app/android/.gitignore new file mode 100644 index 00000000..bc2100d8 --- /dev/null +++ b/examples/latest/navigate/flutter/gestures_app/android/.gitignore @@ -0,0 +1,7 @@ +gradle-wrapper.jar +/.gradle +/captures/ +/gradlew +/gradlew.bat +/local.properties +GeneratedPluginRegistrant.java diff --git a/examples/latest/navigate/flutter/gestures_app/ios/.gitignore b/examples/latest/navigate/flutter/gestures_app/ios/.gitignore new file mode 100644 index 00000000..e96ef602 --- /dev/null +++ b/examples/latest/navigate/flutter/gestures_app/ios/.gitignore @@ -0,0 +1,32 @@ +*.mode1v3 +*.mode2v3 +*.moved-aside +*.pbxuser +*.perspectivev3 +**/*sync/ +.sconsign.dblite +.tags* +**/.vagrant/ +**/DerivedData/ +Icon? +**/Pods/ +**/.symlinks/ +profile +xcuserdata +**/.generated/ +Flutter/App.framework +Flutter/Flutter.framework +Flutter/Flutter.podspec +Flutter/Generated.xcconfig +Flutter/app.flx +Flutter/app.zip +Flutter/flutter_assets/ +Flutter/flutter_export_environment.sh +ServiceDefinitions.json +Runner/GeneratedPluginRegistrant.* + +# Exceptions to above rules. +!default.mode1v3 +!default.mode2v3 +!default.pbxuser +!default.perspectivev3 diff --git a/examples/latest/navigate/flutter/hello_map_app/.gitignore b/examples/latest/navigate/flutter/hello_map_app/.gitignore new file mode 100644 index 00000000..38472244 --- /dev/null +++ b/examples/latest/navigate/flutter/hello_map_app/.gitignore @@ -0,0 +1,44 @@ +# Miscellaneous +*.class +*.log +*.pyc +*.swp +.DS_Store +.atom/ +.buildlog/ +.history +.svn/ + +# IntelliJ related +*.iml +*.ipr +*.iws +.idea/ + +# The .vscode folder contains launch configuration and tasks you configure in +# VS Code which you may wish to be included in version control, so this line +# is commented out by default. +#.vscode/ + +# Flutter/Dart/Pub related +ios/Flutter/.last_build_id +**/doc/api/ +.dart_tool/ +.flutter-plugins +.flutter-plugins-dependencies +.packages +.pub-cache/ +.pub/ +/build/ + +# Web related +lib/generated_plugin_registrant.dart + +# Symbolication related +app.*.symbols + +# Obfuscation related +app.*.map.json + +# Exceptions to above rules. +!/packages/flutter_tools/test/data/dart_dependencies_test/**/.packages diff --git a/examples/latest/navigate/flutter/hello_map_app/android/.gitignore b/examples/latest/navigate/flutter/hello_map_app/android/.gitignore new file mode 100644 index 00000000..bc2100d8 --- /dev/null +++ b/examples/latest/navigate/flutter/hello_map_app/android/.gitignore @@ -0,0 +1,7 @@ +gradle-wrapper.jar +/.gradle +/captures/ +/gradlew +/gradlew.bat +/local.properties +GeneratedPluginRegistrant.java diff --git a/examples/latest/navigate/flutter/hello_map_app/ios/.gitignore b/examples/latest/navigate/flutter/hello_map_app/ios/.gitignore new file mode 100644 index 00000000..e96ef602 --- /dev/null +++ b/examples/latest/navigate/flutter/hello_map_app/ios/.gitignore @@ -0,0 +1,32 @@ +*.mode1v3 +*.mode2v3 +*.moved-aside +*.pbxuser +*.perspectivev3 +**/*sync/ +.sconsign.dblite +.tags* +**/.vagrant/ +**/DerivedData/ +Icon? +**/Pods/ +**/.symlinks/ +profile +xcuserdata +**/.generated/ +Flutter/App.framework +Flutter/Flutter.framework +Flutter/Flutter.podspec +Flutter/Generated.xcconfig +Flutter/app.flx +Flutter/app.zip +Flutter/flutter_assets/ +Flutter/flutter_export_environment.sh +ServiceDefinitions.json +Runner/GeneratedPluginRegistrant.* + +# Exceptions to above rules. +!default.mode1v3 +!default.mode2v3 +!default.pbxuser +!default.perspectivev3 diff --git a/examples/latest/navigate/flutter/hiking_diary_app/.gitignore b/examples/latest/navigate/flutter/hiking_diary_app/.gitignore new file mode 100644 index 00000000..38472244 --- /dev/null +++ b/examples/latest/navigate/flutter/hiking_diary_app/.gitignore @@ -0,0 +1,44 @@ +# Miscellaneous +*.class +*.log +*.pyc +*.swp +.DS_Store +.atom/ +.buildlog/ +.history +.svn/ + +# IntelliJ related +*.iml +*.ipr +*.iws +.idea/ + +# The .vscode folder contains launch configuration and tasks you configure in +# VS Code which you may wish to be included in version control, so this line +# is commented out by default. +#.vscode/ + +# Flutter/Dart/Pub related +ios/Flutter/.last_build_id +**/doc/api/ +.dart_tool/ +.flutter-plugins +.flutter-plugins-dependencies +.packages +.pub-cache/ +.pub/ +/build/ + +# Web related +lib/generated_plugin_registrant.dart + +# Symbolication related +app.*.symbols + +# Obfuscation related +app.*.map.json + +# Exceptions to above rules. +!/packages/flutter_tools/test/data/dart_dependencies_test/**/.packages diff --git a/examples/latest/navigate/flutter/hiking_diary_app/android/.gitignore b/examples/latest/navigate/flutter/hiking_diary_app/android/.gitignore new file mode 100644 index 00000000..bc2100d8 --- /dev/null +++ b/examples/latest/navigate/flutter/hiking_diary_app/android/.gitignore @@ -0,0 +1,7 @@ +gradle-wrapper.jar +/.gradle +/captures/ +/gradlew +/gradlew.bat +/local.properties +GeneratedPluginRegistrant.java diff --git a/examples/latest/navigate/flutter/hiking_diary_app/ios/.gitignore b/examples/latest/navigate/flutter/hiking_diary_app/ios/.gitignore new file mode 100644 index 00000000..e96ef602 --- /dev/null +++ b/examples/latest/navigate/flutter/hiking_diary_app/ios/.gitignore @@ -0,0 +1,32 @@ +*.mode1v3 +*.mode2v3 +*.moved-aside +*.pbxuser +*.perspectivev3 +**/*sync/ +.sconsign.dblite +.tags* +**/.vagrant/ +**/DerivedData/ +Icon? +**/Pods/ +**/.symlinks/ +profile +xcuserdata +**/.generated/ +Flutter/App.framework +Flutter/Flutter.framework +Flutter/Flutter.podspec +Flutter/Generated.xcconfig +Flutter/app.flx +Flutter/app.zip +Flutter/flutter_assets/ +Flutter/flutter_export_environment.sh +ServiceDefinitions.json +Runner/GeneratedPluginRegistrant.* + +# Exceptions to above rules. +!default.mode1v3 +!default.mode2v3 +!default.pbxuser +!default.perspectivev3 diff --git a/examples/latest/navigate/flutter/indoor_map_app/.gitignore b/examples/latest/navigate/flutter/indoor_map_app/.gitignore new file mode 100644 index 00000000..38472244 --- /dev/null +++ b/examples/latest/navigate/flutter/indoor_map_app/.gitignore @@ -0,0 +1,44 @@ +# Miscellaneous +*.class +*.log +*.pyc +*.swp +.DS_Store +.atom/ +.buildlog/ +.history +.svn/ + +# IntelliJ related +*.iml +*.ipr +*.iws +.idea/ + +# The .vscode folder contains launch configuration and tasks you configure in +# VS Code which you may wish to be included in version control, so this line +# is commented out by default. +#.vscode/ + +# Flutter/Dart/Pub related +ios/Flutter/.last_build_id +**/doc/api/ +.dart_tool/ +.flutter-plugins +.flutter-plugins-dependencies +.packages +.pub-cache/ +.pub/ +/build/ + +# Web related +lib/generated_plugin_registrant.dart + +# Symbolication related +app.*.symbols + +# Obfuscation related +app.*.map.json + +# Exceptions to above rules. +!/packages/flutter_tools/test/data/dart_dependencies_test/**/.packages diff --git a/examples/latest/navigate/flutter/indoor_map_app/android/.gitignore b/examples/latest/navigate/flutter/indoor_map_app/android/.gitignore new file mode 100644 index 00000000..bc2100d8 --- /dev/null +++ b/examples/latest/navigate/flutter/indoor_map_app/android/.gitignore @@ -0,0 +1,7 @@ +gradle-wrapper.jar +/.gradle +/captures/ +/gradlew +/gradlew.bat +/local.properties +GeneratedPluginRegistrant.java diff --git a/examples/latest/navigate/flutter/indoor_map_app/ios/.gitignore b/examples/latest/navigate/flutter/indoor_map_app/ios/.gitignore new file mode 100644 index 00000000..e96ef602 --- /dev/null +++ b/examples/latest/navigate/flutter/indoor_map_app/ios/.gitignore @@ -0,0 +1,32 @@ +*.mode1v3 +*.mode2v3 +*.moved-aside +*.pbxuser +*.perspectivev3 +**/*sync/ +.sconsign.dblite +.tags* +**/.vagrant/ +**/DerivedData/ +Icon? +**/Pods/ +**/.symlinks/ +profile +xcuserdata +**/.generated/ +Flutter/App.framework +Flutter/Flutter.framework +Flutter/Flutter.podspec +Flutter/Generated.xcconfig +Flutter/app.flx +Flutter/app.zip +Flutter/flutter_assets/ +Flutter/flutter_export_environment.sh +ServiceDefinitions.json +Runner/GeneratedPluginRegistrant.* + +# Exceptions to above rules. +!default.mode1v3 +!default.mode2v3 +!default.pbxuser +!default.perspectivev3 diff --git a/examples/latest/navigate/flutter/map_items_app/.gitignore b/examples/latest/navigate/flutter/map_items_app/.gitignore new file mode 100644 index 00000000..38472244 --- /dev/null +++ b/examples/latest/navigate/flutter/map_items_app/.gitignore @@ -0,0 +1,44 @@ +# Miscellaneous +*.class +*.log +*.pyc +*.swp +.DS_Store +.atom/ +.buildlog/ +.history +.svn/ + +# IntelliJ related +*.iml +*.ipr +*.iws +.idea/ + +# The .vscode folder contains launch configuration and tasks you configure in +# VS Code which you may wish to be included in version control, so this line +# is commented out by default. +#.vscode/ + +# Flutter/Dart/Pub related +ios/Flutter/.last_build_id +**/doc/api/ +.dart_tool/ +.flutter-plugins +.flutter-plugins-dependencies +.packages +.pub-cache/ +.pub/ +/build/ + +# Web related +lib/generated_plugin_registrant.dart + +# Symbolication related +app.*.symbols + +# Obfuscation related +app.*.map.json + +# Exceptions to above rules. +!/packages/flutter_tools/test/data/dart_dependencies_test/**/.packages diff --git a/examples/latest/navigate/flutter/map_items_app/android/.gitignore b/examples/latest/navigate/flutter/map_items_app/android/.gitignore new file mode 100644 index 00000000..bc2100d8 --- /dev/null +++ b/examples/latest/navigate/flutter/map_items_app/android/.gitignore @@ -0,0 +1,7 @@ +gradle-wrapper.jar +/.gradle +/captures/ +/gradlew +/gradlew.bat +/local.properties +GeneratedPluginRegistrant.java diff --git a/examples/latest/navigate/flutter/map_items_app/ios/.gitignore b/examples/latest/navigate/flutter/map_items_app/ios/.gitignore new file mode 100644 index 00000000..e96ef602 --- /dev/null +++ b/examples/latest/navigate/flutter/map_items_app/ios/.gitignore @@ -0,0 +1,32 @@ +*.mode1v3 +*.mode2v3 +*.moved-aside +*.pbxuser +*.perspectivev3 +**/*sync/ +.sconsign.dblite +.tags* +**/.vagrant/ +**/DerivedData/ +Icon? +**/Pods/ +**/.symlinks/ +profile +xcuserdata +**/.generated/ +Flutter/App.framework +Flutter/Flutter.framework +Flutter/Flutter.podspec +Flutter/Generated.xcconfig +Flutter/app.flx +Flutter/app.zip +Flutter/flutter_assets/ +Flutter/flutter_export_environment.sh +ServiceDefinitions.json +Runner/GeneratedPluginRegistrant.* + +# Exceptions to above rules. +!default.mode1v3 +!default.mode2v3 +!default.pbxuser +!default.perspectivev3 diff --git a/examples/latest/navigate/flutter/navigation_app/.gitignore b/examples/latest/navigate/flutter/navigation_app/.gitignore new file mode 100644 index 00000000..f3c20534 --- /dev/null +++ b/examples/latest/navigate/flutter/navigation_app/.gitignore @@ -0,0 +1,44 @@ +# Miscellaneous +*.class +*.log +*.pyc +*.swp +.DS_Store +.atom/ +.buildlog/ +.history +.svn/ + +# IntelliJ related +*.iml +*.ipr +*.iws +.idea/ + +# The .vscode folder contains launch configuration and tasks you configure in +# VS Code which you may wish to be included in version control, so this line +# is commented out by default. +#.vscode/ + +# Flutter/Dart/Pub related +**/doc/api/ +**/ios/Flutter/.last_build_id +.dart_tool/ +.flutter-plugins +.flutter-plugins-dependencies +.packages +.pub-cache/ +.pub/ +/build/ + +# Web related +lib/generated_plugin_registrant.dart + +# Symbolication related +app.*.symbols + +# Obfuscation related +app.*.map.json + +# Exceptions to above rules. +!/packages/flutter_tools/test/data/dart_dependencies_test/**/.packages diff --git a/examples/latest/navigate/flutter/navigation_app/android/.gitignore b/examples/latest/navigate/flutter/navigation_app/android/.gitignore new file mode 100644 index 00000000..0a741cb4 --- /dev/null +++ b/examples/latest/navigate/flutter/navigation_app/android/.gitignore @@ -0,0 +1,11 @@ +gradle-wrapper.jar +/.gradle +/captures/ +/gradlew +/gradlew.bat +/local.properties +GeneratedPluginRegistrant.java + +# Remember to never publicly share your keystore. +# See https://flutter.dev/docs/deployment/android#reference-the-keystore-from-the-app +key.properties diff --git a/examples/latest/navigate/flutter/navigation_app/ios/.gitignore b/examples/latest/navigate/flutter/navigation_app/ios/.gitignore new file mode 100644 index 00000000..e96ef602 --- /dev/null +++ b/examples/latest/navigate/flutter/navigation_app/ios/.gitignore @@ -0,0 +1,32 @@ +*.mode1v3 +*.mode2v3 +*.moved-aside +*.pbxuser +*.perspectivev3 +**/*sync/ +.sconsign.dblite +.tags* +**/.vagrant/ +**/DerivedData/ +Icon? +**/Pods/ +**/.symlinks/ +profile +xcuserdata +**/.generated/ +Flutter/App.framework +Flutter/Flutter.framework +Flutter/Flutter.podspec +Flutter/Generated.xcconfig +Flutter/app.flx +Flutter/app.zip +Flutter/flutter_assets/ +Flutter/flutter_export_environment.sh +ServiceDefinitions.json +Runner/GeneratedPluginRegistrant.* + +# Exceptions to above rules. +!default.mode1v3 +!default.mode2v3 +!default.pbxuser +!default.perspectivev3 diff --git a/examples/latest/navigate/flutter/navigation_custom/.gitignore b/examples/latest/navigate/flutter/navigation_custom/.gitignore new file mode 100644 index 00000000..38472244 --- /dev/null +++ b/examples/latest/navigate/flutter/navigation_custom/.gitignore @@ -0,0 +1,44 @@ +# Miscellaneous +*.class +*.log +*.pyc +*.swp +.DS_Store +.atom/ +.buildlog/ +.history +.svn/ + +# IntelliJ related +*.iml +*.ipr +*.iws +.idea/ + +# The .vscode folder contains launch configuration and tasks you configure in +# VS Code which you may wish to be included in version control, so this line +# is commented out by default. +#.vscode/ + +# Flutter/Dart/Pub related +ios/Flutter/.last_build_id +**/doc/api/ +.dart_tool/ +.flutter-plugins +.flutter-plugins-dependencies +.packages +.pub-cache/ +.pub/ +/build/ + +# Web related +lib/generated_plugin_registrant.dart + +# Symbolication related +app.*.symbols + +# Obfuscation related +app.*.map.json + +# Exceptions to above rules. +!/packages/flutter_tools/test/data/dart_dependencies_test/**/.packages diff --git a/examples/latest/navigate/flutter/navigation_custom/android/.gitignore b/examples/latest/navigate/flutter/navigation_custom/android/.gitignore new file mode 100644 index 00000000..bc2100d8 --- /dev/null +++ b/examples/latest/navigate/flutter/navigation_custom/android/.gitignore @@ -0,0 +1,7 @@ +gradle-wrapper.jar +/.gradle +/captures/ +/gradlew +/gradlew.bat +/local.properties +GeneratedPluginRegistrant.java diff --git a/examples/latest/navigate/flutter/navigation_custom/ios/.gitignore b/examples/latest/navigate/flutter/navigation_custom/ios/.gitignore new file mode 100644 index 00000000..e96ef602 --- /dev/null +++ b/examples/latest/navigate/flutter/navigation_custom/ios/.gitignore @@ -0,0 +1,32 @@ +*.mode1v3 +*.mode2v3 +*.moved-aside +*.pbxuser +*.perspectivev3 +**/*sync/ +.sconsign.dblite +.tags* +**/.vagrant/ +**/DerivedData/ +Icon? +**/Pods/ +**/.symlinks/ +profile +xcuserdata +**/.generated/ +Flutter/App.framework +Flutter/Flutter.framework +Flutter/Flutter.podspec +Flutter/Generated.xcconfig +Flutter/app.flx +Flutter/app.zip +Flutter/flutter_assets/ +Flutter/flutter_export_environment.sh +ServiceDefinitions.json +Runner/GeneratedPluginRegistrant.* + +# Exceptions to above rules. +!default.mode1v3 +!default.mode2v3 +!default.pbxuser +!default.perspectivev3 diff --git a/examples/latest/navigate/flutter/navigation_quick_start_app/.gitignore b/examples/latest/navigate/flutter/navigation_quick_start_app/.gitignore new file mode 100644 index 00000000..38472244 --- /dev/null +++ b/examples/latest/navigate/flutter/navigation_quick_start_app/.gitignore @@ -0,0 +1,44 @@ +# Miscellaneous +*.class +*.log +*.pyc +*.swp +.DS_Store +.atom/ +.buildlog/ +.history +.svn/ + +# IntelliJ related +*.iml +*.ipr +*.iws +.idea/ + +# The .vscode folder contains launch configuration and tasks you configure in +# VS Code which you may wish to be included in version control, so this line +# is commented out by default. +#.vscode/ + +# Flutter/Dart/Pub related +ios/Flutter/.last_build_id +**/doc/api/ +.dart_tool/ +.flutter-plugins +.flutter-plugins-dependencies +.packages +.pub-cache/ +.pub/ +/build/ + +# Web related +lib/generated_plugin_registrant.dart + +# Symbolication related +app.*.symbols + +# Obfuscation related +app.*.map.json + +# Exceptions to above rules. +!/packages/flutter_tools/test/data/dart_dependencies_test/**/.packages diff --git a/examples/latest/navigate/flutter/navigation_quick_start_app/android/.gitignore b/examples/latest/navigate/flutter/navigation_quick_start_app/android/.gitignore new file mode 100644 index 00000000..bc2100d8 --- /dev/null +++ b/examples/latest/navigate/flutter/navigation_quick_start_app/android/.gitignore @@ -0,0 +1,7 @@ +gradle-wrapper.jar +/.gradle +/captures/ +/gradlew +/gradlew.bat +/local.properties +GeneratedPluginRegistrant.java diff --git a/examples/latest/navigate/flutter/navigation_quick_start_app/ios/.gitignore b/examples/latest/navigate/flutter/navigation_quick_start_app/ios/.gitignore new file mode 100644 index 00000000..e96ef602 --- /dev/null +++ b/examples/latest/navigate/flutter/navigation_quick_start_app/ios/.gitignore @@ -0,0 +1,32 @@ +*.mode1v3 +*.mode2v3 +*.moved-aside +*.pbxuser +*.perspectivev3 +**/*sync/ +.sconsign.dblite +.tags* +**/.vagrant/ +**/DerivedData/ +Icon? +**/Pods/ +**/.symlinks/ +profile +xcuserdata +**/.generated/ +Flutter/App.framework +Flutter/Flutter.framework +Flutter/Flutter.podspec +Flutter/Generated.xcconfig +Flutter/app.flx +Flutter/app.zip +Flutter/flutter_assets/ +Flutter/flutter_export_environment.sh +ServiceDefinitions.json +Runner/GeneratedPluginRegistrant.* + +# Exceptions to above rules. +!default.mode1v3 +!default.mode2v3 +!default.pbxuser +!default.perspectivev3 diff --git a/examples/latest/navigate/flutter/offline_maps_app/.gitignore b/examples/latest/navigate/flutter/offline_maps_app/.gitignore new file mode 100644 index 00000000..1c837c46 --- /dev/null +++ b/examples/latest/navigate/flutter/offline_maps_app/.gitignore @@ -0,0 +1,44 @@ +# Miscellaneous +*.class +*.log +*.pyc +*.swp +.DS_Store +.atom/ +.buildlog/ +.history +.svn/ + +# IntelliJ related +*.iml +*.ipr +*.iws +.idea/ + +# The .vscode folder contains launch configuration and tasks you configure in +# VS Code which you may wish to be included in version control, so this line +# is commented out by default. +#.vscode/ + +# Flutter/Dart/Pub related +ios/Flutter/.last_build_id +**/doc/api/ +.dart_tool/ +.flutter-plugins +.flutter-plugins-dependencies +.packages +.pub-cache/ +.pub/ +/build/ + +# Web related +lib/generated_plugin_registrant.dart + +# Symbolication related +app.*.symbols + +# Obfuscation related +app.*.map.json + +# Exceptions to above rules. +!/packages/flutter_tools/test/data/dart_dependencies_test/**/.packages diff --git a/examples/latest/navigate/flutter/offline_maps_app/android/.gitignore b/examples/latest/navigate/flutter/offline_maps_app/android/.gitignore new file mode 100644 index 00000000..0b9e049b --- /dev/null +++ b/examples/latest/navigate/flutter/offline_maps_app/android/.gitignore @@ -0,0 +1,7 @@ +gradle-wrapper.jar +/.gradle +/captures/ +/gradlew +/gradlew.bat +/local.properties +GeneratedPluginRegistrant.java diff --git a/examples/latest/navigate/flutter/offline_maps_app/ios/.gitignore b/examples/latest/navigate/flutter/offline_maps_app/ios/.gitignore new file mode 100644 index 00000000..0f1df0fd --- /dev/null +++ b/examples/latest/navigate/flutter/offline_maps_app/ios/.gitignore @@ -0,0 +1,32 @@ +*.mode1v3 +*.mode2v3 +*.moved-aside +*.pbxuser +*.perspectivev3 +**/*sync/ +.sconsign.dblite +.tags* +**/.vagrant/ +**/DerivedData/ +Icon? +**/Pods/ +**/.symlinks/ +profile +xcuserdata +**/.generated/ +Flutter/App.framework +Flutter/Flutter.framework +Flutter/Flutter.podspec +Flutter/Generated.xcconfig +Flutter/app.flx +Flutter/app.zip +Flutter/flutter_assets/ +Flutter/flutter_export_environment.sh +ServiceDefinitions.json +Runner/GeneratedPluginRegistrant.* + +# Exceptions to above rules. +!default.mode1v3 +!default.mode2v3 +!default.pbxuser +!default.perspectivev3 diff --git a/examples/latest/navigate/flutter/positioning_app/.gitignore b/examples/latest/navigate/flutter/positioning_app/.gitignore new file mode 100644 index 00000000..38472244 --- /dev/null +++ b/examples/latest/navigate/flutter/positioning_app/.gitignore @@ -0,0 +1,44 @@ +# Miscellaneous +*.class +*.log +*.pyc +*.swp +.DS_Store +.atom/ +.buildlog/ +.history +.svn/ + +# IntelliJ related +*.iml +*.ipr +*.iws +.idea/ + +# The .vscode folder contains launch configuration and tasks you configure in +# VS Code which you may wish to be included in version control, so this line +# is commented out by default. +#.vscode/ + +# Flutter/Dart/Pub related +ios/Flutter/.last_build_id +**/doc/api/ +.dart_tool/ +.flutter-plugins +.flutter-plugins-dependencies +.packages +.pub-cache/ +.pub/ +/build/ + +# Web related +lib/generated_plugin_registrant.dart + +# Symbolication related +app.*.symbols + +# Obfuscation related +app.*.map.json + +# Exceptions to above rules. +!/packages/flutter_tools/test/data/dart_dependencies_test/**/.packages diff --git a/examples/latest/navigate/flutter/positioning_app/android/.gitignore b/examples/latest/navigate/flutter/positioning_app/android/.gitignore new file mode 100644 index 00000000..bc2100d8 --- /dev/null +++ b/examples/latest/navigate/flutter/positioning_app/android/.gitignore @@ -0,0 +1,7 @@ +gradle-wrapper.jar +/.gradle +/captures/ +/gradlew +/gradlew.bat +/local.properties +GeneratedPluginRegistrant.java diff --git a/examples/latest/navigate/flutter/positioning_app/ios/.gitignore b/examples/latest/navigate/flutter/positioning_app/ios/.gitignore new file mode 100644 index 00000000..e96ef602 --- /dev/null +++ b/examples/latest/navigate/flutter/positioning_app/ios/.gitignore @@ -0,0 +1,32 @@ +*.mode1v3 +*.mode2v3 +*.moved-aside +*.pbxuser +*.perspectivev3 +**/*sync/ +.sconsign.dblite +.tags* +**/.vagrant/ +**/DerivedData/ +Icon? +**/Pods/ +**/.symlinks/ +profile +xcuserdata +**/.generated/ +Flutter/App.framework +Flutter/Flutter.framework +Flutter/Flutter.podspec +Flutter/Generated.xcconfig +Flutter/app.flx +Flutter/app.zip +Flutter/flutter_assets/ +Flutter/flutter_export_environment.sh +ServiceDefinitions.json +Runner/GeneratedPluginRegistrant.* + +# Exceptions to above rules. +!default.mode1v3 +!default.mode2v3 +!default.pbxuser +!default.perspectivev3 diff --git a/examples/latest/navigate/flutter/public_transit_app/.gitignore b/examples/latest/navigate/flutter/public_transit_app/.gitignore new file mode 100644 index 00000000..38472244 --- /dev/null +++ b/examples/latest/navigate/flutter/public_transit_app/.gitignore @@ -0,0 +1,44 @@ +# Miscellaneous +*.class +*.log +*.pyc +*.swp +.DS_Store +.atom/ +.buildlog/ +.history +.svn/ + +# IntelliJ related +*.iml +*.ipr +*.iws +.idea/ + +# The .vscode folder contains launch configuration and tasks you configure in +# VS Code which you may wish to be included in version control, so this line +# is commented out by default. +#.vscode/ + +# Flutter/Dart/Pub related +ios/Flutter/.last_build_id +**/doc/api/ +.dart_tool/ +.flutter-plugins +.flutter-plugins-dependencies +.packages +.pub-cache/ +.pub/ +/build/ + +# Web related +lib/generated_plugin_registrant.dart + +# Symbolication related +app.*.symbols + +# Obfuscation related +app.*.map.json + +# Exceptions to above rules. +!/packages/flutter_tools/test/data/dart_dependencies_test/**/.packages diff --git a/examples/latest/navigate/flutter/public_transit_app/android/.gitignore b/examples/latest/navigate/flutter/public_transit_app/android/.gitignore new file mode 100644 index 00000000..bc2100d8 --- /dev/null +++ b/examples/latest/navigate/flutter/public_transit_app/android/.gitignore @@ -0,0 +1,7 @@ +gradle-wrapper.jar +/.gradle +/captures/ +/gradlew +/gradlew.bat +/local.properties +GeneratedPluginRegistrant.java diff --git a/examples/latest/navigate/flutter/public_transit_app/ios/.gitignore b/examples/latest/navigate/flutter/public_transit_app/ios/.gitignore new file mode 100644 index 00000000..e96ef602 --- /dev/null +++ b/examples/latest/navigate/flutter/public_transit_app/ios/.gitignore @@ -0,0 +1,32 @@ +*.mode1v3 +*.mode2v3 +*.moved-aside +*.pbxuser +*.perspectivev3 +**/*sync/ +.sconsign.dblite +.tags* +**/.vagrant/ +**/DerivedData/ +Icon? +**/Pods/ +**/.symlinks/ +profile +xcuserdata +**/.generated/ +Flutter/App.framework +Flutter/Flutter.framework +Flutter/Flutter.podspec +Flutter/Generated.xcconfig +Flutter/app.flx +Flutter/app.zip +Flutter/flutter_assets/ +Flutter/flutter_export_environment.sh +ServiceDefinitions.json +Runner/GeneratedPluginRegistrant.* + +# Exceptions to above rules. +!default.mode1v3 +!default.mode2v3 +!default.pbxuser +!default.perspectivev3 diff --git a/examples/latest/navigate/flutter/routing_app/.gitignore b/examples/latest/navigate/flutter/routing_app/.gitignore new file mode 100644 index 00000000..38472244 --- /dev/null +++ b/examples/latest/navigate/flutter/routing_app/.gitignore @@ -0,0 +1,44 @@ +# Miscellaneous +*.class +*.log +*.pyc +*.swp +.DS_Store +.atom/ +.buildlog/ +.history +.svn/ + +# IntelliJ related +*.iml +*.ipr +*.iws +.idea/ + +# The .vscode folder contains launch configuration and tasks you configure in +# VS Code which you may wish to be included in version control, so this line +# is commented out by default. +#.vscode/ + +# Flutter/Dart/Pub related +ios/Flutter/.last_build_id +**/doc/api/ +.dart_tool/ +.flutter-plugins +.flutter-plugins-dependencies +.packages +.pub-cache/ +.pub/ +/build/ + +# Web related +lib/generated_plugin_registrant.dart + +# Symbolication related +app.*.symbols + +# Obfuscation related +app.*.map.json + +# Exceptions to above rules. +!/packages/flutter_tools/test/data/dart_dependencies_test/**/.packages diff --git a/examples/latest/navigate/flutter/routing_app/android/.gitignore b/examples/latest/navigate/flutter/routing_app/android/.gitignore new file mode 100644 index 00000000..bc2100d8 --- /dev/null +++ b/examples/latest/navigate/flutter/routing_app/android/.gitignore @@ -0,0 +1,7 @@ +gradle-wrapper.jar +/.gradle +/captures/ +/gradlew +/gradlew.bat +/local.properties +GeneratedPluginRegistrant.java diff --git a/examples/latest/navigate/flutter/routing_app/ios/.gitignore b/examples/latest/navigate/flutter/routing_app/ios/.gitignore new file mode 100644 index 00000000..e96ef602 --- /dev/null +++ b/examples/latest/navigate/flutter/routing_app/ios/.gitignore @@ -0,0 +1,32 @@ +*.mode1v3 +*.mode2v3 +*.moved-aside +*.pbxuser +*.perspectivev3 +**/*sync/ +.sconsign.dblite +.tags* +**/.vagrant/ +**/DerivedData/ +Icon? +**/Pods/ +**/.symlinks/ +profile +xcuserdata +**/.generated/ +Flutter/App.framework +Flutter/Flutter.framework +Flutter/Flutter.podspec +Flutter/Generated.xcconfig +Flutter/app.flx +Flutter/app.zip +Flutter/flutter_assets/ +Flutter/flutter_export_environment.sh +ServiceDefinitions.json +Runner/GeneratedPluginRegistrant.* + +# Exceptions to above rules. +!default.mode1v3 +!default.mode2v3 +!default.pbxuser +!default.perspectivev3 diff --git a/examples/latest/navigate/flutter/routing_app/lib/RoutingExample.dart b/examples/latest/navigate/flutter/routing_app/lib/RoutingExample.dart index 6bfd6b70..f5eac621 100644 --- a/examples/latest/navigate/flutter/routing_app/lib/RoutingExample.dart +++ b/examples/latest/navigate/flutter/routing_app/lib/RoutingExample.dart @@ -37,6 +37,7 @@ class RoutingExample { late RoutingEngine _routingEngine; bool _trafficOptimization = true; final ShowDialogFunction _showDialog; + List waypoints = []; final _BERLIN_HQ_GEO_COORDINATES = GeoCoordinates(52.530971, 13.385088); RoutingExample(ShowDialogFunction showDialogCallback, @@ -60,36 +61,41 @@ class RoutingExample { var startWaypoint = Waypoint.withDefaults(startGeoCoordinates); var destinationWaypoint = Waypoint.withDefaults(destinationGeoCoordinates); - List waypoints = [startWaypoint, destinationWaypoint]; + waypoints = [startWaypoint, destinationWaypoint]; + _calculateRoute(waypoints); + } + + void toggleTrafficOptimization() { + _trafficOptimization = !_trafficOptimization; + if (waypoints.isNotEmpty) { + _calculateRoute(waypoints); + } + } + void _calculateRoute(List waypoints){ CarOptions carOptions = CarOptions(); carOptions.routeOptions.enableTolls = true; // Disabled - Traffic optimization is completely disabled, including long-term road closures. It helps in producing stable routes. // Time dependent - Traffic optimization is enabled, the shape of the route will be adjusted according to the traffic situation which depends on departure time and arrival time. - carOptions.routeOptions.trafficOptimizationMode = - _trafficOptimization ? TrafficOptimizationMode.timeDependent : TrafficOptimizationMode.disabled; + carOptions.routeOptions.trafficOptimizationMode = _trafficOptimization ? TrafficOptimizationMode.timeDependent : TrafficOptimizationMode.disabled; _routingEngine.calculateCarRoute(waypoints, carOptions, - (RoutingError? routingError, List? routeList) async { - if (routingError == null) { - // When error is null, then the list guaranteed to be not null. - here.Route route = routeList!.first; - _showRouteDetails(route); - _showRouteOnMap(route); - _logRouteRailwayCrossingDetails(route); - _logRouteSectionDetails(route); - _logRouteViolations(route); - _logTollDetails(route); - _animateToRoute(route); - } else { - var error = routingError.toString(); - _showDialog('Error', 'Error while calculating a route: $error'); - } - }); - } - - void toggleTrafficOptimization() { - _trafficOptimization = !_trafficOptimization; + (RoutingError? routingError, List? routeList) async { + if (routingError == null) { + // When error is null, then the list guaranteed to be not null. + here.Route route = routeList!.first; + _showRouteDetails(route); + _showRouteOnMap(route); + _logRouteRailwayCrossingDetails(route); + _logRouteSectionDetails(route); + _logRouteViolations(route); + _logTollDetails(route); + _animateToRoute(route); + } else { + var error = routingError.toString(); + _showDialog('Error', 'Error while calculating a route: $error'); + } + }); } // A route may contain several warnings, for example, when a certain route option could not be fulfilled. @@ -210,6 +216,7 @@ class RoutingExample { } _showRouteOnMap(here.Route route) { + clearMap(); // Show route as polyline. GeoPolyline routeGeoPolyline = route.geometry; double widthInPixels = 20; diff --git a/examples/latest/navigate/flutter/routing_hybrid_app/.gitignore b/examples/latest/navigate/flutter/routing_hybrid_app/.gitignore new file mode 100644 index 00000000..38472244 --- /dev/null +++ b/examples/latest/navigate/flutter/routing_hybrid_app/.gitignore @@ -0,0 +1,44 @@ +# Miscellaneous +*.class +*.log +*.pyc +*.swp +.DS_Store +.atom/ +.buildlog/ +.history +.svn/ + +# IntelliJ related +*.iml +*.ipr +*.iws +.idea/ + +# The .vscode folder contains launch configuration and tasks you configure in +# VS Code which you may wish to be included in version control, so this line +# is commented out by default. +#.vscode/ + +# Flutter/Dart/Pub related +ios/Flutter/.last_build_id +**/doc/api/ +.dart_tool/ +.flutter-plugins +.flutter-plugins-dependencies +.packages +.pub-cache/ +.pub/ +/build/ + +# Web related +lib/generated_plugin_registrant.dart + +# Symbolication related +app.*.symbols + +# Obfuscation related +app.*.map.json + +# Exceptions to above rules. +!/packages/flutter_tools/test/data/dart_dependencies_test/**/.packages diff --git a/examples/latest/navigate/flutter/routing_hybrid_app/android/.gitignore b/examples/latest/navigate/flutter/routing_hybrid_app/android/.gitignore new file mode 100644 index 00000000..bc2100d8 --- /dev/null +++ b/examples/latest/navigate/flutter/routing_hybrid_app/android/.gitignore @@ -0,0 +1,7 @@ +gradle-wrapper.jar +/.gradle +/captures/ +/gradlew +/gradlew.bat +/local.properties +GeneratedPluginRegistrant.java diff --git a/examples/latest/navigate/flutter/routing_hybrid_app/ios/.gitignore b/examples/latest/navigate/flutter/routing_hybrid_app/ios/.gitignore new file mode 100644 index 00000000..e96ef602 --- /dev/null +++ b/examples/latest/navigate/flutter/routing_hybrid_app/ios/.gitignore @@ -0,0 +1,32 @@ +*.mode1v3 +*.mode2v3 +*.moved-aside +*.pbxuser +*.perspectivev3 +**/*sync/ +.sconsign.dblite +.tags* +**/.vagrant/ +**/DerivedData/ +Icon? +**/Pods/ +**/.symlinks/ +profile +xcuserdata +**/.generated/ +Flutter/App.framework +Flutter/Flutter.framework +Flutter/Flutter.podspec +Flutter/Generated.xcconfig +Flutter/app.flx +Flutter/app.zip +Flutter/flutter_assets/ +Flutter/flutter_export_environment.sh +ServiceDefinitions.json +Runner/GeneratedPluginRegistrant.* + +# Exceptions to above rules. +!default.mode1v3 +!default.mode2v3 +!default.pbxuser +!default.perspectivev3 diff --git a/examples/latest/navigate/flutter/search_app/.gitignore b/examples/latest/navigate/flutter/search_app/.gitignore new file mode 100644 index 00000000..38472244 --- /dev/null +++ b/examples/latest/navigate/flutter/search_app/.gitignore @@ -0,0 +1,44 @@ +# Miscellaneous +*.class +*.log +*.pyc +*.swp +.DS_Store +.atom/ +.buildlog/ +.history +.svn/ + +# IntelliJ related +*.iml +*.ipr +*.iws +.idea/ + +# The .vscode folder contains launch configuration and tasks you configure in +# VS Code which you may wish to be included in version control, so this line +# is commented out by default. +#.vscode/ + +# Flutter/Dart/Pub related +ios/Flutter/.last_build_id +**/doc/api/ +.dart_tool/ +.flutter-plugins +.flutter-plugins-dependencies +.packages +.pub-cache/ +.pub/ +/build/ + +# Web related +lib/generated_plugin_registrant.dart + +# Symbolication related +app.*.symbols + +# Obfuscation related +app.*.map.json + +# Exceptions to above rules. +!/packages/flutter_tools/test/data/dart_dependencies_test/**/.packages diff --git a/examples/latest/navigate/flutter/search_app/android/.gitignore b/examples/latest/navigate/flutter/search_app/android/.gitignore new file mode 100644 index 00000000..bc2100d8 --- /dev/null +++ b/examples/latest/navigate/flutter/search_app/android/.gitignore @@ -0,0 +1,7 @@ +gradle-wrapper.jar +/.gradle +/captures/ +/gradlew +/gradlew.bat +/local.properties +GeneratedPluginRegistrant.java diff --git a/examples/latest/navigate/flutter/search_app/ios/.gitignore b/examples/latest/navigate/flutter/search_app/ios/.gitignore new file mode 100644 index 00000000..e96ef602 --- /dev/null +++ b/examples/latest/navigate/flutter/search_app/ios/.gitignore @@ -0,0 +1,32 @@ +*.mode1v3 +*.mode2v3 +*.moved-aside +*.pbxuser +*.perspectivev3 +**/*sync/ +.sconsign.dblite +.tags* +**/.vagrant/ +**/DerivedData/ +Icon? +**/Pods/ +**/.symlinks/ +profile +xcuserdata +**/.generated/ +Flutter/App.framework +Flutter/Flutter.framework +Flutter/Flutter.podspec +Flutter/Generated.xcconfig +Flutter/app.flx +Flutter/app.zip +Flutter/flutter_assets/ +Flutter/flutter_export_environment.sh +ServiceDefinitions.json +Runner/GeneratedPluginRegistrant.* + +# Exceptions to above rules. +!default.mode1v3 +!default.mode2v3 +!default.pbxuser +!default.perspectivev3 diff --git a/examples/latest/navigate/flutter/search_hybrid_app/.gitignore b/examples/latest/navigate/flutter/search_hybrid_app/.gitignore new file mode 100644 index 00000000..38472244 --- /dev/null +++ b/examples/latest/navigate/flutter/search_hybrid_app/.gitignore @@ -0,0 +1,44 @@ +# Miscellaneous +*.class +*.log +*.pyc +*.swp +.DS_Store +.atom/ +.buildlog/ +.history +.svn/ + +# IntelliJ related +*.iml +*.ipr +*.iws +.idea/ + +# The .vscode folder contains launch configuration and tasks you configure in +# VS Code which you may wish to be included in version control, so this line +# is commented out by default. +#.vscode/ + +# Flutter/Dart/Pub related +ios/Flutter/.last_build_id +**/doc/api/ +.dart_tool/ +.flutter-plugins +.flutter-plugins-dependencies +.packages +.pub-cache/ +.pub/ +/build/ + +# Web related +lib/generated_plugin_registrant.dart + +# Symbolication related +app.*.symbols + +# Obfuscation related +app.*.map.json + +# Exceptions to above rules. +!/packages/flutter_tools/test/data/dart_dependencies_test/**/.packages diff --git a/examples/latest/navigate/flutter/search_hybrid_app/android/.gitignore b/examples/latest/navigate/flutter/search_hybrid_app/android/.gitignore new file mode 100644 index 00000000..bc2100d8 --- /dev/null +++ b/examples/latest/navigate/flutter/search_hybrid_app/android/.gitignore @@ -0,0 +1,7 @@ +gradle-wrapper.jar +/.gradle +/captures/ +/gradlew +/gradlew.bat +/local.properties +GeneratedPluginRegistrant.java diff --git a/examples/latest/navigate/flutter/search_hybrid_app/ios/.gitignore b/examples/latest/navigate/flutter/search_hybrid_app/ios/.gitignore new file mode 100644 index 00000000..e96ef602 --- /dev/null +++ b/examples/latest/navigate/flutter/search_hybrid_app/ios/.gitignore @@ -0,0 +1,32 @@ +*.mode1v3 +*.mode2v3 +*.moved-aside +*.pbxuser +*.perspectivev3 +**/*sync/ +.sconsign.dblite +.tags* +**/.vagrant/ +**/DerivedData/ +Icon? +**/Pods/ +**/.symlinks/ +profile +xcuserdata +**/.generated/ +Flutter/App.framework +Flutter/Flutter.framework +Flutter/Flutter.podspec +Flutter/Generated.xcconfig +Flutter/app.flx +Flutter/app.zip +Flutter/flutter_assets/ +Flutter/flutter_export_environment.sh +ServiceDefinitions.json +Runner/GeneratedPluginRegistrant.* + +# Exceptions to above rules. +!default.mode1v3 +!default.mode2v3 +!default.pbxuser +!default.perspectivev3 diff --git a/examples/latest/navigate/flutter/spatial_audio_navigation/.gitignore b/examples/latest/navigate/flutter/spatial_audio_navigation/.gitignore new file mode 100644 index 00000000..38472244 --- /dev/null +++ b/examples/latest/navigate/flutter/spatial_audio_navigation/.gitignore @@ -0,0 +1,44 @@ +# Miscellaneous +*.class +*.log +*.pyc +*.swp +.DS_Store +.atom/ +.buildlog/ +.history +.svn/ + +# IntelliJ related +*.iml +*.ipr +*.iws +.idea/ + +# The .vscode folder contains launch configuration and tasks you configure in +# VS Code which you may wish to be included in version control, so this line +# is commented out by default. +#.vscode/ + +# Flutter/Dart/Pub related +ios/Flutter/.last_build_id +**/doc/api/ +.dart_tool/ +.flutter-plugins +.flutter-plugins-dependencies +.packages +.pub-cache/ +.pub/ +/build/ + +# Web related +lib/generated_plugin_registrant.dart + +# Symbolication related +app.*.symbols + +# Obfuscation related +app.*.map.json + +# Exceptions to above rules. +!/packages/flutter_tools/test/data/dart_dependencies_test/**/.packages diff --git a/examples/latest/navigate/flutter/spatial_audio_navigation/android/.gitignore b/examples/latest/navigate/flutter/spatial_audio_navigation/android/.gitignore new file mode 100644 index 00000000..bc2100d8 --- /dev/null +++ b/examples/latest/navigate/flutter/spatial_audio_navigation/android/.gitignore @@ -0,0 +1,7 @@ +gradle-wrapper.jar +/.gradle +/captures/ +/gradlew +/gradlew.bat +/local.properties +GeneratedPluginRegistrant.java diff --git a/examples/latest/navigate/flutter/spatial_audio_navigation/ios/.gitignore b/examples/latest/navigate/flutter/spatial_audio_navigation/ios/.gitignore new file mode 100644 index 00000000..e96ef602 --- /dev/null +++ b/examples/latest/navigate/flutter/spatial_audio_navigation/ios/.gitignore @@ -0,0 +1,32 @@ +*.mode1v3 +*.mode2v3 +*.moved-aside +*.pbxuser +*.perspectivev3 +**/*sync/ +.sconsign.dblite +.tags* +**/.vagrant/ +**/DerivedData/ +Icon? +**/Pods/ +**/.symlinks/ +profile +xcuserdata +**/.generated/ +Flutter/App.framework +Flutter/Flutter.framework +Flutter/Flutter.podspec +Flutter/Generated.xcconfig +Flutter/app.flx +Flutter/app.zip +Flutter/flutter_assets/ +Flutter/flutter_export_environment.sh +ServiceDefinitions.json +Runner/GeneratedPluginRegistrant.* + +# Exceptions to above rules. +!default.mode1v3 +!default.mode2v3 +!default.pbxuser +!default.perspectivev3 diff --git a/examples/latest/navigate/flutter/traffic_app/.gitignore b/examples/latest/navigate/flutter/traffic_app/.gitignore new file mode 100644 index 00000000..1c837c46 --- /dev/null +++ b/examples/latest/navigate/flutter/traffic_app/.gitignore @@ -0,0 +1,44 @@ +# Miscellaneous +*.class +*.log +*.pyc +*.swp +.DS_Store +.atom/ +.buildlog/ +.history +.svn/ + +# IntelliJ related +*.iml +*.ipr +*.iws +.idea/ + +# The .vscode folder contains launch configuration and tasks you configure in +# VS Code which you may wish to be included in version control, so this line +# is commented out by default. +#.vscode/ + +# Flutter/Dart/Pub related +ios/Flutter/.last_build_id +**/doc/api/ +.dart_tool/ +.flutter-plugins +.flutter-plugins-dependencies +.packages +.pub-cache/ +.pub/ +/build/ + +# Web related +lib/generated_plugin_registrant.dart + +# Symbolication related +app.*.symbols + +# Obfuscation related +app.*.map.json + +# Exceptions to above rules. +!/packages/flutter_tools/test/data/dart_dependencies_test/**/.packages diff --git a/examples/latest/navigate/flutter/traffic_app/android/.gitignore b/examples/latest/navigate/flutter/traffic_app/android/.gitignore new file mode 100644 index 00000000..0b9e049b --- /dev/null +++ b/examples/latest/navigate/flutter/traffic_app/android/.gitignore @@ -0,0 +1,7 @@ +gradle-wrapper.jar +/.gradle +/captures/ +/gradlew +/gradlew.bat +/local.properties +GeneratedPluginRegistrant.java diff --git a/examples/latest/navigate/flutter/traffic_app/ios/.gitignore b/examples/latest/navigate/flutter/traffic_app/ios/.gitignore new file mode 100644 index 00000000..0f1df0fd --- /dev/null +++ b/examples/latest/navigate/flutter/traffic_app/ios/.gitignore @@ -0,0 +1,32 @@ +*.mode1v3 +*.mode2v3 +*.moved-aside +*.pbxuser +*.perspectivev3 +**/*sync/ +.sconsign.dblite +.tags* +**/.vagrant/ +**/DerivedData/ +Icon? +**/Pods/ +**/.symlinks/ +profile +xcuserdata +**/.generated/ +Flutter/App.framework +Flutter/Flutter.framework +Flutter/Flutter.podspec +Flutter/Generated.xcconfig +Flutter/app.flx +Flutter/app.zip +Flutter/flutter_assets/ +Flutter/flutter_export_environment.sh +ServiceDefinitions.json +Runner/GeneratedPluginRegistrant.* + +# Exceptions to above rules. +!default.mode1v3 +!default.mode2v3 +!default.pbxuser +!default.perspectivev3 diff --git a/examples/latest/navigate/flutter/unit_testing_app/.gitignore b/examples/latest/navigate/flutter/unit_testing_app/.gitignore new file mode 100644 index 00000000..38472244 --- /dev/null +++ b/examples/latest/navigate/flutter/unit_testing_app/.gitignore @@ -0,0 +1,44 @@ +# Miscellaneous +*.class +*.log +*.pyc +*.swp +.DS_Store +.atom/ +.buildlog/ +.history +.svn/ + +# IntelliJ related +*.iml +*.ipr +*.iws +.idea/ + +# The .vscode folder contains launch configuration and tasks you configure in +# VS Code which you may wish to be included in version control, so this line +# is commented out by default. +#.vscode/ + +# Flutter/Dart/Pub related +ios/Flutter/.last_build_id +**/doc/api/ +.dart_tool/ +.flutter-plugins +.flutter-plugins-dependencies +.packages +.pub-cache/ +.pub/ +/build/ + +# Web related +lib/generated_plugin_registrant.dart + +# Symbolication related +app.*.symbols + +# Obfuscation related +app.*.map.json + +# Exceptions to above rules. +!/packages/flutter_tools/test/data/dart_dependencies_test/**/.packages diff --git a/examples/latest/navigate/flutter/unit_testing_app/android/.gitignore b/examples/latest/navigate/flutter/unit_testing_app/android/.gitignore new file mode 100644 index 00000000..bc2100d8 --- /dev/null +++ b/examples/latest/navigate/flutter/unit_testing_app/android/.gitignore @@ -0,0 +1,7 @@ +gradle-wrapper.jar +/.gradle +/captures/ +/gradlew +/gradlew.bat +/local.properties +GeneratedPluginRegistrant.java diff --git a/examples/latest/navigate/flutter/unit_testing_app/ios/.gitignore b/examples/latest/navigate/flutter/unit_testing_app/ios/.gitignore new file mode 100644 index 00000000..e96ef602 --- /dev/null +++ b/examples/latest/navigate/flutter/unit_testing_app/ios/.gitignore @@ -0,0 +1,32 @@ +*.mode1v3 +*.mode2v3 +*.moved-aside +*.pbxuser +*.perspectivev3 +**/*sync/ +.sconsign.dblite +.tags* +**/.vagrant/ +**/DerivedData/ +Icon? +**/Pods/ +**/.symlinks/ +profile +xcuserdata +**/.generated/ +Flutter/App.framework +Flutter/Flutter.framework +Flutter/Flutter.podspec +Flutter/Generated.xcconfig +Flutter/app.flx +Flutter/app.zip +Flutter/flutter_assets/ +Flutter/flutter_export_environment.sh +ServiceDefinitions.json +Runner/GeneratedPluginRegistrant.* + +# Exceptions to above rules. +!default.mode1v3 +!default.mode2v3 +!default.pbxuser +!default.perspectivev3 diff --git a/examples/latest/navigate/ios/Camera/.gitignore b/examples/latest/navigate/ios/Camera/.gitignore new file mode 100644 index 00000000..d2164af4 --- /dev/null +++ b/examples/latest/navigate/ios/Camera/.gitignore @@ -0,0 +1,26 @@ +# OS X +.DS_Store + +# Xcode +build/ +*.pbxuser +!default.pbxuser +*.mode1v3 +!default.mode1v3 +*.mode2v3 +!default.mode2v3 +*.perspectivev3 +!default.perspectivev3 +xcuserdata/ +*.xccheckout +profile +*.moved-aside +DerivedData +*.hmap +*.ipa +*.lock +Pods/ +*.xcworkspace + +# SDK +*.xcframework diff --git a/examples/latest/navigate/ios/CameraKeyframeTracks/.gitignore b/examples/latest/navigate/ios/CameraKeyframeTracks/.gitignore new file mode 100644 index 00000000..d2164af4 --- /dev/null +++ b/examples/latest/navigate/ios/CameraKeyframeTracks/.gitignore @@ -0,0 +1,26 @@ +# OS X +.DS_Store + +# Xcode +build/ +*.pbxuser +!default.pbxuser +*.mode1v3 +!default.mode1v3 +*.mode2v3 +!default.mode2v3 +*.perspectivev3 +!default.perspectivev3 +xcuserdata/ +*.xccheckout +profile +*.moved-aside +DerivedData +*.hmap +*.ipa +*.lock +Pods/ +*.xcworkspace + +# SDK +*.xcframework diff --git a/examples/latest/navigate/ios/CartoPOIPicking/.gitignore b/examples/latest/navigate/ios/CartoPOIPicking/.gitignore new file mode 100644 index 00000000..d2164af4 --- /dev/null +++ b/examples/latest/navigate/ios/CartoPOIPicking/.gitignore @@ -0,0 +1,26 @@ +# OS X +.DS_Store + +# Xcode +build/ +*.pbxuser +!default.pbxuser +*.mode1v3 +!default.mode1v3 +*.mode2v3 +!default.mode2v3 +*.perspectivev3 +!default.perspectivev3 +xcuserdata/ +*.xccheckout +profile +*.moved-aside +DerivedData +*.hmap +*.ipa +*.lock +Pods/ +*.xcworkspace + +# SDK +*.xcframework diff --git a/examples/latest/navigate/ios/CustomMapStyles/.gitignore b/examples/latest/navigate/ios/CustomMapStyles/.gitignore new file mode 100644 index 00000000..d2164af4 --- /dev/null +++ b/examples/latest/navigate/ios/CustomMapStyles/.gitignore @@ -0,0 +1,26 @@ +# OS X +.DS_Store + +# Xcode +build/ +*.pbxuser +!default.pbxuser +*.mode1v3 +!default.mode1v3 +*.mode2v3 +!default.mode2v3 +*.perspectivev3 +!default.perspectivev3 +xcuserdata/ +*.xccheckout +profile +*.moved-aside +DerivedData +*.hmap +*.ipa +*.lock +Pods/ +*.xcworkspace + +# SDK +*.xcframework diff --git a/examples/latest/navigate/ios/CustomRasterLayers/.gitignore b/examples/latest/navigate/ios/CustomRasterLayers/.gitignore new file mode 100644 index 00000000..d2164af4 --- /dev/null +++ b/examples/latest/navigate/ios/CustomRasterLayers/.gitignore @@ -0,0 +1,26 @@ +# OS X +.DS_Store + +# Xcode +build/ +*.pbxuser +!default.pbxuser +*.mode1v3 +!default.mode1v3 +*.mode2v3 +!default.mode2v3 +*.perspectivev3 +!default.perspectivev3 +xcuserdata/ +*.xccheckout +profile +*.moved-aside +DerivedData +*.hmap +*.ipa +*.lock +Pods/ +*.xcworkspace + +# SDK +*.xcframework diff --git a/examples/latest/navigate/ios/CustomRasterTileSource/.gitignore b/examples/latest/navigate/ios/CustomRasterTileSource/.gitignore new file mode 100644 index 00000000..d2164af4 --- /dev/null +++ b/examples/latest/navigate/ios/CustomRasterTileSource/.gitignore @@ -0,0 +1,26 @@ +# OS X +.DS_Store + +# Xcode +build/ +*.pbxuser +!default.pbxuser +*.mode1v3 +!default.mode1v3 +*.mode2v3 +!default.mode2v3 +*.perspectivev3 +!default.perspectivev3 +xcuserdata/ +*.xccheckout +profile +*.moved-aside +DerivedData +*.hmap +*.ipa +*.lock +Pods/ +*.xcworkspace + +# SDK +*.xcframework diff --git a/examples/latest/navigate/ios/EVRouting/.gitignore b/examples/latest/navigate/ios/EVRouting/.gitignore new file mode 100644 index 00000000..d2164af4 --- /dev/null +++ b/examples/latest/navigate/ios/EVRouting/.gitignore @@ -0,0 +1,26 @@ +# OS X +.DS_Store + +# Xcode +build/ +*.pbxuser +!default.pbxuser +*.mode1v3 +!default.mode1v3 +*.mode2v3 +!default.mode2v3 +*.perspectivev3 +!default.perspectivev3 +xcuserdata/ +*.xccheckout +profile +*.moved-aside +DerivedData +*.hmap +*.ipa +*.lock +Pods/ +*.xcworkspace + +# SDK +*.xcframework diff --git a/examples/latest/navigate/ios/Gestures/.gitignore b/examples/latest/navigate/ios/Gestures/.gitignore new file mode 100644 index 00000000..d2164af4 --- /dev/null +++ b/examples/latest/navigate/ios/Gestures/.gitignore @@ -0,0 +1,26 @@ +# OS X +.DS_Store + +# Xcode +build/ +*.pbxuser +!default.pbxuser +*.mode1v3 +!default.mode1v3 +*.mode2v3 +!default.mode2v3 +*.perspectivev3 +!default.perspectivev3 +xcuserdata/ +*.xccheckout +profile +*.moved-aside +DerivedData +*.hmap +*.ipa +*.lock +Pods/ +*.xcworkspace + +# SDK +*.xcframework diff --git a/examples/latest/navigate/ios/HelloMap/.gitignore b/examples/latest/navigate/ios/HelloMap/.gitignore new file mode 100644 index 00000000..d2164af4 --- /dev/null +++ b/examples/latest/navigate/ios/HelloMap/.gitignore @@ -0,0 +1,26 @@ +# OS X +.DS_Store + +# Xcode +build/ +*.pbxuser +!default.pbxuser +*.mode1v3 +!default.mode1v3 +*.mode2v3 +!default.mode2v3 +*.perspectivev3 +!default.perspectivev3 +xcuserdata/ +*.xccheckout +profile +*.moved-aside +DerivedData +*.hmap +*.ipa +*.lock +Pods/ +*.xcworkspace + +# SDK +*.xcframework diff --git a/examples/latest/navigate/ios/HelloMapCarPlay/.gitignore b/examples/latest/navigate/ios/HelloMapCarPlay/.gitignore new file mode 100644 index 00000000..d2164af4 --- /dev/null +++ b/examples/latest/navigate/ios/HelloMapCarPlay/.gitignore @@ -0,0 +1,26 @@ +# OS X +.DS_Store + +# Xcode +build/ +*.pbxuser +!default.pbxuser +*.mode1v3 +!default.mode1v3 +*.mode2v3 +!default.mode2v3 +*.perspectivev3 +!default.perspectivev3 +xcuserdata/ +*.xccheckout +profile +*.moved-aside +DerivedData +*.hmap +*.ipa +*.lock +Pods/ +*.xcworkspace + +# SDK +*.xcframework diff --git a/examples/latest/navigate/ios/HelloMapWithStoryboard/.gitignore b/examples/latest/navigate/ios/HelloMapWithStoryboard/.gitignore new file mode 100644 index 00000000..d2164af4 --- /dev/null +++ b/examples/latest/navigate/ios/HelloMapWithStoryboard/.gitignore @@ -0,0 +1,26 @@ +# OS X +.DS_Store + +# Xcode +build/ +*.pbxuser +!default.pbxuser +*.mode1v3 +!default.mode1v3 +*.mode2v3 +!default.mode2v3 +*.perspectivev3 +!default.perspectivev3 +xcuserdata/ +*.xccheckout +profile +*.moved-aside +DerivedData +*.hmap +*.ipa +*.lock +Pods/ +*.xcworkspace + +# SDK +*.xcframework diff --git a/examples/latest/navigate/ios/HikingDiary/.gitignore b/examples/latest/navigate/ios/HikingDiary/.gitignore new file mode 100644 index 00000000..4133d128 --- /dev/null +++ b/examples/latest/navigate/ios/HikingDiary/.gitignore @@ -0,0 +1,27 @@ +# OS X +.DS_Store + +# Xcode +build/ +*.pbxuser +!default.pbxuser +*.mode1v3 +!default.mode1v3 +*.mode2v3 +!default.mode2v3 +*.perspectivev3 +!default.perspectivev3 +xcuserdata/ +*.xccheckout +profile +*.moved-aside +DerivedData +*.hmap +*.ipa +*.lock +Pods/ +*.xcworkspace +*/xcshareddata/ + +# SDK +*.xcframework diff --git a/examples/latest/navigate/ios/IndoorMap/.gitignore b/examples/latest/navigate/ios/IndoorMap/.gitignore new file mode 100644 index 00000000..d2164af4 --- /dev/null +++ b/examples/latest/navigate/ios/IndoorMap/.gitignore @@ -0,0 +1,26 @@ +# OS X +.DS_Store + +# Xcode +build/ +*.pbxuser +!default.pbxuser +*.mode1v3 +!default.mode1v3 +*.mode2v3 +!default.mode2v3 +*.perspectivev3 +!default.perspectivev3 +xcuserdata/ +*.xccheckout +profile +*.moved-aside +DerivedData +*.hmap +*.ipa +*.lock +Pods/ +*.xcworkspace + +# SDK +*.xcframework diff --git a/examples/latest/navigate/ios/MapItems/.gitignore b/examples/latest/navigate/ios/MapItems/.gitignore new file mode 100644 index 00000000..d2164af4 --- /dev/null +++ b/examples/latest/navigate/ios/MapItems/.gitignore @@ -0,0 +1,26 @@ +# OS X +.DS_Store + +# Xcode +build/ +*.pbxuser +!default.pbxuser +*.mode1v3 +!default.mode1v3 +*.mode2v3 +!default.mode2v3 +*.perspectivev3 +!default.perspectivev3 +xcuserdata/ +*.xccheckout +profile +*.moved-aside +DerivedData +*.hmap +*.ipa +*.lock +Pods/ +*.xcworkspace + +# SDK +*.xcframework diff --git a/examples/latest/navigate/ios/Navigation/.gitignore b/examples/latest/navigate/ios/Navigation/.gitignore new file mode 100644 index 00000000..d2164af4 --- /dev/null +++ b/examples/latest/navigate/ios/Navigation/.gitignore @@ -0,0 +1,26 @@ +# OS X +.DS_Store + +# Xcode +build/ +*.pbxuser +!default.pbxuser +*.mode1v3 +!default.mode1v3 +*.mode2v3 +!default.mode2v3 +*.perspectivev3 +!default.perspectivev3 +xcuserdata/ +*.xccheckout +profile +*.moved-aside +DerivedData +*.hmap +*.ipa +*.lock +Pods/ +*.xcworkspace + +# SDK +*.xcframework diff --git a/examples/latest/navigate/ios/NavigationCustom/.gitignore b/examples/latest/navigate/ios/NavigationCustom/.gitignore new file mode 100644 index 00000000..d2164af4 --- /dev/null +++ b/examples/latest/navigate/ios/NavigationCustom/.gitignore @@ -0,0 +1,26 @@ +# OS X +.DS_Store + +# Xcode +build/ +*.pbxuser +!default.pbxuser +*.mode1v3 +!default.mode1v3 +*.mode2v3 +!default.mode2v3 +*.perspectivev3 +!default.perspectivev3 +xcuserdata/ +*.xccheckout +profile +*.moved-aside +DerivedData +*.hmap +*.ipa +*.lock +Pods/ +*.xcworkspace + +# SDK +*.xcframework diff --git a/examples/latest/navigate/ios/NavigationQuickStart/.gitignore b/examples/latest/navigate/ios/NavigationQuickStart/.gitignore new file mode 100644 index 00000000..d2164af4 --- /dev/null +++ b/examples/latest/navigate/ios/NavigationQuickStart/.gitignore @@ -0,0 +1,26 @@ +# OS X +.DS_Store + +# Xcode +build/ +*.pbxuser +!default.pbxuser +*.mode1v3 +!default.mode1v3 +*.mode2v3 +!default.mode2v3 +*.perspectivev3 +!default.perspectivev3 +xcuserdata/ +*.xccheckout +profile +*.moved-aside +DerivedData +*.hmap +*.ipa +*.lock +Pods/ +*.xcworkspace + +# SDK +*.xcframework diff --git a/examples/latest/navigate/ios/OfflineMaps/.gitignore b/examples/latest/navigate/ios/OfflineMaps/.gitignore new file mode 100644 index 00000000..d2164af4 --- /dev/null +++ b/examples/latest/navigate/ios/OfflineMaps/.gitignore @@ -0,0 +1,26 @@ +# OS X +.DS_Store + +# Xcode +build/ +*.pbxuser +!default.pbxuser +*.mode1v3 +!default.mode1v3 +*.mode2v3 +!default.mode2v3 +*.perspectivev3 +!default.perspectivev3 +xcuserdata/ +*.xccheckout +profile +*.moved-aside +DerivedData +*.hmap +*.ipa +*.lock +Pods/ +*.xcworkspace + +# SDK +*.xcframework diff --git a/examples/latest/navigate/ios/OffscreenMap/.gitignore b/examples/latest/navigate/ios/OffscreenMap/.gitignore new file mode 100644 index 00000000..d2164af4 --- /dev/null +++ b/examples/latest/navigate/ios/OffscreenMap/.gitignore @@ -0,0 +1,26 @@ +# OS X +.DS_Store + +# Xcode +build/ +*.pbxuser +!default.pbxuser +*.mode1v3 +!default.mode1v3 +*.mode2v3 +!default.mode2v3 +*.perspectivev3 +!default.perspectivev3 +xcuserdata/ +*.xccheckout +profile +*.moved-aside +DerivedData +*.hmap +*.ipa +*.lock +Pods/ +*.xcworkspace + +# SDK +*.xcframework diff --git a/examples/latest/navigate/ios/Positioning/.gitignore b/examples/latest/navigate/ios/Positioning/.gitignore new file mode 100644 index 00000000..d2164af4 --- /dev/null +++ b/examples/latest/navigate/ios/Positioning/.gitignore @@ -0,0 +1,26 @@ +# OS X +.DS_Store + +# Xcode +build/ +*.pbxuser +!default.pbxuser +*.mode1v3 +!default.mode1v3 +*.mode2v3 +!default.mode2v3 +*.perspectivev3 +!default.perspectivev3 +xcuserdata/ +*.xccheckout +profile +*.moved-aside +DerivedData +*.hmap +*.ipa +*.lock +Pods/ +*.xcworkspace + +# SDK +*.xcframework diff --git a/examples/latest/navigate/ios/PublicTransit/.gitignore b/examples/latest/navigate/ios/PublicTransit/.gitignore new file mode 100644 index 00000000..d2164af4 --- /dev/null +++ b/examples/latest/navigate/ios/PublicTransit/.gitignore @@ -0,0 +1,26 @@ +# OS X +.DS_Store + +# Xcode +build/ +*.pbxuser +!default.pbxuser +*.mode1v3 +!default.mode1v3 +*.mode2v3 +!default.mode2v3 +*.perspectivev3 +!default.perspectivev3 +xcuserdata/ +*.xccheckout +profile +*.moved-aside +DerivedData +*.hmap +*.ipa +*.lock +Pods/ +*.xcworkspace + +# SDK +*.xcframework diff --git a/examples/latest/navigate/ios/Rerouting/.gitignore b/examples/latest/navigate/ios/Rerouting/.gitignore new file mode 100644 index 00000000..d2164af4 --- /dev/null +++ b/examples/latest/navigate/ios/Rerouting/.gitignore @@ -0,0 +1,26 @@ +# OS X +.DS_Store + +# Xcode +build/ +*.pbxuser +!default.pbxuser +*.mode1v3 +!default.mode1v3 +*.mode2v3 +!default.mode2v3 +*.perspectivev3 +!default.perspectivev3 +xcuserdata/ +*.xccheckout +profile +*.moved-aside +DerivedData +*.hmap +*.ipa +*.lock +Pods/ +*.xcworkspace + +# SDK +*.xcframework diff --git a/examples/latest/navigate/ios/Routing/.gitignore b/examples/latest/navigate/ios/Routing/.gitignore new file mode 100644 index 00000000..d2164af4 --- /dev/null +++ b/examples/latest/navigate/ios/Routing/.gitignore @@ -0,0 +1,26 @@ +# OS X +.DS_Store + +# Xcode +build/ +*.pbxuser +!default.pbxuser +*.mode1v3 +!default.mode1v3 +*.mode2v3 +!default.mode2v3 +*.perspectivev3 +!default.perspectivev3 +xcuserdata/ +*.xccheckout +profile +*.moved-aside +DerivedData +*.hmap +*.ipa +*.lock +Pods/ +*.xcworkspace + +# SDK +*.xcframework diff --git a/examples/latest/navigate/ios/Routing/Routing/RoutingExample.swift b/examples/latest/navigate/ios/Routing/Routing/RoutingExample.swift index 8b281726..e7236f8f 100644 --- a/examples/latest/navigate/ios/Routing/Routing/RoutingExample.swift +++ b/examples/latest/navigate/ios/Routing/Routing/RoutingExample.swift @@ -28,7 +28,8 @@ class RoutingExample { private var routingEngine: RoutingEngine private var startGeoCoordinates: GeoCoordinates? private var destinationGeoCoordinates: GeoCoordinates? - private var disableOptimization = false + private var disableOptimization = true + private var waypoints: Array = Array() init(_ mapView: MapView) { self.mapView = mapView @@ -61,9 +62,13 @@ class RoutingExample { func addRoute() { startGeoCoordinates = createRandomGeoCoordinatesAroundMapCenter() destinationGeoCoordinates = createRandomGeoCoordinatesAroundMapCenter() - - routingEngine.calculateRoute(with: [Waypoint(coordinates: startGeoCoordinates!), - Waypoint(coordinates: destinationGeoCoordinates!)], + waypoints = [Waypoint(coordinates: startGeoCoordinates!), + Waypoint(coordinates: destinationGeoCoordinates!)] + calculateRoute(waypoints: waypoints) + } + + private func calculateRoute(waypoints: Array){ + routingEngine.calculateRoute(with: waypoints, carOptions: getCaroptions()) { (routingError, routes) in if let error = routingError { @@ -79,6 +84,7 @@ class RoutingExample { self.logRouteSectionDetails(route: route!) self.logRouteViolations(route: route!) self.logTollDetails(route: route!) + self.showWaypointsOnMap() } } @@ -120,6 +126,9 @@ class RoutingExample { func toggleTrafficOptimization(){ disableOptimization = !disableOptimization + if !waypoints.isEmpty { + calculateRoute(waypoints: waypoints) + } } private func toString(geoCoordinates: GeoCoordinates) -> String { @@ -234,13 +243,6 @@ class RoutingExample { // Please note that this is not the recommended way. It is recommeded to display the default traffic polylines adjacent to route polyline. showTrafficOnRoute(route) - let startPoint = route.sections.first!.departurePlace.mapMatchedCoordinates - let destination = route.sections.last!.arrivalPlace.mapMatchedCoordinates - - // Draw a circle to indicate starting point and destination. - addCircleMapMarker(geoCoordinates: startPoint, imageName: "green_dot.png") - addCircleMapMarker(geoCoordinates: destination, imageName: "green_dot.png") - // Log maneuver instructions per route leg / sections. let sections = route.sections for section in sections { @@ -271,28 +273,21 @@ class RoutingExample { let waypoint1GeoCoordinates = createRandomGeoCoordinatesAroundMapCenter() let waypoint2GeoCoordinates = createRandomGeoCoordinatesAroundMapCenter() - let waypoints = [Waypoint(coordinates: startGeoCoordinates), + waypoints = [Waypoint(coordinates: startGeoCoordinates), Waypoint(coordinates: waypoint1GeoCoordinates), Waypoint(coordinates: waypoint2GeoCoordinates), Waypoint(coordinates: destinationGeoCoordinates)] + calculateRoute(waypoints: waypoints) + } + + private func showWaypointsOnMap(){ + // Draw a green circle to indicate starting point and destination. + addCircleMapMarker(geoCoordinates: waypoints.first!.coordinates, imageName: "green_dot.png") + addCircleMapMarker(geoCoordinates: waypoints.last!.coordinates, imageName: "green_dot.png") - routingEngine.calculateRoute(with: waypoints, - carOptions: getCaroptions()) { (routingError, routes) in - - if let error = routingError { - self.showDialog(title: "Error while calculating a route:", message: "\(error)") - return - } - - let route = routes!.first - self.showRouteDetails(route: route!) - self.showRouteOnMap(route: route!) - self.logRouteSectionDetails(route: route!) - self.logRouteViolations(route: route!) - + for i in 1...waypoints.count-1{ // Draw a circle to indicate the location of the waypoints. - self.addCircleMapMarker(geoCoordinates: waypoint1GeoCoordinates, imageName: "red_dot.png") - self.addCircleMapMarker(geoCoordinates: waypoint2GeoCoordinates, imageName: "red_dot.png") + addCircleMapMarker(geoCoordinates: waypoints[i].coordinates, imageName: "red_dot.png") } } diff --git a/examples/latest/navigate/ios/RoutingHybrid/.gitignore b/examples/latest/navigate/ios/RoutingHybrid/.gitignore new file mode 100644 index 00000000..d2164af4 --- /dev/null +++ b/examples/latest/navigate/ios/RoutingHybrid/.gitignore @@ -0,0 +1,26 @@ +# OS X +.DS_Store + +# Xcode +build/ +*.pbxuser +!default.pbxuser +*.mode1v3 +!default.mode1v3 +*.mode2v3 +!default.mode2v3 +*.perspectivev3 +!default.perspectivev3 +xcuserdata/ +*.xccheckout +profile +*.moved-aside +DerivedData +*.hmap +*.ipa +*.lock +Pods/ +*.xcworkspace + +# SDK +*.xcframework diff --git a/examples/latest/navigate/ios/Search/.gitignore b/examples/latest/navigate/ios/Search/.gitignore new file mode 100644 index 00000000..d2164af4 --- /dev/null +++ b/examples/latest/navigate/ios/Search/.gitignore @@ -0,0 +1,26 @@ +# OS X +.DS_Store + +# Xcode +build/ +*.pbxuser +!default.pbxuser +*.mode1v3 +!default.mode1v3 +*.mode2v3 +!default.mode2v3 +*.perspectivev3 +!default.perspectivev3 +xcuserdata/ +*.xccheckout +profile +*.moved-aside +DerivedData +*.hmap +*.ipa +*.lock +Pods/ +*.xcworkspace + +# SDK +*.xcframework diff --git a/examples/latest/navigate/ios/SearchHybrid/.gitignore b/examples/latest/navigate/ios/SearchHybrid/.gitignore new file mode 100644 index 00000000..d2164af4 --- /dev/null +++ b/examples/latest/navigate/ios/SearchHybrid/.gitignore @@ -0,0 +1,26 @@ +# OS X +.DS_Store + +# Xcode +build/ +*.pbxuser +!default.pbxuser +*.mode1v3 +!default.mode1v3 +*.mode2v3 +!default.mode2v3 +*.perspectivev3 +!default.perspectivev3 +xcuserdata/ +*.xccheckout +profile +*.moved-aside +DerivedData +*.hmap +*.ipa +*.lock +Pods/ +*.xcworkspace + +# SDK +*.xcframework diff --git a/examples/latest/navigate/ios/SpatialAudioNavigation/.gitignore b/examples/latest/navigate/ios/SpatialAudioNavigation/.gitignore new file mode 100644 index 00000000..d2164af4 --- /dev/null +++ b/examples/latest/navigate/ios/SpatialAudioNavigation/.gitignore @@ -0,0 +1,26 @@ +# OS X +.DS_Store + +# Xcode +build/ +*.pbxuser +!default.pbxuser +*.mode1v3 +!default.mode1v3 +*.mode2v3 +!default.mode2v3 +*.perspectivev3 +!default.perspectivev3 +xcuserdata/ +*.xccheckout +profile +*.moved-aside +DerivedData +*.hmap +*.ipa +*.lock +Pods/ +*.xcworkspace + +# SDK +*.xcframework diff --git a/examples/latest/navigate/ios/StandAloneEngine/.gitignore b/examples/latest/navigate/ios/StandAloneEngine/.gitignore new file mode 100644 index 00000000..d2164af4 --- /dev/null +++ b/examples/latest/navigate/ios/StandAloneEngine/.gitignore @@ -0,0 +1,26 @@ +# OS X +.DS_Store + +# Xcode +build/ +*.pbxuser +!default.pbxuser +*.mode1v3 +!default.mode1v3 +*.mode2v3 +!default.mode2v3 +*.perspectivev3 +!default.perspectivev3 +xcuserdata/ +*.xccheckout +profile +*.moved-aside +DerivedData +*.hmap +*.ipa +*.lock +Pods/ +*.xcworkspace + +# SDK +*.xcframework diff --git a/examples/latest/navigate/ios/Traffic/.gitignore b/examples/latest/navigate/ios/Traffic/.gitignore new file mode 100644 index 00000000..d2164af4 --- /dev/null +++ b/examples/latest/navigate/ios/Traffic/.gitignore @@ -0,0 +1,26 @@ +# OS X +.DS_Store + +# Xcode +build/ +*.pbxuser +!default.pbxuser +*.mode1v3 +!default.mode1v3 +*.mode2v3 +!default.mode2v3 +*.perspectivev3 +!default.perspectivev3 +xcuserdata/ +*.xccheckout +profile +*.moved-aside +DerivedData +*.hmap +*.ipa +*.lock +Pods/ +*.xcworkspace + +# SDK +*.xcframework diff --git a/examples/latest/navigate/ios/TruckGuidance/.gitignore b/examples/latest/navigate/ios/TruckGuidance/.gitignore new file mode 100644 index 00000000..d2164af4 --- /dev/null +++ b/examples/latest/navigate/ios/TruckGuidance/.gitignore @@ -0,0 +1,26 @@ +# OS X +.DS_Store + +# Xcode +build/ +*.pbxuser +!default.pbxuser +*.mode1v3 +!default.mode1v3 +*.mode2v3 +!default.mode2v3 +*.perspectivev3 +!default.perspectivev3 +xcuserdata/ +*.xccheckout +profile +*.moved-aside +DerivedData +*.hmap +*.ipa +*.lock +Pods/ +*.xcworkspace + +# SDK +*.xcframework diff --git a/examples/latest/navigate/ios/UnitTesting/.gitignore b/examples/latest/navigate/ios/UnitTesting/.gitignore new file mode 100644 index 00000000..d2164af4 --- /dev/null +++ b/examples/latest/navigate/ios/UnitTesting/.gitignore @@ -0,0 +1,26 @@ +# OS X +.DS_Store + +# Xcode +build/ +*.pbxuser +!default.pbxuser +*.mode1v3 +!default.mode1v3 +*.mode2v3 +!default.mode2v3 +*.perspectivev3 +!default.perspectivev3 +xcuserdata/ +*.xccheckout +profile +*.moved-aside +DerivedData +*.hmap +*.ipa +*.lock +Pods/ +*.xcworkspace + +# SDK +*.xcframework