@Beta(year=2020,
month=6)
public interface DisplaySettings
| Modifier and Type | Method and Description |
|---|---|
com.tomtom.online.sdk.common.geojson.FeatureCollection |
featuresAtCoordinates(LatLng coordinates,
java.util.List<java.lang.String> layersIds)
Provides access to rendered features related to passed location within specified layers.
|
com.tomtom.online.sdk.common.geojson.FeatureCollection |
featuresAtPoint(android.graphics.PointF point,
java.util.List<java.lang.String> layersIds)
Provides access to rendered features related to passed screen point within specified layers.
|
com.tomtom.online.sdk.common.geojson.FeatureCollection |
featuresInScreenRect(android.graphics.RectF screenRect,
java.util.List<java.lang.String> layersIds)
Provides access to rendered features related to passed screenbox within specified layers.
|
@Beta(year=2020,
month=6)
@NonNull
com.tomtom.online.sdk.common.geojson.FeatureCollection featuresAtCoordinates(@NonNull
LatLng coordinates,
@NonNull
java.util.List<java.lang.String> layersIds)
coordinates - coordinates for which features will be returned.layersIds - list of layers for which features will be returned.@Beta(year=2020,
month=6)
@NonNull
com.tomtom.online.sdk.common.geojson.FeatureCollection featuresAtPoint(@NonNull
android.graphics.PointF point,
@NonNull
java.util.List<java.lang.String> layersIds)
point - point of screen where features will be returned.layersIds - list of layers for which features will be returned.@Beta(year=2020,
month=6)
@NonNull
com.tomtom.online.sdk.common.geojson.FeatureCollection featuresInScreenRect(@NonNull
android.graphics.RectF screenRect,
@NonNull
java.util.List<java.lang.String> layersIds)
layersIds - list of layers for which features will be returned.