Jump to Content
HERE SDK
GuidesFlutter API ReferencesHERE SDK for Android API referencesHERE SDK for iOS API references
v4.25.5-0

HERE SDK
Log In
Jump to Content
HERE SDK
v4.25.5-0GuidesFlutter API ReferencesHERE SDK for Android API referencesHERE SDK for iOS API references
Log In

Deprecated List (API Reference)

Deprecated List (API Reference)
Skip navigation links
  • Overview
  • Package
  • Class
  • Tree
  • Deprecated
  • Index
  • Help

Deprecated API

Contents

  • Classes
  • Enum Classes
  • Fields
  • Methods
  • Constructors
  • Enum Constants
  • Deprecated Classes
    Class
    Description
    com.here.sdk.routing.BicycleOptions

    Will be removed in v4.28.0. Use RoutingOptions class instead.

    com.here.sdk.routing.BusOptions

    Will be removed in v4.28.0. Use RoutingOptions class instead.

    com.here.sdk.routing.CarOptions

    Will be removed in v4.28.0. Use RoutingOptions class instead.

    com.here.sdk.routing.EVCarOptions

    Will be removed in v4.28.0. Use RoutingOptions class instead.

    com.here.sdk.routing.EVTruckOptions

    Will be removed in v4.28.0. Use RoutingOptions class instead.

    com.here.sdk.routing.PedestrianOptions

    Will be removed in v4.28.0. Use RoutingOptions class instead.

    com.here.sdk.routing.PrivateBusOptions

    Will be removed in v4.28.0. Use RoutingOptions class instead.

    com.here.sdk.routing.RefreshRouteOptions

    Will be removed in v4.28.0. Use the RoutingOptions class instead.

    com.here.sdk.routing.ScooterOptions

    Will be removed in v4.28.0. Use RoutingOptions class instead.

    com.here.sdk.routing.TaxiOptions

    Will be removed in v4.28.0. Use RoutingOptions class instead.

    com.here.sdk.routing.TruckOptions

    Will be removed in v4.28.0. Use RoutingOptions class instead.

  • Deprecated Enum Classes
    Enum Class
    Description
    com.here.sdk.transport.TruckType

    Will be removed in v4.27.0. Use TruckCategory instead.

  • Deprecated Fields
    Field
    Description
    com.here.sdk.routing.IsolineOptions.carOptions

    Will be removed in v4.28.0. Use the routing_options instead.

    com.here.sdk.routing.IsolineOptions.evCarOptions

    Will be removed in v4.28.0. Use the routing_options instead.

    com.here.sdk.routing.IsolineOptions.evTruckOptions

    Will be removed in v4.28.0. Use the routing_options instead.

    com.here.sdk.routing.IsolineOptions.truckOptions

    Will be removed in v4.28.0. Use the routing_options instead.

    com.here.sdk.routing.ViolatedRestriction.Details.forbiddenTruckType

    Will be removed in v4.27.0. Use forbidden_truck_category instead.

    com.here.sdk.search.PlaceCategory.SIGHTS_LANDMARK_ATTACTION

    Will be removed in v4.26.0. Please use SIGHTS_LANDMARK_ATTRACTION instead.

    com.here.sdk.transport.VehicleSpecification.truckType

    Will be removed in v4.27.0. Use VehicleSpecification.truckCategory instead.

  • Deprecated Methods
    Method
    Description
    com.here.sdk.core.engine.LockingProcess.destroyLockingProcess(SDKOptions, long)

    Will be removed in v4.27.0, use LockingProcess.destroyLockingProcess(android.content.Context, SDKOptions, long) instead.

    com.here.sdk.core.engine.LockingProcess.getLockingProcessId(SDKOptions)

    Will be removed in v4.27.0, use LockingProcess.getLockingProcessId(android.content.Context, SDKOptions) instead.

    com.here.sdk.mapview.LocationIndicator.setMarker3dModel(MapMarker3DModel, double, LocationIndicator.MarkerType)

    Will be removed in v4.27.0. Please use the overloaded method with RenderSize.Unit instead.

    com.here.sdk.mapview.MapCameraKeyframeTrack.lookAtDistance(List<ScalarKeyframe>, Easing, KeyframeInterpolationMode)

    Will be removed in v4.27.0. Use , Easing, KeyframeInterpolationMode) instead.

    com.here.sdk.mapview.MapSurface.setSurface(Context, Surface, int, int)

    Will be removed in v4.26.0. Please use attachSurface.

    com.here.sdk.mapview.MapSurface.setSurface(Context, Surface, int, int, MapSurface.RenderListener)

    Will be removed in v4.26.0. Please use attachSurface.

    com.here.sdk.routing.RoutingEngine.calculateRoute(List<Waypoint>, BicycleOptions, CalculateRouteCallback)

    Will be removed in v4.28.0. Use the calculate_route() methods with RoutingOptions parameter instead.

    com.here.sdk.routing.RoutingEngine.calculateRoute(List<Waypoint>, BusOptions, CalculateRouteCallback)

    Will be removed in v4.28.0. Use the calculate_route() methods with RoutingOptions parameter instead.

    com.here.sdk.routing.RoutingEngine.calculateRoute(List<Waypoint>, CarOptions, CalculateRouteCallback)

    Will be removed in v4.28.0. Use the calculate_route() methods with RoutingOptions parameter instead.

    com.here.sdk.routing.RoutingEngine.calculateRoute(List<Waypoint>, EVCarOptions, CalculateRouteCallback)

    Will be removed in v4.28.0. Use the calculate_route() methods with RoutingOptions parameter instead.

    com.here.sdk.routing.RoutingEngine.calculateRoute(List<Waypoint>, EVTruckOptions, CalculateRouteCallback)

    Will be removed in v4.28.0. Use the calculate_route() methods with RoutingOptions parameter instead.

    com.here.sdk.routing.RoutingEngine.calculateRoute(List<Waypoint>, PedestrianOptions, CalculateRouteCallback)

    Will be removed in v4.28.0. Use the calculate_route() methods with RoutingOptions parameter instead.

    com.here.sdk.routing.RoutingEngine.calculateRoute(List<Waypoint>, PrivateBusOptions, CalculateRouteCallback)

    Will be removed in v4.28.0. Use the calculate_route() methods with RoutingOptions parameter instead.

    com.here.sdk.routing.RoutingEngine.calculateRoute(List<Waypoint>, ScooterOptions, CalculateRouteCallback)

    Will be removed in v4.28.0. Use the calculate_route() methods with RoutingOptions parameter instead.

    com.here.sdk.routing.RoutingEngine.calculateRoute(List<Waypoint>, TaxiOptions, CalculateRouteCallback)

    Will be removed in v4.28.0. Use the calculate_route() methods with RoutingOptions parameter instead.

    com.here.sdk.routing.RoutingEngine.calculateRoute(List<Waypoint>, TruckOptions, CalculateRouteCallback)

    Will be removed in v4.28.0. Use the calculate_route() methods with RoutingOptions parameter instead.

    com.here.sdk.routing.RoutingEngine.importRoute(RouteHandle, RefreshRouteOptions, CalculateRouteCallback)

    Will be removed in v4.28.0. Use the import_route() methods with RoutingOptions parameter instead.

    com.here.sdk.routing.RoutingEngine.importRoute(List<Location>, BicycleOptions, CalculateRouteCallback)

    Will be removed in v4.28.0. Use the import_route() methods with RoutingOptions parameter instead.

    com.here.sdk.routing.RoutingEngine.importRoute(List<Location>, BusOptions, CalculateRouteCallback)

    Will be removed in v4.28.0. Use the import_route() methods with RoutingOptions parameter instead.

    com.here.sdk.routing.RoutingEngine.importRoute(List<Location>, CarOptions, CalculateRouteCallback)

    Will be removed in v4.28.0. Use the import_route() methods with RoutingOptions parameter instead.

    com.here.sdk.routing.RoutingEngine.importRoute(List<Location>, EVCarOptions, CalculateRouteCallback)

    Will be removed in v4.28.0. Use the import_route() methods with RoutingOptions parameter instead.

    com.here.sdk.routing.RoutingEngine.importRoute(List<Location>, EVTruckOptions, CalculateRouteCallback)

    Will be removed in v4.28.0. Use the import_route() methods with RoutingOptions parameter instead.

    com.here.sdk.routing.RoutingEngine.importRoute(List<Location>, PedestrianOptions, CalculateRouteCallback)

    Will be removed in v4.28.0. Use the import_route() methods with RoutingOptions parameter instead.

    com.here.sdk.routing.RoutingEngine.importRoute(List<Location>, PrivateBusOptions, CalculateRouteCallback)

    Will be removed in v4.28.0. Use the import_route() methods with RoutingOptions parameter instead.

    com.here.sdk.routing.RoutingEngine.importRoute(List<Location>, ScooterOptions, CalculateRouteCallback)

    Will be removed in v4.28.0. Use the import_route() methods with RoutingOptions parameter instead.

    com.here.sdk.routing.RoutingEngine.importRoute(List<Location>, TaxiOptions, CalculateRouteCallback)

    Will be removed in v4.28.0. Use the import_route() methods with RoutingOptions parameter instead.

    com.here.sdk.routing.RoutingEngine.importRoute(List<Location>, TruckOptions, CalculateRouteCallback)

    Will be removed in v4.28.0. Use the import_route() methods with RoutingOptions parameter instead.

    com.here.sdk.routing.RoutingEngine.importRoute(List<Location>, List<RouteStop>, BicycleOptions, CalculateRouteCallback)

    Will be removed in v4.28.0. Use the import_route() methods with RoutingOptions parameter instead.

    com.here.sdk.routing.RoutingEngine.importRoute(List<Location>, List<RouteStop>, BusOptions, CalculateRouteCallback)

    Will be removed in v4.28.0. Use the import_route() methods with RoutingOptions parameter instead.

    com.here.sdk.routing.RoutingEngine.importRoute(List<Location>, List<RouteStop>, CarOptions, CalculateRouteCallback)

    Will be removed in v4.28.0. Use the import_route() methods with RoutingOptions parameter instead.

    com.here.sdk.routing.RoutingEngine.importRoute(List<Location>, List<RouteStop>, EVCarOptions, CalculateRouteCallback)

    Will be removed in v4.28.0. Use the import_route() methods with RoutingOptions parameter instead.

    com.here.sdk.routing.RoutingEngine.importRoute(List<Location>, List<RouteStop>, EVTruckOptions, CalculateRouteCallback)

    Will be removed in v4.28.0. Use the import_route() methods with RoutingOptions parameter instead.

    com.here.sdk.routing.RoutingEngine.importRoute(List<Location>, List<RouteStop>, PedestrianOptions, CalculateRouteCallback)

    Will be removed in v4.28.0. Use the import_route() methods with RoutingOptions parameter instead.

    com.here.sdk.routing.RoutingEngine.importRoute(List<Location>, List<RouteStop>, PrivateBusOptions, CalculateRouteCallback)

    Will be removed in v4.28.0. Use the import_route() methods with RoutingOptions parameter instead.

    com.here.sdk.routing.RoutingEngine.importRoute(List<Location>, List<RouteStop>, ScooterOptions, CalculateRouteCallback)

    Will be removed in v4.28.0. Use the import_route() methods with RoutingOptions parameter instead.

    com.here.sdk.routing.RoutingEngine.importRoute(List<Location>, List<RouteStop>, TaxiOptions, CalculateRouteCallback)

    Will be removed in v4.28.0. Use the import_route() methods with RoutingOptions parameter instead.

    com.here.sdk.routing.RoutingEngine.importRoute(List<Location>, List<RouteStop>, TruckOptions, CalculateRouteCallback)

    Will be removed in v4.28.0. Use the import_route() methods with RoutingOptions parameter instead.

    com.here.sdk.routing.RoutingEngine.refreshRoute(RouteHandle, Waypoint, RefreshRouteOptions, CalculateRouteCallback)

    Will be removed in v4.28.0. Use the refresh_route() methods with RoutingOptions parameter instead.

    com.here.sdk.routing.RoutingEngine.refreshRoute(RouteHandle, Waypoint, Integer, Integer, RefreshRouteOptions, CalculateRouteCallback)

    Will be removed in v4.28.0. Use the refresh_route() methods with RoutingOptions parameter instead.

    com.here.sdk.routing.RoutingInterface.calculateRoute(List<Waypoint>, BicycleOptions, CalculateRouteCallback)

    Will be removed in v4.28.0. Use the calculate_route() methods with RoutingOptions parameter instead.

    com.here.sdk.routing.RoutingInterface.calculateRoute(List<Waypoint>, BusOptions, CalculateRouteCallback)

    Will be removed in v4.28.0. Use the calculate_route() methods with RoutingOptions parameter instead.

    com.here.sdk.routing.RoutingInterface.calculateRoute(List<Waypoint>, CarOptions, CalculateRouteCallback)

    Will be removed in v4.28.0. Use the calculate_route() methods with RoutingOptions parameter instead.

    com.here.sdk.routing.RoutingInterface.calculateRoute(List<Waypoint>, EVCarOptions, CalculateRouteCallback)

    Will be removed in v4.28.0. Use the calculate_route() methods with RoutingOptions parameter instead.

    com.here.sdk.routing.RoutingInterface.calculateRoute(List<Waypoint>, EVTruckOptions, CalculateRouteCallback)

    Will be removed in v4.28.0. Use the calculate_route() methods with RoutingOptions parameter instead.

    com.here.sdk.routing.RoutingInterface.calculateRoute(List<Waypoint>, PedestrianOptions, CalculateRouteCallback)

    Will be removed in v4.28.0. Use the calculate_route() methods with RoutingOptions parameter instead.

    com.here.sdk.routing.RoutingInterface.calculateRoute(List<Waypoint>, PrivateBusOptions, CalculateRouteCallback)

    Will be removed in v4.28.0. Use the calculate_route() methods with RoutingOptions parameter instead.

    com.here.sdk.routing.RoutingInterface.calculateRoute(List<Waypoint>, ScooterOptions, CalculateRouteCallback)

    Will be removed in v4.28.0. Use the calculate_route() methods with RoutingOptions parameter instead.

    com.here.sdk.routing.RoutingInterface.calculateRoute(List<Waypoint>, TaxiOptions, CalculateRouteCallback)

    Will be removed in v4.28.0. Use the calculate_route() methods with RoutingOptions parameter instead.

    com.here.sdk.routing.RoutingInterface.calculateRoute(List<Waypoint>, TruckOptions, CalculateRouteCallback)

    Will be removed in v4.28.0. Use the calculate_route() methods with RoutingOptions parameter instead.

  • Deprecated Constructors
    Constructor
    Description
    com.here.sdk.routing.IsolineOptions(IsolineOptions.Calculation, CarOptions)

    Will be removed in v4.28.0. Use the constructor with RoutingOptions parameter instead.

    com.here.sdk.routing.IsolineOptions(IsolineOptions.Calculation, EVCarOptions)

    Will be removed in v4.28.0. Use the constructor with RoutingOptions parameter instead.

    com.here.sdk.routing.IsolineOptions(IsolineOptions.Calculation, EVTruckOptions)

    Will be removed in v4.28.0. Use the constructor with RoutingOptions parameter instead.

    com.here.sdk.routing.IsolineOptions(IsolineOptions.Calculation, TruckOptions)

    Will be removed in v4.28.0. Use the constructor with RoutingOptions parameter instead.

  • Deprecated Enum Constants
    Enum Constant
    Description
    com.here.sdk.routing.ChargingConnectorType.TESLA

    Will be removed in v4.28.0, use ChargingConnectorType.SAE_J3400 instead.

HERE

Other sites

  • here.com
  • HERE platform
  • Developer blog
  • Knowledge base
© 2026 HERE
Contact us Cookie preferences Responsible AI Terms Security Privacy Privacy charter Modern slavery statement Do not sell my personal information
HERE

関連サイト

  • here.com/jp
  • HERE プラットフォーム
  • ディベロッパーリソース
  • ナレッジベース(英語)
© 2026 HERE
お問い合わせ Cookie 設定 責任ある AI 利用規約 セキュリティ プライバシー プライバシーチャーター 現代奴隷制に関する声明 個人情報の販売を拒否する