UsageStatsFeature enum
Represents the feature enum associated with the gathered usage stats.
Values
- detailedRendering → const UsageStatsFeature
-
Represents network traffic statistics for online usage corresponding to the LayerConfigurationFeature.detailRendering layer configuration. Counted when data for the corresponding layer is requested by the application by performing one of the following actions:
- Pan the map view to areas that have not been cached, prefetched or installed before.
- Use
MapDownloaderto download and install aRegion. - Prefetch map data into the map cache with the
RoutePrefetcherfor areas that have not been cached, prefetched or installed before. Note that you can enable or disable this feature by calling:LayerConfiguration.enabledFeatures(..) or LayerConfiguration.implicitlyPrefetchedFeatures().
- evRendering → const UsageStatsFeature
-
Represents network traffic statistics for online usage corresponding to the "ev_charging_station_rendering_premium" layer group, enabled with LayerConfigurationFeature.ev. Note, that LayerConfigurationFeature.ev also enables "ev_charging_station_search_premium" layer group, which is represented with
UsageStats.Feature.EV_SEARCH. Counted when data for the corresponding layer is requested by the application by performing one of the following actions:- Pan the map view to areas that have not been cached, prefetched or installed before.
- Use
MapDownloaderto download and install aRegion. - Prefetch map data into the map cache with the
RoutePrefetcherfor areas that have not been cached, prefetched or installed before. As of now, this layer cannot be turned off.
- evSearch → const UsageStatsFeature
-
Represents network traffic statistics for online usage corresponding to the "ev_charging_station_search_premium" layer group, enabled with LayerConfigurationFeature.ev. Note, that LayerConfigurationFeature.ev also enables "ev_charging_station_rendering_premium" layer group, which is represented with
UsageStats.Feature.EV_RENDERING. Counted when data for the corresponding layer is requested by the application by performing one of the following actions:- Pan the map view to areas that have not been cached, prefetched or installed before.
- Use
MapDownloaderto download and install aRegion. - Prefetch map data into the map cache with the
RoutePrefetcherfor areas that have not been cached, prefetched or installed before. As of now, this layer cannot be turned off.
-
Represents network traffic statistics for online usage corresponding to the "adas", "ehorizon", "interop", "isa" OCM layers. In addition, it is also tracking the following layer configurations:
- LayerConfigurationFeature.navigation
- LayerConfigurationFeature.junctionView3x4
- LayerConfigurationFeature.junctionView16x9
- LayerConfigurationFeature.junctionSign3x4
- LayerConfigurationFeature.junctionSign3x5
- LayerConfigurationFeature.junctionSign4x3
- LayerConfigurationFeature.junctionSign5x3
- LayerConfigurationFeature.junctionSign16x9 Counted when data for the corresponding layer is requested by the application by performing one of the following actions:
- Pan the map view to areas that have not been cached, prefetched or installed before.
- Use
MapDownloaderto download and install aRegion. - Prefetch map data into the map cache with the
RoutePrefetcherfor areas that have not been cached, prefetched or installed before. - Using online navigation when the requested data is not cached, prefetched, or installed before. As of now, the above listed OCM layers cannot be turned off except for those that are exposed as layer configuration.
- places → const UsageStatsFeature
-
Represents network traffic statistics for places search. This is legacy statistic which is now replaced by UsageStatsFeature.searchOnline.
- rdsTraffic → const UsageStatsFeature
-
Represents network traffic statistics for online usage corresponding to the LayerConfigurationFeature.rdsTraffic layer configuration. Counted when data for the corresponding layer is requested by the application by performing one of the following actions:
- Pan the map view to areas that have not been cached, prefetched or installed before.
- Use
MapDownloaderto download and install aRegion. - Prefetch map data into the map cache with the
RoutePrefetcherfor areas that have not been cached, prefetched or installed before. Note that you can enable or disable this feature by calling:LayerConfiguration.enabledFeatures(..) or LayerConfiguration.implicitlyPrefetchedFeatures().
- rendering → const UsageStatsFeature
-
Represents network traffic statistics for online usage corresponding to the LayerConfigurationFeature.rendering layer configuration. Counted when data for the corresponding layer is requested by the application by performing one of the following actions:
- Pan the map view to areas that have not been cached, prefetched or installed before.
- Use
MapDownloaderto download and install aRegion. - Prefetch map data into the map cache with the
RoutePrefetcherfor areas that have not been cached, prefetched or installed before. Note that you can enable or disable this feature by calling:LayerConfiguration.enabledFeatures(..) or LayerConfiguration.implicitlyPrefetchedFeatures().
- router → const UsageStatsFeature
-
Represents network traffic statistics for online usage corresponding to the
RoutingEngine. Includes the following transaction counts and APIs:- Routing Car, Bicycle, Pedestrian with HRN
hrn:here:service::olp-here:routing-8:basecounted with the use ofRoutingEngine with CarOptions,BicycleOptions or PedestrianOptions. - Routing Scooter with HRN
hrn:here:service::olp-here:routing-8:scootercounted with the use ofRoutingEngine with ScooterOptions - Routing Taxi with HRN
hrn:here:service::olp-here:routing-8:taxicounted with the use ofRoutingEngine with TaxiOptions - Routing Truck with HRN
hrn:here:service::olp-here:routing-8:truckcounted with the use ofRoutingEngine with TruckOptions - Time-Aware Routing with HRN
hrn:here:service::olp-here:routing-8:trafficcounted with the use ofRouteOptions with arrivalTime or departureTime - Routing EV with HRN
hrn:here:service::olp-here:routing-8:evcounted with the use ofRoutingEngine with EVTRuckOptions or EVCarOptions and evCarOptions.ensureReachability =true. - Route Import with HRN
hrn:here:service::olp-here:routing-8:importcounted with the use ofRoutingEngine.importRoutes(...) - Toll Cost with HRN
hrn:here:service::olp-here:routing-8:tollscounted with the use ofRoutingEngine with RouteOptions.enableTolls - Routing Bus with HRN
hrn:here:service::olp-here:routing-8:buscounted with the use ofRoutingEngine with BusOptions - Isoline Routing with HRN
hrn:here:service::olp-here:isoline-routing-8counted with the use ofRoutingEngine with IsolineOptions
- Routing Car, Bicycle, Pedestrian with HRN
- routing → const UsageStatsFeature
-
Represents network traffic statistics for online usage corresponding to the following layer configurations:
- LayerConfigurationFeature.offlineRouting
- LayerConfigurationFeature.offlineBusRouting Counted when data for the corresponding layer is requested by the application by performing one of the following actions:
- Pan the map view to areas that have not been cached, prefetched or installed before.
- Use
MapDownloaderto download and install aRegion. - Prefetch map data into the map cache with the
RoutePrefetcherfor areas that have not been cached, prefetched or installed before. Note that you can enable or disable this feature by calling:LayerConfiguration.enabledFeatures(..) or LayerConfiguration.implicitlyPrefetchedFeatures().
- satellites → const UsageStatsFeature
-
Represents network traffic statistics to show satellite map scheme. This includes a Raster Tile Base transaction count with HRN
hrn:here:service::olp-here:rendering-raster-tiles-3:base. - search → const UsageStatsFeature
-
Represents network traffic statistics for online usage corresponding to the "search", "ev_charging_station_search_premium", "fueling_station_premium" OCM layers. Counted when data for the corresponding layer is requested by the application by performing one of the following actions:
- Pan the map view to areas that have not been cached, prefetched or installed before.
- Use
MapDownloaderto download and install aRegion. - Prefetch map data into the map cache with the
RoutePrefetcherfor areas that have not been cached, prefetched or installed before. As of now, these layers cannot be turned off.
- searchOnline → const UsageStatsFeature
-
Represents network traffic statistics for online usage corresponding to the
SearchEngine. Includes the following transaction counts and APIs:- Discover/Search with HRN
hrn:here:service::olp-here:search-opensearch-1counted with the use ofSearchEngine textquery search - Geocode & Reverse Geocode with HRN
hrn:here:service::olp-here:geocode-7counted with the use ofSearchEngine addressQuery & GeoCoordinates search - Autosuggest with HRN
hrn:here:service::olp-here:search-autosuggest-7counted with the use ofSearchEngine suggest
- Discover/Search with HRN
- transit → const UsageStatsFeature
-
Represents network traffic statistics for online usage corresponding to the "transit" OCM layer. Counted when data for the corresponding layer is requested by the application by performing one of the following actions:
- Pan the map view to areas that have not been cached, prefetched or installed before.
- Use
MapDownloaderto download and install aRegion. - Prefetch map data into the map cache with the
RoutePrefetcherfor areas that have not been cached, prefetched or installed before. As of now, this layer cannot be turned off.
- transitRoutingEngine → const UsageStatsFeature
-
Represents network traffic statistics for online usage corresponding to the
TransitRoutingEngine. This includes a Public Transit transaction count with HRN:hrn:here:service::olp-here:transit-8. - traffic → const UsageStatsFeature
-
Represents network traffic statistics for online usage corresponding to the calls of
TrafficEngine. All calls toTrafficEngineresult in transaction counts for HRNhrn:here:service::olp-here:traffic-api-7:standard. - trafficVectorTiles → const UsageStatsFeature
-
Represents network traffic statistics for traffic vector tiles. This includes a Traffic vector tile transaction count with HRN:
hrn:here:service::olp-here:traffic-vector-tiles-2. - truck → const UsageStatsFeature
-
Represents network traffic statistics for online usage corresponding to the LayerConfigurationFeature.truck layer configuration. Counted when data for the corresponding layer is requested by the application by performing one of the following actions:
- Pan the map view to areas that have not been cached, prefetched or installed before.
- Use
MapDownloaderto download and install aRegion. - Prefetch map data into the map cache with the
RoutePrefetcherfor areas that have not been cached, prefetched or installed before. Note that you can enable or disable this feature by calling:LayerConfiguration.enabledFeatures(..) or LayerConfiguration.implicitlyPrefetchedFeatures().
- vectorTiles → const UsageStatsFeature
-
Represents network traffic statistics for online usage corresponding to the vector tiles. This includes a Vector tile transaction count with HRN:
hrn:here:service::olp-here:rendering-vector-tiles-2. This statistic is only counted for the HERE SDK (Explore) when showing the map view. - other → const UsageStatsFeature
-
Represents network traffic statistics for feature that doesn't fit into other categories. Some examples include:
- Authentication
- Analytics
- Any feature not mapped in the existing list.
- positioning → const UsageStatsFeature
-
Represents network traffic statistics for Here Positioning. This includes a Network Positioning transaction count with HRN
hrn:here:service::olp-here:positioning-2.
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- index → int
-
A numeric identifier for the enumerated value.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
-
values
→ const List<
UsageStatsFeature> - A constant List of the values in this enum, in order of their declaration.