- abs(Expression) - Static method in class com.trimblemaps.mapsdk.style.expressions.Expression
-
Returns the absolute value of the input.
- abs(Number) - Static method in class com.trimblemaps.mapsdk.style.expressions.Expression
-
Returns the absolute value of the input.
- ACCOUNT_ENCRYPTION_KEY - Static variable in class com.trimblemaps.mapsdk.utils.AccountUtil
-
- AccountUtil - Class in com.trimblemaps.mapsdk.utils
-
- AccountUtil() - Constructor for class com.trimblemaps.mapsdk.utils.AccountUtil
-
- accumulated() - Static method in class com.trimblemaps.mapsdk.style.expressions.Expression
-
Gets the value of a cluster property accumulated so far.
- ACCURACY_LAYER - Static variable in class com.trimblemaps.mapsdk.location.LocationComponentConstants
-
Layer ID of the location accuracy.
- accuracyAlpha() - Method in class com.trimblemaps.mapsdk.location.LocationComponentOptions
-
Set the opacity of the accuracy view to a value from 0 to 1, where 0 means the accuracy view is
completely transparent and 1 means the view is completely opaque.
- accuracyAlpha(float) - Method in class com.trimblemaps.mapsdk.location.LocationComponentOptions.Builder
-
Set the opacity of the accuracy view to a value from 0 to 1, where 0 means the accuracy view
is completely transparent and 1 means the view is completely opaque.
- accuracyAnimationEnabled() - Method in class com.trimblemaps.mapsdk.location.LocationComponentOptions
-
Enable or disable smooth animation of the accuracy circle around the user's position.
- accuracyAnimationEnabled(boolean) - Method in class com.trimblemaps.mapsdk.location.LocationComponentOptions.Builder
-
Enable or disable smooth animation of the accuracy circle around the user's position.
- accuracyColor() - Method in class com.trimblemaps.mapsdk.location.LocationComponentOptions
-
Solid color to use as the accuracy view color property.
- accuracyColor(int) - Method in class com.trimblemaps.mapsdk.location.LocationComponentOptions.Builder
-
Solid color to use as the accuracy view color property.
- acos(Expression) - Static method in class com.trimblemaps.mapsdk.style.expressions.Expression
-
Returns the arccosine of the input.
- acos(Number) - Static method in class com.trimblemaps.mapsdk.style.expressions.Expression
-
Returns the arccosine of the input.
- activate() - Method in class com.trimblemaps.mapsdk.net.ConnectivityReceiver
-
Activates the connectivity receiver.
- activate() - Method in class com.trimblemaps.mapsdk.storage.FileSource
-
- activateLocationComponent(Context, Style) - Method in class com.trimblemaps.mapsdk.location.LocationComponent
-
- activateLocationComponent(Context, Style, boolean) - Method in class com.trimblemaps.mapsdk.location.LocationComponent
-
- activateLocationComponent(Context, Style, boolean, LocationEngineRequest) - Method in class com.trimblemaps.mapsdk.location.LocationComponent
-
- activateLocationComponent(Context, Style, boolean, LocationEngineRequest, LocationComponentOptions) - Method in class com.trimblemaps.mapsdk.location.LocationComponent
-
- activateLocationComponent(Context, Style, int) - Method in class com.trimblemaps.mapsdk.location.LocationComponent
-
- activateLocationComponent(Context, Style, LocationEngine) - Method in class com.trimblemaps.mapsdk.location.LocationComponent
-
- activateLocationComponent(Context, Style, LocationEngine, int) - Method in class com.trimblemaps.mapsdk.location.LocationComponent
-
- activateLocationComponent(Context, Style, LocationEngine, LocationEngineRequest) - Method in class com.trimblemaps.mapsdk.location.LocationComponent
-
- activateLocationComponent(Context, Style, LocationEngine, LocationEngineRequest, int) - Method in class com.trimblemaps.mapsdk.location.LocationComponent
-
- activateLocationComponent(Context, Style, LocationEngine, LocationEngineRequest, LocationComponentOptions) - Method in class com.trimblemaps.mapsdk.location.LocationComponent
-
- activateLocationComponent(Context, Style, LocationEngine, LocationComponentOptions) - Method in class com.trimblemaps.mapsdk.location.LocationComponent
-
- activateLocationComponent(Context, Style, LocationComponentOptions) - Method in class com.trimblemaps.mapsdk.location.LocationComponent
-
- activateLocationComponent(LocationComponentActivationOptions) - Method in class com.trimblemaps.mapsdk.location.LocationComponent
-
This method initializes the component and needs to be called before any other operations are performed.
- add(LatLng) - Method in class com.trimblemaps.mapsdk.annotations.PolygonOptions
-
Deprecated.
Adds a vertex to the outline of the polygon being built.
- add(LatLng) - Method in class com.trimblemaps.mapsdk.annotations.PolylineOptions
-
Deprecated.
Adds a vertex to the end of the polyline being built.
- add(LatLng...) - Method in class com.trimblemaps.mapsdk.annotations.PolygonOptions
-
Deprecated.
Adds vertices to the outline of the polygon being built.
- add(LatLng...) - Method in class com.trimblemaps.mapsdk.annotations.PolylineOptions
-
Deprecated.
Adds vertices to the end of the polyline being built.
- addAll(Iterable<LatLng>) - Method in class com.trimblemaps.mapsdk.annotations.PolygonOptions
-
Deprecated.
Adds vertices to the outline of the polygon being built.
- addAll(Iterable<LatLng>) - Method in class com.trimblemaps.mapsdk.annotations.PolylineOptions
-
Deprecated.
Adds vertices to the end of the polyline being built.
- addAllHoles(Iterable<List<LatLng>>) - Method in class com.trimblemaps.mapsdk.annotations.PolygonOptions
-
Deprecated.
Adds holes to the outline of the polygon being built.
- addCompassListener(CompassListener) - Method in interface com.trimblemaps.mapsdk.location.CompassEngine
-
Adds a
CompassListener
that can be used to
receive heading and state changes.
- addHole(List<LatLng>) - Method in class com.trimblemaps.mapsdk.annotations.PolygonOptions
-
Deprecated.
Adds a hole to the outline of the polygon being built.
- addHole(List<LatLng>...) - Method in class com.trimblemaps.mapsdk.annotations.PolygonOptions
-
Deprecated.
Adds holes to the outline of the polygon being built.
- addImage(String, Bitmap) - Method in class com.trimblemaps.mapsdk.maps.Style
-
Adds an image to be used in the map's style
- addImage(String, Bitmap, boolean) - Method in class com.trimblemaps.mapsdk.maps.Style
-
Adds an image to be used in the map's style
- addImage(String, Bitmap, boolean) - Method in class com.trimblemaps.mapsdk.snapshotter.MapSnapshotter
-
Adds an image to be used in the snapshotter's style
- addImage(String, Bitmap, boolean, List<ImageStretches>, List<ImageStretches>, ImageContent) - Method in class com.trimblemaps.mapsdk.maps.Style
-
Adds an image to be used in the map's style
- addImage(String, Bitmap, List<ImageStretches>, List<ImageStretches>, ImageContent) - Method in class com.trimblemaps.mapsdk.maps.Style
-
Adds an image to be used in the map's style
- addImage(String, Drawable) - Method in class com.trimblemaps.mapsdk.maps.Style
-
Adds an drawable to be converted into a bitmap to be used in the map's style
- addImage(String, Drawable, List<ImageStretches>, List<ImageStretches>, ImageContent) - Method in class com.trimblemaps.mapsdk.maps.Style
-
Adds an drawable to be converted into a bitmap to be used in the map's style
- addImageAsync(String, Bitmap) - Method in class com.trimblemaps.mapsdk.maps.Style
-
Adds an image asynchronously, to be used in the map's style.
- addImageAsync(String, Bitmap, boolean) - Method in class com.trimblemaps.mapsdk.maps.Style
-
Adds an image asynchronously, to be used in the map's style.
- addImageAsync(String, Bitmap, boolean, List<ImageStretches>, List<ImageStretches>, ImageContent) - Method in class com.trimblemaps.mapsdk.maps.Style
-
Adds an image asynchronously, to be used in the map's style.
- addImageAsync(String, Bitmap, List<ImageStretches>, List<ImageStretches>, ImageContent) - Method in class com.trimblemaps.mapsdk.maps.Style
-
Adds an image asynchronously, to be used in the map's style.
- addImageAsync(String, Drawable) - Method in class com.trimblemaps.mapsdk.maps.Style
-
Adds an drawable asynchronously, to be converted into a bitmap to be used in the map's style.
- addImageAsync(String, Drawable, List<ImageStretches>, List<ImageStretches>, ImageContent) - Method in class com.trimblemaps.mapsdk.maps.Style
-
Adds an drawable asynchronously, to be converted into a bitmap to be used in the map's style.
- addImages(Image[]) - Method in class com.trimblemaps.mapsdk.maps.Style
-
Add images synchronously, to be used in the map's style.
- addImages(HashMap<String, Bitmap>) - Method in class com.trimblemaps.mapsdk.maps.Style
-
Adds images to be used in the map's style.
- addImages(HashMap<String, Bitmap>, boolean) - Method in class com.trimblemaps.mapsdk.maps.Style
-
Adds images to be used in the map's style.
- addImages(HashMap<String, Bitmap>, boolean, List<ImageStretches>, List<ImageStretches>, ImageContent) - Method in class com.trimblemaps.mapsdk.maps.Style
-
Adds images to be used in the map's style.
- addImages(HashMap<String, Bitmap>, List<ImageStretches>, List<ImageStretches>, ImageContent) - Method in class com.trimblemaps.mapsdk.maps.Style
-
Adds images to be used in the map's style.
- addImagesAsync(HashMap<String, Bitmap>) - Method in class com.trimblemaps.mapsdk.maps.Style
-
Adds images asynchronously, to be used in the map's style.
- addImagesAsync(HashMap<String, Bitmap>, boolean) - Method in class com.trimblemaps.mapsdk.maps.Style
-
Adds images asynchronously, to be used in the map's style.
- addImagesAsync(HashMap<String, Bitmap>, boolean, List<ImageStretches>, List<ImageStretches>, ImageContent) - Method in class com.trimblemaps.mapsdk.maps.Style
-
Adds images asynchronously, to be used in the map's style.
- addImagesAsync(HashMap<String, Bitmap>, List<ImageStretches>, List<ImageStretches>, ImageContent) - Method in class com.trimblemaps.mapsdk.maps.Style
-
Adds images asynchronously, to be used in the map's style.
- addLayer(Layer) - Method in class com.trimblemaps.mapsdk.maps.Style
-
Adds the layer to the map.
- addLayerAbove(Layer, String) - Method in class com.trimblemaps.mapsdk.maps.Style
-
Adds the layer to the map.
- addLayerAt(Layer, int) - Method in class com.trimblemaps.mapsdk.maps.Style
-
Adds the layer to the map at the specified index.
- addLayerBelow(Layer, String) - Method in class com.trimblemaps.mapsdk.maps.Style
-
Adds the layer to the map.
- addListener(ConnectivityListener) - Method in class com.trimblemaps.mapsdk.net.ConnectivityReceiver
-
Add a listener to be notified
- addMarker(BaseMarkerOptions) - Method in class com.trimblemaps.mapsdk.maps.TrimbleMapsMap
-
- addMarker(MarkerOptions) - Method in class com.trimblemaps.mapsdk.maps.TrimbleMapsMap
-
- addMarkers(List<? extends BaseMarkerOptions>) - Method in class com.trimblemaps.mapsdk.maps.TrimbleMapsMap
-
- addOnCameraDidChangeListener(MapView.OnCameraDidChangeListener) - Method in class com.trimblemaps.mapsdk.maps.MapSurface
-
Set a callback that's invoked when the camera region did change.
- addOnCameraDidChangeListener(MapView.OnCameraDidChangeListener) - Method in class com.trimblemaps.mapsdk.maps.MapView
-
Set a callback that's invoked when the camera region did change.
- addOnCameraIdleListener(TrimbleMapsMap.OnCameraIdleListener) - Method in class com.trimblemaps.mapsdk.maps.TrimbleMapsMap
-
Adds a callback that is invoked when camera movement has ended.
- addOnCameraIsChangingListener(MapView.OnCameraIsChangingListener) - Method in class com.trimblemaps.mapsdk.maps.MapSurface
-
Set a callback that's invoked when the camera is changing.
- addOnCameraIsChangingListener(MapView.OnCameraIsChangingListener) - Method in class com.trimblemaps.mapsdk.maps.MapView
-
Set a callback that's invoked when the camera is changing.
- addOnCameraMoveCancelListener(TrimbleMapsMap.OnCameraMoveCanceledListener) - Method in class com.trimblemaps.mapsdk.maps.TrimbleMapsMap
-
Adds a callback that is invoked when camera movement was cancelled.
- addOnCameraMoveListener(TrimbleMapsMap.OnCameraMoveListener) - Method in class com.trimblemaps.mapsdk.maps.TrimbleMapsMap
-
Adds a callback that is invoked when camera position changes.
- addOnCameraMoveStartedListener(TrimbleMapsMap.OnCameraMoveStartedListener) - Method in class com.trimblemaps.mapsdk.maps.TrimbleMapsMap
-
Adds a callback that is invoked when camera movement has started.
- addOnCameraTrackingChangedListener(OnCameraTrackingChangedListener) - Method in class com.trimblemaps.mapsdk.location.LocationComponent
-
Adds a listener that gets invoked when camera tracking state changes.
- addOnCameraWillChangeListener(MapView.OnCameraWillChangeListener) - Method in class com.trimblemaps.mapsdk.maps.MapSurface
-
Set a callback that's invoked when the camera region will change.
- addOnCameraWillChangeListener(MapView.OnCameraWillChangeListener) - Method in class com.trimblemaps.mapsdk.maps.MapView
-
Set a callback that's invoked when the camera region will change.
- addOnCanRemoveUnusedStyleImageListener(MapView.OnCanRemoveUnusedStyleImageListener) - Method in class com.trimblemaps.mapsdk.maps.MapSurface
-
Set a callback that's invoked when map needs to release unused image resources.
- addOnCanRemoveUnusedStyleImageListener(MapView.OnCanRemoveUnusedStyleImageListener) - Method in class com.trimblemaps.mapsdk.maps.MapView
-
Set a callback that's invoked when map needs to release unused image resources.
- addOnDidBecomeIdleListener(MapView.OnDidBecomeIdleListener) - Method in class com.trimblemaps.mapsdk.maps.MapSurface
-
Set a callback that's invoked when the map has entered the idle state.
- addOnDidBecomeIdleListener(MapView.OnDidBecomeIdleListener) - Method in class com.trimblemaps.mapsdk.maps.MapView
-
Set a callback that's invoked when the map has entered the idle state.
- addOnDidFailLoadingMapListener(MapView.OnDidFailLoadingMapListener) - Method in class com.trimblemaps.mapsdk.maps.MapSurface
-
Set a callback that's invoked when the map failed to load.
- addOnDidFailLoadingMapListener(MapView.OnDidFailLoadingMapListener) - Method in class com.trimblemaps.mapsdk.maps.MapView
-
Set a callback that's invoked when the map failed to load.
- addOnDidFinishLoadingMapListener(MapView.OnDidFinishLoadingMapListener) - Method in class com.trimblemaps.mapsdk.maps.MapSurface
-
Set a callback that's invoked when the map has finished loading.
- addOnDidFinishLoadingMapListener(MapView.OnDidFinishLoadingMapListener) - Method in class com.trimblemaps.mapsdk.maps.MapView
-
Set a callback that's invoked when the map has finished loading.
- addOnDidFinishLoadingStyleListener(MapView.OnDidFinishLoadingStyleListener) - Method in class com.trimblemaps.mapsdk.maps.MapSurface
-
Set a callback that's invoked when the style has finished loading.
- addOnDidFinishLoadingStyleListener(MapView.OnDidFinishLoadingStyleListener) - Method in class com.trimblemaps.mapsdk.maps.MapView
-
Set a callback that's invoked when the style has finished loading.
- addOnDidFinishRenderingFrameListener(MapView.OnDidFinishRenderingFrameListener) - Method in class com.trimblemaps.mapsdk.maps.MapSurface
-
Set a callback that's invoked when the map has finished rendering a frame.
- addOnDidFinishRenderingFrameListener(MapView.OnDidFinishRenderingFrameListener) - Method in class com.trimblemaps.mapsdk.maps.MapView
-
Set a callback that's invoked when the map has finished rendering a frame.
- addOnDidFinishRenderingMapListener(MapView.OnDidFinishRenderingMapListener) - Method in class com.trimblemaps.mapsdk.maps.MapSurface
-
Set a callback that's invoked when the map has finished rendering.
- addOnDidFinishRenderingMapListener(MapView.OnDidFinishRenderingMapListener) - Method in class com.trimblemaps.mapsdk.maps.MapView
-
Set a callback that's invoked when the map has finished rendering.
- addOnFlingListener(TrimbleMapsMap.OnFlingListener) - Method in class com.trimblemaps.mapsdk.maps.TrimbleMapsMap
-
Adds a callback that's invoked when the map is flinged.
- addOnIndicatorPositionChangedListener(OnIndicatorPositionChangedListener) - Method in class com.trimblemaps.mapsdk.location.LocationComponent
-
Adds a listener that gets invoked when indicator position changes.
- addOnLocationClickListener(OnLocationClickListener) - Method in class com.trimblemaps.mapsdk.location.LocationComponent
-
Adds a listener that gets invoked when the user clicks the displayed location.
- addOnLocationLongClickListener(OnLocationLongClickListener) - Method in class com.trimblemaps.mapsdk.location.LocationComponent
-
Adds a listener that gets invoked when the user long clicks the displayed location.
- addOnLocationStaleListener(OnLocationStaleListener) - Method in class com.trimblemaps.mapsdk.location.LocationComponent
-
Adds the passed listener that gets invoked when user updates have stopped long enough for the last update
to be considered stale.
- addOnMapClickListener(TrimbleMapsMap.OnMapClickListener) - Method in class com.trimblemaps.mapsdk.maps.TrimbleMapsMap
-
Adds a callback that's invoked when the user clicks on the map view.
- addOnMapLongClickListener(TrimbleMapsMap.OnMapLongClickListener) - Method in class com.trimblemaps.mapsdk.maps.TrimbleMapsMap
-
Adds a callback that's invoked when the user long clicks on the map view.
- addOnMoveListener(TrimbleMapsMap.OnMoveListener) - Method in class com.trimblemaps.mapsdk.maps.TrimbleMapsMap
-
Adds a callback that's invoked when the map is moved.
- addOnRenderModeChangedListener(OnRenderModeChangedListener) - Method in class com.trimblemaps.mapsdk.location.LocationComponent
-
Adds a listener that gets invoked when render mode changes.
- addOnRotateListener(TrimbleMapsMap.OnRotateListener) - Method in class com.trimblemaps.mapsdk.maps.TrimbleMapsMap
-
Adds a callback that's invoked when the map is rotated.
- addOnScaleListener(TrimbleMapsMap.OnScaleListener) - Method in class com.trimblemaps.mapsdk.maps.TrimbleMapsMap
-
Adds a callback that's invoked when the map is scaled.
- addOnShoveListener(TrimbleMapsMap.OnShoveListener) - Method in class com.trimblemaps.mapsdk.maps.TrimbleMapsMap
-
Adds a callback that's invoked when the map is tilted.
- addOnSourceChangedListener(MapView.OnSourceChangedListener) - Method in class com.trimblemaps.mapsdk.maps.MapSurface
-
Set a callback that's invoked when a map source has changed.
- addOnSourceChangedListener(MapView.OnSourceChangedListener) - Method in class com.trimblemaps.mapsdk.maps.MapView
-
Set a callback that's invoked when a map source has changed.
- addOnStyleImageMissingListener(MapView.OnStyleImageMissingListener) - Method in class com.trimblemaps.mapsdk.maps.MapSurface
-
Set a callback that's invoked when the id of an icon is missing.
- addOnStyleImageMissingListener(MapView.OnStyleImageMissingListener) - Method in class com.trimblemaps.mapsdk.maps.MapView
-
Set a callback that's invoked when the id of an icon is missing.
- addOnTouchListener(View.OnTouchListener) - Method in class com.trimblemaps.mapsdk.maps.MapView
-
Add an OnTouchListener which will be call when an event occurs
- addOnWillStartLoadingMapListener(MapView.OnWillStartLoadingMapListener) - Method in class com.trimblemaps.mapsdk.maps.MapSurface
-
Set a callback that's invoked when the map will start loading.
- addOnWillStartLoadingMapListener(MapView.OnWillStartLoadingMapListener) - Method in class com.trimblemaps.mapsdk.maps.MapView
-
Set a callback that's invoked when the map will start loading.
- addOnWillStartRenderingFrameListener(MapView.OnWillStartRenderingFrameListener) - Method in class com.trimblemaps.mapsdk.maps.MapSurface
-
Set a callback that's invoked when the map will start rendering a frame.
- addOnWillStartRenderingFrameListener(MapView.OnWillStartRenderingFrameListener) - Method in class com.trimblemaps.mapsdk.maps.MapView
-
Set a callback that's invoked when the map will start rendering a frame.
- addOnWillStartRenderingMapListener(MapView.OnWillStartRenderingMapListener) - Method in class com.trimblemaps.mapsdk.maps.MapSurface
-
Set a callback that's invoked when the map will start rendering.
- addOnWillStartRenderingMapListener(MapView.OnWillStartRenderingMapListener) - Method in class com.trimblemaps.mapsdk.maps.MapView
-
Set a callback that's invoked when the map will start rendering.
- addOverlay(MapSnapshot) - Method in class com.trimblemaps.mapsdk.snapshotter.MapSnapshotter
-
Draw an overlay on the map snapshot.
- addPoint(LatLng) - Method in class com.trimblemaps.mapsdk.annotations.BasePointCollection
-
Deprecated.
Add a point to the polyline.
- addPolygon(PolygonOptions) - Method in class com.trimblemaps.mapsdk.maps.TrimbleMapsMap
-
- addPolygons(List<PolygonOptions>) - Method in class com.trimblemaps.mapsdk.maps.TrimbleMapsMap
-
- addPolyline(PolylineOptions) - Method in class com.trimblemaps.mapsdk.maps.TrimbleMapsMap
-
- addPolylines(List<PolylineOptions>) - Method in class com.trimblemaps.mapsdk.maps.TrimbleMapsMap
-
- addSource(Source) - Method in class com.trimblemaps.mapsdk.maps.Style
-
Adds the source to the map.
- all(Expression...) - Static method in class com.trimblemaps.mapsdk.style.expressions.Expression
-
Returns `true` if all the inputs are `true`, `false` otherwise.
- ALL_GLYPHS_RASTERIZED_LOCALLY - com.trimblemaps.mapsdk.maps.GlyphsRasterizationMode
-
All glyphs are rasterized locally.
- alpha(float) - Method in class com.trimblemaps.mapsdk.annotations.PolygonOptions
-
Deprecated.
Set the alpha value of the polyline.
- alpha(float) - Method in class com.trimblemaps.mapsdk.annotations.PolylineOptions
-
Deprecated.
Set the alpha value of the polyline.
- alpha(View, float) - Static method in class com.trimblemaps.mapsdk.utils.AnimatorUtils
-
Animate a view alpha property to a value.
- alpha(View, float, AnimatorUtils.OnAnimationEndListener) - Static method in class com.trimblemaps.mapsdk.utils.AnimatorUtils
-
Animate a view alpha property to a value.
- ANCHOR_MAP - Static variable in class com.trimblemaps.mapsdk.style.layers.Property
-
The position of the light source is aligned to the rotation of the map.
- ANCHOR_VIEWPORT - Static variable in class com.trimblemaps.mapsdk.style.layers.Property
-
The position of the light source is aligned to the rotation of the viewport.
- ANGLE_THRESHOLD_IGNORE_VERTICAL_FLING - Static variable in class com.trimblemaps.mapsdk.constants.TrimbleMapsConstants
-
Vertical angle threshold for a horizontal disabled fling gesture
- animate(View, int) - Static method in class com.trimblemaps.mapsdk.utils.AnimatorUtils
-
Animate a view from an animator resource.
- animate(View, int, int) - Static method in class com.trimblemaps.mapsdk.utils.AnimatorUtils
-
Animate a view from an animator resource.
- animate(View, int, int, AnimatorUtils.OnAnimationEndListener) - Static method in class com.trimblemaps.mapsdk.utils.AnimatorUtils
-
Animate a view from an animator resource.
- animate(View, int, AnimatorUtils.OnAnimationEndListener) - Static method in class com.trimblemaps.mapsdk.utils.AnimatorUtils
-
Animate a view from an animator resource.
- animateCamera(CameraUpdate) - Method in class com.trimblemaps.mapsdk.maps.TrimbleMapsMap
-
Animate the camera to a new location defined within
CameraUpdate
using a transition
animation that evokes powered flight.
- animateCamera(CameraUpdate, int) - Method in class com.trimblemaps.mapsdk.maps.TrimbleMapsMap
-
Animate the camera to a new location defined within
CameraUpdate
using a transition
animation that evokes powered flight.
- animateCamera(CameraUpdate, int, TrimbleMapsMap.CancelableCallback) - Method in class com.trimblemaps.mapsdk.maps.TrimbleMapsMap
-
Animate the camera to a new location defined within
CameraUpdate
using a transition
animation that evokes powered flight.
- animateCamera(CameraUpdate, TrimbleMapsMap.CancelableCallback) - Method in class com.trimblemaps.mapsdk.maps.TrimbleMapsMap
-
Animate the camera to a new location defined within
CameraUpdate
using a transition
animation that evokes powered flight.
- animateCamera(TrimbleMapsMap, CameraUpdate, int, TrimbleMapsMap.CancelableCallback) - Method in class com.trimblemaps.mapsdk.maps.Transform
-
Internal use.
- ANIMATION_DURATION - Static variable in class com.trimblemaps.mapsdk.constants.TrimbleMapsConstants
-
Default animation time
- ANIMATION_DURATION_FLING_BASE - Static variable in class com.trimblemaps.mapsdk.constants.TrimbleMapsConstants
-
Animation time of a fling gesture
- ANIMATION_DURATION_SHORT - Static variable in class com.trimblemaps.mapsdk.constants.TrimbleMapsConstants
-
Default short animation time
- animationDuration(Long) - Method in class com.trimblemaps.mapsdk.location.LocationUpdate.Builder
-
If set, all of the transitions to this update (puck's and possibly camera's if tracking mode is engaged) will
have the provided duration.
- AnimatorUtils - Class in com.trimblemaps.mapsdk.utils
-
Animator utility class.
- AnimatorUtils() - Constructor for class com.trimblemaps.mapsdk.utils.AnimatorUtils
-
- AnimatorUtils.OnAnimationEndListener - Interface in com.trimblemaps.mapsdk.utils
-
An interface definition that is invoked when an animation ends.
- Annotation - Class in com.trimblemaps.mapsdk.annotations
-
- Annotation() - Constructor for class com.trimblemaps.mapsdk.annotations.Annotation
-
Deprecated.
- any(Expression...) - Static method in class com.trimblemaps.mapsdk.style.expressions.Expression
-
Returns `true` if any of the inputs are `true`, `false` otherwise.
- apiBaseUri(String) - Method in class com.trimblemaps.mapsdk.maps.TrimbleMapsMapOptions
-
Specifies the URI used for API endpoint.
- apiBaseUrl(String) - Method in class com.trimblemaps.mapsdk.maps.TrimbleMapsMapOptions
-
- applyStyle(Context, int) - Method in class com.trimblemaps.mapsdk.location.LocationComponent
-
Apply a new component style with a style resource.
- applyStyle(LocationComponentOptions) - Method in class com.trimblemaps.mapsdk.location.LocationComponent
-
Apply a new component style with location component options.
- areAllGesturesEnabled() - Method in class com.trimblemaps.mapsdk.maps.UiSettings
-
Retrieves the current status of whether all gestures are enabled.
- array(Expression) - Static method in class com.trimblemaps.mapsdk.style.expressions.Expression
-
Asserts that the input is an array (optionally with a specific item type and length).
- Array() - Constructor for class com.trimblemaps.mapsdk.style.expressions.Expression.Array
-
- asin(Expression) - Static method in class com.trimblemaps.mapsdk.style.expressions.Expression
-
Returns the arcsine of the input.
- asin(Number) - Static method in class com.trimblemaps.mapsdk.style.expressions.Expression
-
Returns the arcsine of the input.
- at(Expression, Expression) - Static method in class com.trimblemaps.mapsdk.style.expressions.Expression
-
Retrieves an item from an array.
- at(Number, Expression) - Static method in class com.trimblemaps.mapsdk.style.expressions.Expression
-
Retrieves an item from an array.
- atan(Expression) - Static method in class com.trimblemaps.mapsdk.style.expressions.Expression
-
Returns the arctangent of the input.
- atan(Number) - Static method in class com.trimblemaps.mapsdk.style.expressions.Expression
-
Returns the arctangent of the input.
- Attribution - Class in com.trimblemaps.mapsdk.attribution
-
- AttributionDialogManager - Class in com.trimblemaps.mapsdk.maps
-
Responsible for managing attribution interactions on the map.
- AttributionDialogManager(Context, TrimbleMapsMap) - Constructor for class com.trimblemaps.mapsdk.maps.AttributionDialogManager
-
- attributionEnabled(boolean) - Method in class com.trimblemaps.mapsdk.maps.TrimbleMapsMapOptions
-
Specifies the visibility state of a attribution for a map view.
- attributionGravity(int) - Method in class com.trimblemaps.mapsdk.maps.TrimbleMapsMapOptions
-
Specifies the gravity state of attribution for a map view.
- AttributionLayout - Class in com.trimblemaps.mapsdk.attribution
-
- AttributionLayout(Bitmap, PointF, boolean) - Constructor for class com.trimblemaps.mapsdk.attribution.AttributionLayout
-
- attributionMargins(int[]) - Method in class com.trimblemaps.mapsdk.maps.TrimbleMapsMapOptions
-
Specifies the margin state of attribution for a map view
- AttributionMeasure - Class in com.trimblemaps.mapsdk.attribution
-
- AttributionMeasure.Builder - Class in com.trimblemaps.mapsdk.attribution
-
- AttributionMeasure.Command - Interface in com.trimblemaps.mapsdk.attribution
-
- AttributionParser - Class in com.trimblemaps.mapsdk.attribution
-
Responsible for parsing attribution data coming from Sources and MapSnapshot.
- AttributionParser.Options - Class in com.trimblemaps.mapsdk.attribution
-
Builder to configure using an AttributionParser.
- attributionTintColor(int) - Method in class com.trimblemaps.mapsdk.maps.TrimbleMapsMapOptions
-
Specifies the tint color of the attribution for a map view
- CacheAreaDefinition - Class in com.trimblemaps.mapsdk.offline
-
A cache area defined by a style URL, an array of LatLngBoundsZoom, and
device pixel ratio.
- CacheAreaDefinition(Parcel) - Constructor for class com.trimblemaps.mapsdk.offline.CacheAreaDefinition
-
Constructor to create an CacheAreaDefinition from a Parcel.
- CacheAreaDefinition(String, LatLngBoundsZoom[], float) - Constructor for class com.trimblemaps.mapsdk.offline.CacheAreaDefinition
-
Constructor to create an CacheAreaDefinition from parameters.
- CacheAreaDefinition(String, LatLngBoundsZoom[], float, boolean) - Constructor for class com.trimblemaps.mapsdk.offline.CacheAreaDefinition
-
Constructor to create an CacheAreaDefinition from parameters.
- calculateZoom(float) - Method in class com.trimblemaps.mapsdk.maps.Projection
-
Calculates a zoom level based on minimum scale and current scale from MapView
- CalledFromWorkerThreadException - Exception in com.trimblemaps.mapsdk.exceptions
-
- CalledFromWorkerThreadException(String) - Constructor for exception com.trimblemaps.mapsdk.exceptions.CalledFromWorkerThreadException
-
- camera(CameraPosition) - Method in class com.trimblemaps.mapsdk.maps.TrimbleMapsMapOptions
-
Specifies a the initial camera position for the map view.
- CameraMode - Class in com.trimblemaps.mapsdk.location.modes
-
Contains the variety of camera modes which determine how the camera will track
the user location.
- CameraMode.Mode - Annotation Type in com.trimblemaps.mapsdk.location.modes
-
- CameraPosition - Class in com.trimblemaps.mapsdk.camera
-
Resembles the position, angle, zoom and tilt of the user's viewpoint.
- CameraPosition.Builder - Class in com.trimblemaps.mapsdk.camera
-
Builder for composing CameraPosition objects.
- CameraUpdate - Interface in com.trimblemaps.mapsdk.camera
-
Interface definition for camera updates.
- CameraUpdateFactory - Class in com.trimblemaps.mapsdk.camera
-
Factory for creating CameraUpdate objects.
- CameraUpdateFactory() - Constructor for class com.trimblemaps.mapsdk.camera.CameraUpdateFactory
-
- cancel() - Method in class com.trimblemaps.mapsdk.http.NativeHttpRequest
-
- cancel() - Method in class com.trimblemaps.mapsdk.snapshotter.MapSnapshotter
-
Must be called in on the thread
the object was created on.
- cancelAllVelocityAnimations() - Method in class com.trimblemaps.mapsdk.maps.TrimbleMapsMap
-
Interrupts any ongoing gesture velocity animations.
- cancelPaddingWhileTrackingAnimation() - Method in class com.trimblemaps.mapsdk.location.LocationComponent
-
- cancelPrefetchAmbientCacheRequest(long) - Method in class com.trimblemaps.mapsdk.offline.OfflineManager
-
Cancel the prefetch ambient cache request.
- cancelRequest() - Method in interface com.trimblemaps.mapsdk.http.HttpRequest
-
Cancels the request.
- cancelRequest() - Method in class com.trimblemaps.mapsdk.module.http.HttpRequestImpl
-
- cancelTiltWhileTrackingAnimation() - Method in class com.trimblemaps.mapsdk.location.LocationComponent
-
- cancelTransitions() - Method in class com.trimblemaps.mapsdk.maps.TrimbleMapsMap
-
Cancels ongoing animations.
- cancelZoomWhileTrackingAnimation() - Method in class com.trimblemaps.mapsdk.location.LocationComponent
-
- CannotAddLayerException - Exception in com.trimblemaps.mapsdk.style.layers
-
Thrown when adding a layer to a map twice
- CannotAddLayerException(String) - Constructor for exception com.trimblemaps.mapsdk.style.layers.CannotAddLayerException
-
- CannotAddSourceException - Exception in com.trimblemaps.mapsdk.style.sources
-
Thrown when adding a source to a map twice
- CannotAddSourceException(String) - Constructor for exception com.trimblemaps.mapsdk.style.sources.CannotAddSourceException
-
- ceil(Expression) - Static method in class com.trimblemaps.mapsdk.style.expressions.Expression
-
Returns the smallest integer that is greater than or equal to the input.
- ceil(Number) - Static method in class com.trimblemaps.mapsdk.style.expressions.Expression
-
Returns the smallest integer that is greater than or equal to the input.
- CheckFileReadPermissionTask(FileUtils.OnCheckFileReadPermissionListener) - Constructor for class com.trimblemaps.mapsdk.utils.FileUtils.CheckFileReadPermissionTask
-
- CheckFileWritePermissionTask(FileUtils.OnCheckFileWritePermissionListener) - Constructor for class com.trimblemaps.mapsdk.utils.FileUtils.CheckFileWritePermissionTask
-
- checkThread() - Method in class com.trimblemaps.mapsdk.style.layers.Layer
-
Validates if layer interaction is happening on the UI thread
- checkThread() - Method in class com.trimblemaps.mapsdk.style.sources.Source
-
Validates if source interaction is happening on the UI thread
- checkThread(String) - Static method in class com.trimblemaps.mapsdk.utils.ThreadUtils
-
Validates if execution is running on the main thread.
- chooseConfig(EGL10, EGLDisplay) - Method in class com.trimblemaps.mapsdk.maps.renderer.egl.EGLConfigChooser
-
- CIRCLE_PITCH_ALIGNMENT_MAP - Static variable in class com.trimblemaps.mapsdk.style.layers.Property
-
The circle is aligned to the plane of the map.
- CIRCLE_PITCH_ALIGNMENT_VIEWPORT - Static variable in class com.trimblemaps.mapsdk.style.layers.Property
-
The circle is aligned to the plane of the viewport.
- CIRCLE_PITCH_SCALE_MAP - Static variable in class com.trimblemaps.mapsdk.style.layers.Property
-
Circles are scaled according to their apparent distance to the camera.
- CIRCLE_PITCH_SCALE_VIEWPORT - Static variable in class com.trimblemaps.mapsdk.style.layers.Property
-
Circles are not scaled.
- CIRCLE_PULSING_MAX_RADIUS_DEFAULT - Static variable in class com.trimblemaps.mapsdk.location.LocationComponentOptions
-
Default maximum radius of the LocationComponent circle when it's pulsing.
- CIRCLE_TRANSLATE_ANCHOR_MAP - Static variable in class com.trimblemaps.mapsdk.style.layers.Property
-
The circle is translated relative to the map.
- CIRCLE_TRANSLATE_ANCHOR_VIEWPORT - Static variable in class com.trimblemaps.mapsdk.style.layers.Property
-
The circle is translated relative to the viewport.
- circleBlur(Expression) - Static method in class com.trimblemaps.mapsdk.style.layers.PropertyFactory
-
Amount to blur the circle.
- circleBlur(Float) - Static method in class com.trimblemaps.mapsdk.style.layers.PropertyFactory
-
Amount to blur the circle.
- circleColor(int) - Static method in class com.trimblemaps.mapsdk.style.layers.PropertyFactory
-
The fill color of the circle.
- circleColor(Expression) - Static method in class com.trimblemaps.mapsdk.style.layers.PropertyFactory
-
The fill color of the circle.
- circleColor(String) - Static method in class com.trimblemaps.mapsdk.style.layers.PropertyFactory
-
The fill color of the circle.
- CircleLayer - Class in com.trimblemaps.mapsdk.style.layers
-
A filled circle.
- CircleLayer(String, String) - Constructor for class com.trimblemaps.mapsdk.style.layers.CircleLayer
-
Creates a CircleLayer.
- circleOpacity(Expression) - Static method in class com.trimblemaps.mapsdk.style.layers.PropertyFactory
-
The opacity at which the circle will be drawn.
- circleOpacity(Float) - Static method in class com.trimblemaps.mapsdk.style.layers.PropertyFactory
-
The opacity at which the circle will be drawn.
- circlePitchAlignment(Expression) - Static method in class com.trimblemaps.mapsdk.style.layers.PropertyFactory
-
Orientation of circle when map is pitched.
- circlePitchAlignment(String) - Static method in class com.trimblemaps.mapsdk.style.layers.PropertyFactory
-
Orientation of circle when map is pitched.
- circlePitchScale(Expression) - Static method in class com.trimblemaps.mapsdk.style.layers.PropertyFactory
-
Controls the scaling behavior of the circle when the map is pitched.
- circlePitchScale(String) - Static method in class com.trimblemaps.mapsdk.style.layers.PropertyFactory
-
Controls the scaling behavior of the circle when the map is pitched.
- circleRadius(Expression) - Static method in class com.trimblemaps.mapsdk.style.layers.PropertyFactory
-
Circle radius.
- circleRadius(Float) - Static method in class com.trimblemaps.mapsdk.style.layers.PropertyFactory
-
Circle radius.
- circleSortKey(Expression) - Static method in class com.trimblemaps.mapsdk.style.layers.PropertyFactory
-
Sorts features in ascending order based on this value.
- circleSortKey(Float) - Static method in class com.trimblemaps.mapsdk.style.layers.PropertyFactory
-
Sorts features in ascending order based on this value.
- circleStrokeColor(int) - Static method in class com.trimblemaps.mapsdk.style.layers.PropertyFactory
-
The stroke color of the circle.
- circleStrokeColor(Expression) - Static method in class com.trimblemaps.mapsdk.style.layers.PropertyFactory
-
The stroke color of the circle.
- circleStrokeColor(String) - Static method in class com.trimblemaps.mapsdk.style.layers.PropertyFactory
-
The stroke color of the circle.
- circleStrokeOpacity(Expression) - Static method in class com.trimblemaps.mapsdk.style.layers.PropertyFactory
-
The opacity of the circle's stroke.
- circleStrokeOpacity(Float) - Static method in class com.trimblemaps.mapsdk.style.layers.PropertyFactory
-
The opacity of the circle's stroke.
- circleStrokeWidth(Expression) - Static method in class com.trimblemaps.mapsdk.style.layers.PropertyFactory
-
The width of the circle's stroke.
- circleStrokeWidth(Float) - Static method in class com.trimblemaps.mapsdk.style.layers.PropertyFactory
-
The width of the circle's stroke.
- circleTranslate(Expression) - Static method in class com.trimblemaps.mapsdk.style.layers.PropertyFactory
-
The geometry's offset.
- circleTranslate(Float[]) - Static method in class com.trimblemaps.mapsdk.style.layers.PropertyFactory
-
The geometry's offset.
- circleTranslateAnchor(Expression) - Static method in class com.trimblemaps.mapsdk.style.layers.PropertyFactory
-
- circleTranslateAnchor(String) - Static method in class com.trimblemaps.mapsdk.style.layers.PropertyFactory
-
- clamp(double, double, double) - Static method in class com.trimblemaps.mapsdk.utils.MathUtils
-
Test a value in specified range, returning minimum if it's below, and maximum if it's above
- clamp(float, float, float) - Static method in class com.trimblemaps.mapsdk.utils.MathUtils
-
Test a value in specified range, returning minimum if it's below, and maximum if it's above
- clear() - Method in class com.trimblemaps.mapsdk.maps.TrimbleMapsMap
-
- clearAmbientCache(OfflineManager.FileSourceCallback) - Method in class com.trimblemaps.mapsdk.offline.OfflineManager
-
Erase resources from the ambient cache, freeing storage space.
- coalesce(Expression...) - Static method in class com.trimblemaps.mapsdk.style.expressions.Expression
-
Evaluates each expression in turn until the first non-null value is obtained, and returns that value.
- collator(boolean, boolean) - Static method in class com.trimblemaps.mapsdk.style.expressions.Expression
-
Returns a collator for use in locale-dependent comparison operations.
- collator(boolean, boolean, Locale) - Static method in class com.trimblemaps.mapsdk.style.expressions.Expression
-
Returns a collator for use in locale-dependent comparison operations.
- collator(Expression, Expression) - Static method in class com.trimblemaps.mapsdk.style.expressions.Expression
-
Returns a collator for use in locale-dependent comparison operations.
- collator(Expression, Expression, Expression) - Static method in class com.trimblemaps.mapsdk.style.expressions.Expression
-
Returns a collator for use in locale-dependent comparison operations.
- color(int) - Method in class com.trimblemaps.mapsdk.annotations.PolylineOptions
-
Deprecated.
Sets the color of the polyline as a 32-bit ARGB color.
- color(int) - Static method in class com.trimblemaps.mapsdk.style.expressions.Expression
-
Expression literal utility method to convert a color int to an color expression
- colorToGlRgbaArray(int) - Static method in class com.trimblemaps.mapsdk.utils.ColorUtils
-
Converts Android color int to GL rgba float array.
- colorToRgbaArray(int) - Static method in class com.trimblemaps.mapsdk.utils.ColorUtils
-
Converts Android color int to rgba float array.
- colorToRgbaString(int) - Static method in class com.trimblemaps.mapsdk.utils.ColorUtils
-
Converts Android color int to "rbga(r, g, b, a)" String equivalent.
- ColorUtils - Class in com.trimblemaps.mapsdk.utils
-
Color utility class.
- ColorUtils() - Constructor for class com.trimblemaps.mapsdk.utils.ColorUtils
-
- com.trimblemaps.mapsdk - package com.trimblemaps.mapsdk
-
Contains the TrimbleMaps Maps Android API classes.
- com.trimblemaps.mapsdk.annotations - package com.trimblemaps.mapsdk.annotations
-
Contains the TrimbleMaps Maps Android Annotation API classes.
- com.trimblemaps.mapsdk.attribution - package com.trimblemaps.mapsdk.attribution
-
Contains the TrimbleMaps Maps Android Attribution API classes.
- com.trimblemaps.mapsdk.camera - package com.trimblemaps.mapsdk.camera
-
Contains the TrimbleMaps Maps Android Camera API classes.
- com.trimblemaps.mapsdk.constants - package com.trimblemaps.mapsdk.constants
-
Contains the TrimbleMaps Maps Android Constant API classes.
- com.trimblemaps.mapsdk.exceptions - package com.trimblemaps.mapsdk.exceptions
-
Contains the TrimbleMaps Maps Android Exception API classes.
- com.trimblemaps.mapsdk.geometry - package com.trimblemaps.mapsdk.geometry
-
Contains the TrimbleMaps Maps Android Geometry API classes.
- com.trimblemaps.mapsdk.http - package com.trimblemaps.mapsdk.http
-
Do not use this package.
- com.trimblemaps.mapsdk.location - package com.trimblemaps.mapsdk.location
-
Contains the TrimbleMaps Location layer component.
- com.trimblemaps.mapsdk.location.modes - package com.trimblemaps.mapsdk.location.modes
-
Contains the TrimbleMaps Location layer component camera and render modes.
- com.trimblemaps.mapsdk.log - package com.trimblemaps.mapsdk.log
-
Contains the TrimbleMaps Maps Android Log API classes.
- com.trimblemaps.mapsdk.maps - package com.trimblemaps.mapsdk.maps
-
Contains the TrimbleMaps Maps Android Maps API classes.
- com.trimblemaps.mapsdk.maps.renderer - package com.trimblemaps.mapsdk.maps.renderer
-
Contains the TrimbleMaps Maps Android Renderer API classes.
- com.trimblemaps.mapsdk.maps.renderer.egl - package com.trimblemaps.mapsdk.maps.renderer.egl
-
Contains the TrimbleMaps Maps Android EGL API classes.
- com.trimblemaps.mapsdk.maps.renderer.glsurfaceview - package com.trimblemaps.mapsdk.maps.renderer.glsurfaceview
-
Contains the TrimbleMaps Maps Android GLSurfaceView API classes.
- com.trimblemaps.mapsdk.maps.renderer.textureview - package com.trimblemaps.mapsdk.maps.renderer.textureview
-
Contains the TrimbleMaps Maps Android TextureView API classes.
- com.trimblemaps.mapsdk.maps.widgets - package com.trimblemaps.mapsdk.maps.widgets
-
Contains the TrimbleMaps Maps Android Widgets API classes.
- com.trimblemaps.mapsdk.module.http - package com.trimblemaps.mapsdk.module.http
-
Contains the TrimbleMaps Maps Android Modular Http API classes.
- com.trimblemaps.mapsdk.module.loader - package com.trimblemaps.mapsdk.module.loader
-
Contains the TrimbleMaps Maps Android Modular Library Loader API classes.
- com.trimblemaps.mapsdk.net - package com.trimblemaps.mapsdk.net
-
Contains the TrimbleMaps Maps Android Network API classes.
- com.trimblemaps.mapsdk.offline - package com.trimblemaps.mapsdk.offline
-
Contains the TrimbleMaps Maps Android Offline API classes.
- com.trimblemaps.mapsdk.snapshotter - package com.trimblemaps.mapsdk.snapshotter
-
Contains the TrimbleMaps Maps Android Snapshotter API classes.
- com.trimblemaps.mapsdk.storage - package com.trimblemaps.mapsdk.storage
-
Contains the TrimbleMaps Maps Android Storage API classes.
- com.trimblemaps.mapsdk.style.expressions - package com.trimblemaps.mapsdk.style.expressions
-
Contains the TrimbleMaps Maps Android Expression API classes.
- com.trimblemaps.mapsdk.style.layers - package com.trimblemaps.mapsdk.style.layers
-
Contains the TrimbleMaps Maps Android Style Layer API classes.
- com.trimblemaps.mapsdk.style.light - package com.trimblemaps.mapsdk.style.light
-
Contains the TrimbleMaps Maps Android Style Light API classes.
- com.trimblemaps.mapsdk.style.sources - package com.trimblemaps.mapsdk.style.sources
-
Contains the TrimbleMaps Maps Android Style Sources API classes.
- com.trimblemaps.mapsdk.style.types - package com.trimblemaps.mapsdk.style.types
-
Contains the TrimbleMaps Maps Android Formatted Expression Types API classes.
- com.trimblemaps.mapsdk.utils - package com.trimblemaps.mapsdk.utils
-
Contains the TrimbleMaps Maps Android Utility API classes.
- compare(boolean, boolean) - Static method in class com.trimblemaps.mapsdk.utils.Compare
-
- compare(int, int) - Static method in class com.trimblemaps.mapsdk.utils.Compare
-
- Compare - Class in com.trimblemaps.mapsdk.utils
-
Comparisons from std sdk, which aren't available in API level 15 and below
- Compare() - Constructor for class com.trimblemaps.mapsdk.utils.Compare
-
- compareTo(Annotation) - Method in class com.trimblemaps.mapsdk.annotations.Annotation
-
Deprecated.
Compares this Annotation object with another Annotation.
- COMPASS - Static variable in class com.trimblemaps.mapsdk.location.modes.RenderMode
-
Tracking the user location with bearing considered
from a
CompassEngine
.
- compassAnimationEnabled() - Method in class com.trimblemaps.mapsdk.location.LocationComponentOptions
-
- compassAnimationEnabled(Boolean) - Method in class com.trimblemaps.mapsdk.location.LocationComponentOptions.Builder
-
- compassEnabled(boolean) - Method in class com.trimblemaps.mapsdk.maps.TrimbleMapsMapOptions
-
Specifies the visibility state of a trimblemaps_compass_icon for a map view.
- CompassEngine - Interface in com.trimblemaps.mapsdk.location
-
- compassFadesWhenFacingNorth(boolean) - Method in class com.trimblemaps.mapsdk.maps.TrimbleMapsMapOptions
-
Specifies if the trimblemaps_compass_icon fades to invisible when facing north.
- compassGravity(int) - Method in class com.trimblemaps.mapsdk.maps.TrimbleMapsMapOptions
-
Specifies the gravity state of trimblemaps_compass_icon for a map view.
- compassImage(Drawable) - Method in class com.trimblemaps.mapsdk.maps.TrimbleMapsMapOptions
-
- compassImageResource(int) - Method in class com.trimblemaps.mapsdk.maps.TrimbleMapsMapOptions
-
Specifies the image of the CompassView.
- CompassListener - Interface in com.trimblemaps.mapsdk.location
-
Callbacks related to the compass
- compassMargins(int[]) - Method in class com.trimblemaps.mapsdk.maps.TrimbleMapsMapOptions
-
Specifies the margin state of trimblemaps_compass_icon for a map view
- CompassView - Class in com.trimblemaps.mapsdk.maps.widgets
-
UI element overlaid on a map to show the map's bearing when it isn't true north (0.0).
- CompassView(Context) - Constructor for class com.trimblemaps.mapsdk.maps.widgets.CompassView
-
- CompassView(Context, AttributeSet) - Constructor for class com.trimblemaps.mapsdk.maps.widgets.CompassView
-
- CompassView(Context, AttributeSet, int) - Constructor for class com.trimblemaps.mapsdk.maps.widgets.CompassView
-
- concat(Expression...) - Static method in class com.trimblemaps.mapsdk.style.expressions.Expression
-
Returns a string consisting of the concatenation of the inputs.
- concat(String...) - Static method in class com.trimblemaps.mapsdk.style.expressions.Expression
-
Returns a string consisting of the concatenation of the inputs.
- CONNECTION_ERROR - Static variable in interface com.trimblemaps.mapsdk.http.HttpRequest
-
- ConnectivityListener - Interface in com.trimblemaps.mapsdk.net
-
Receives updates on connectivity state
- ConnectivityReceiver - Class in com.trimblemaps.mapsdk.net
-
Interface definition for a callback to be invoked when connectivity changes.
- contains(LatLng) - Method in class com.trimblemaps.mapsdk.geometry.LatLngBounds
-
Determines whether this LatLngBounds contains a point.
- contains(LatLngBounds) - Method in class com.trimblemaps.mapsdk.geometry.LatLngBounds
-
Determines whether this LatLngBounds contains another bounds.
- context() - Method in class com.trimblemaps.mapsdk.location.LocationComponentActivationOptions
-
The application's current context
- ConversionException - Exception in com.trimblemaps.mapsdk.exceptions
-
A ConversionException is thrown when a conversion failed to execute.
- ConversionException(String) - Constructor for exception com.trimblemaps.mapsdk.exceptions.ConversionException
-
- convert(JsonArray) - Static method in class com.trimblemaps.mapsdk.style.expressions.Expression.Converter
-
Converts a JsonArray to an expression
- convert(JsonElement) - Static method in class com.trimblemaps.mapsdk.style.expressions.Expression.Converter
-
Converts a JsonElement to an expression
- convert(String) - Static method in class com.trimblemaps.mapsdk.style.expressions.Expression.Converter
-
Converts a raw expression to a DSL equivalent.
- Converter() - Constructor for class com.trimblemaps.mapsdk.style.expressions.Expression.Converter
-
- convertToImageArray(HashMap<String, Bitmap>, boolean) - Static method in class com.trimblemaps.mapsdk.maps.Style.Builder.ImageWrapper
-
- convertToImageArray(HashMap<String, Bitmap>, boolean, List<ImageStretches>, List<ImageStretches>, ImageContent) - Static method in class com.trimblemaps.mapsdk.maps.Style.Builder.ImageWrapper
-
- cos(Expression) - Static method in class com.trimblemaps.mapsdk.style.expressions.Expression
-
Returns the cosine of the input.
- cos(Number) - Static method in class com.trimblemaps.mapsdk.style.expressions.Expression
-
Returns the cosine of the input.
- createAttributionString() - Method in class com.trimblemaps.mapsdk.attribution.AttributionParser
-
Get parsed attribution string.
- createAttributionString(boolean) - Method in class com.trimblemaps.mapsdk.attribution.AttributionParser
-
Get parsed attribution string.
- createBitmapFromView(View) - Static method in class com.trimblemaps.mapsdk.utils.BitmapUtils
-
Convert a view to a bitmap.
- createContext(EGL10, EGLDisplay, EGLConfig) - Method in class com.trimblemaps.mapsdk.maps.renderer.egl.EGLContextFactory
-
- createFragmentArgs(TrimbleMapsMapOptions) - Static method in class com.trimblemaps.mapsdk.utils.MapFragmentUtils
-
Convert TrimbleMapsMapOptions to a bundle of fragment arguments.
- createFromAttributes(Context) - Static method in class com.trimblemaps.mapsdk.maps.TrimbleMapsMapOptions
-
Creates a default TrimbleMapsMapsOptions from a given context.
- createFromAttributes(Context, int) - Static method in class com.trimblemaps.mapsdk.location.LocationComponentOptions
-
Construct a new Location Component Options class using the attributes found within a style
resource.
- createFromAttributes(Context, AttributeSet) - Static method in class com.trimblemaps.mapsdk.maps.TrimbleMapsMapOptions
-
Creates a TrimbleMapsMapsOptions from the attribute set.
- createHttpRequest() - Method in interface com.trimblemaps.mapsdk.ModuleProvider
-
Create a new concrete implementation of HttpRequest.
- createHttpRequest() - Method in class com.trimblemaps.mapsdk.ModuleProviderImpl
-
- createLibraryLoaderProvider() - Method in interface com.trimblemaps.mapsdk.ModuleProvider
-
Get the concrete implementation of LibraryLoaderProvider
- createLibraryLoaderProvider() - Method in class com.trimblemaps.mapsdk.ModuleProviderImpl
-
- createOfflineRegion(OfflineRegionDefinition, byte[], OfflineManager.CreateOfflineRegionCallback) - Method in class com.trimblemaps.mapsdk.offline.OfflineManager
-
Creates an offline region in the database by downloading the resources needed to use
the given region offline.
- createWindowSurface(EGL10, EGLDisplay, EGLConfig, Object) - Method in class com.trimblemaps.mapsdk.maps.renderer.egl.EGLWindowSurfaceFactory
-
- CREATOR - Static variable in class com.trimblemaps.mapsdk.annotations.MarkerOptions
-
Deprecated.
- CREATOR - Static variable in class com.trimblemaps.mapsdk.annotations.PolygonOptions
-
Deprecated.
- CREATOR - Static variable in class com.trimblemaps.mapsdk.annotations.PolylineOptions
-
Deprecated.
- CREATOR - Static variable in class com.trimblemaps.mapsdk.camera.CameraPosition
-
- CREATOR - Static variable in class com.trimblemaps.mapsdk.geometry.LatLng
-
Inner class responsible for recreating Parcels into objects.
- CREATOR - Static variable in class com.trimblemaps.mapsdk.geometry.LatLngBounds
-
Inner class responsible for recreating Parcels into objects.
- CREATOR - Static variable in class com.trimblemaps.mapsdk.geometry.LatLngBoundsZoom
-
Inner class responsible for recreating Parcels into objects.
- CREATOR - Static variable in class com.trimblemaps.mapsdk.geometry.LatLngQuad
-
- CREATOR - Static variable in class com.trimblemaps.mapsdk.geometry.LatLngSpan
-
Inner class responsible for recreating Parcels into objects.
- CREATOR - Static variable in class com.trimblemaps.mapsdk.geometry.ProjectedMeters
-
Inner class responsible for recreating Parcels into objects.
- CREATOR - Static variable in class com.trimblemaps.mapsdk.geometry.VisibleRegion
-
Inner class responsible for recreating Parcels into objects.
- CREATOR - Static variable in class com.trimblemaps.mapsdk.location.LocationComponentOptions
-
- CREATOR - Static variable in class com.trimblemaps.mapsdk.maps.TrimbleMapsMapOptions
-
- CREATOR - Static variable in class com.trimblemaps.mapsdk.offline.CacheAreaDefinition
-
- CREATOR - Static variable in class com.trimblemaps.mapsdk.offline.OfflineGeometryRegionDefinition
-
- CREATOR - Static variable in class com.trimblemaps.mapsdk.offline.OfflineTilePyramidRegionDefinition
-
- crossSourceCollisions(boolean) - Method in class com.trimblemaps.mapsdk.maps.TrimbleMapsMapOptions
-
Enable cross-source symbol collision detection, defaults to true.
- cubicBezier(Expression, Expression, Expression, Expression) - Static method in class com.trimblemaps.mapsdk.style.expressions.Expression
-
Interpolates using the cubic bezier curve defined by the given control points.
- cubicBezier(Number, Number, Number, Number) - Static method in class com.trimblemaps.mapsdk.style.expressions.Expression
-
Interpolates using the cubic bezier curve defined by the given control points.
- currency(Expression) - Static method in class com.trimblemaps.mapsdk.style.expressions.Expression.NumberFormatOption
-
Number formatting option for specifying the currency to use, an ISO 4217 code.
- currency(String) - Static method in class com.trimblemaps.mapsdk.style.expressions.Expression.NumberFormatOption
-
Number formatting options for specifying the currency to use, an ISO 4217 code.
- CustomGeometrySource - Class in com.trimblemaps.mapsdk.style.sources
-
Custom Vector Source, allows using FeatureCollections.
- CustomGeometrySource(String, CustomGeometrySourceOptions, GeometryTileProvider) - Constructor for class com.trimblemaps.mapsdk.style.sources.CustomGeometrySource
-
- CustomGeometrySource(String, GeometryTileProvider) - Constructor for class com.trimblemaps.mapsdk.style.sources.CustomGeometrySource
-
Create a CustomGeometrySource
- CustomGeometrySourceOptions - Class in com.trimblemaps.mapsdk.style.sources
-
Builder class for composing CustomGeometrySource objects.
- CustomGeometrySourceOptions() - Constructor for class com.trimblemaps.mapsdk.style.sources.CustomGeometrySourceOptions
-
- CustomLayer - Class in com.trimblemaps.mapsdk.style.layers
-
Custom layer.
- CustomLayer(String, long) - Constructor for class com.trimblemaps.mapsdk.style.layers.CustomLayer
-
- cycleDebugOptions() - Method in class com.trimblemaps.mapsdk.maps.TrimbleMapsMap
-
- GeoJsonOptions - Class in com.trimblemaps.mapsdk.style.sources
-
Builder class for composing GeoJsonSource objects.
- GeoJsonOptions() - Constructor for class com.trimblemaps.mapsdk.style.sources.GeoJsonOptions
-
- GeoJsonSource - Class in com.trimblemaps.mapsdk.style.sources
-
GeoJson source, allows using FeatureCollections from Json.
- GeoJsonSource(String) - Constructor for class com.trimblemaps.mapsdk.style.sources.GeoJsonSource
-
Create an empty GeoJsonSource
- GeoJsonSource(String, Feature) - Constructor for class com.trimblemaps.mapsdk.style.sources.GeoJsonSource
-
Create a GeoJsonSource from a Feature
- GeoJsonSource(String, FeatureCollection) - Constructor for class com.trimblemaps.mapsdk.style.sources.GeoJsonSource
-
Create a GeoJsonSource from a FeatureCollection.
- GeoJsonSource(String, FeatureCollection, GeoJsonOptions) - Constructor for class com.trimblemaps.mapsdk.style.sources.GeoJsonSource
-
Create a GeoJsonSource from a FeatureCollection and non-default GeoJsonOptions.
- GeoJsonSource(String, Feature, GeoJsonOptions) - Constructor for class com.trimblemaps.mapsdk.style.sources.GeoJsonSource
-
- GeoJsonSource(String, Geometry) - Constructor for class com.trimblemaps.mapsdk.style.sources.GeoJsonSource
-
Create a GeoJsonSource from a Geometry
- GeoJsonSource(String, Geometry, GeoJsonOptions) - Constructor for class com.trimblemaps.mapsdk.style.sources.GeoJsonSource
-
- GeoJsonSource(String, GeoJsonOptions) - Constructor for class com.trimblemaps.mapsdk.style.sources.GeoJsonSource
-
Create an empty GeoJsonSource with non-default GeoJsonOptions.
- GeoJsonSource(String, String) - Constructor for class com.trimblemaps.mapsdk.style.sources.GeoJsonSource
-
Create a GeoJsonSource from a raw json string
- GeoJsonSource(String, String, GeoJsonOptions) - Constructor for class com.trimblemaps.mapsdk.style.sources.GeoJsonSource
-
Create a GeoJsonSource from a raw json string and non-default GeoJsonOptions
- GeoJsonSource(String, URI) - Constructor for class com.trimblemaps.mapsdk.style.sources.GeoJsonSource
-
Create a GeoJsonSource from a geo json URI
- GeoJsonSource(String, URI, GeoJsonOptions) - Constructor for class com.trimblemaps.mapsdk.style.sources.GeoJsonSource
-
Create a GeoJsonSource from a geo json URI and non-default GeoJsonOptions
- GeoJsonSource(String, URL) - Constructor for class com.trimblemaps.mapsdk.style.sources.GeoJsonSource
-
- GeoJsonSource(String, URL, GeoJsonOptions) - Constructor for class com.trimblemaps.mapsdk.style.sources.GeoJsonSource
-
- GeometryConstants - Class in com.trimblemaps.mapsdk.constants
-
Contains constants used throughout the sdk classes.
- GeometryTileProvider - Interface in com.trimblemaps.mapsdk.style.sources
-
- geometryType() - Static method in class com.trimblemaps.mapsdk.style.expressions.Expression
-
Gets the feature's geometry type: Point, MultiPoint, LineString, MultiLineString, Polygon, MultiPolygon.
- get(Expression) - Static method in class com.trimblemaps.mapsdk.style.expressions.Expression
-
Retrieves a property value from the current feature's properties,
or from another object if a second argument is provided.
- get(Expression, Expression) - Static method in class com.trimblemaps.mapsdk.style.expressions.Expression
-
Retrieves a property value from another object.
- get(String) - Static method in class com.trimblemaps.mapsdk.style.expressions.Expression
-
Retrieves a property value from the current feature's properties,
or from another object if a second argument is provided.
- get(String, Expression) - Static method in class com.trimblemaps.mapsdk.style.expressions.Expression
-
Retrieves a property value from another object.
- getAboveLayer() - Method in class com.trimblemaps.mapsdk.maps.Style.Builder.LayerAboveWrapper
-
- getAccentColor(Context) - Static method in class com.trimblemaps.mapsdk.utils.ColorUtils
-
Returns a color integer associated as accent color from a theme based on a Context.
- getAccessToken() - Method in class com.trimblemaps.mapsdk.storage.FileSource
-
- getAlpha() - Method in class com.trimblemaps.mapsdk.annotations.BasePointCollection
-
Deprecated.
Value between 0 and 1 defining the polyline alpha.
- getAlpha() - Method in class com.trimblemaps.mapsdk.annotations.PolygonOptions
-
Deprecated.
- getAlpha() - Method in class com.trimblemaps.mapsdk.annotations.PolylineOptions
-
Deprecated.
- getAltitude() - Method in class com.trimblemaps.mapsdk.geometry.LatLng
-
Get the altitude, in meters.
- getAnchor() - Method in class com.trimblemaps.mapsdk.style.light.Light
-
Get the Anchor property.
- getAnchorPoint() - Method in class com.trimblemaps.mapsdk.attribution.AttributionLayout
-
- getAnimationDuration() - Method in class com.trimblemaps.mapsdk.location.LocationUpdate
-
- getAnnotation(long) - Method in class com.trimblemaps.mapsdk.maps.TrimbleMapsMap
-
- getAnnotations() - Method in class com.trimblemaps.mapsdk.maps.TrimbleMapsMap
-
- getApiBaseUri() - Method in class com.trimblemaps.mapsdk.maps.TrimbleMapsMapOptions
-
Get the current configured API endpoint base URI.
- getApiBaseUri() - Method in class com.trimblemaps.mapsdk.snapshotter.MapSnapshotter.Options
-
- getApiBaseUrl() - Method in class com.trimblemaps.mapsdk.maps.TrimbleMapsMapOptions
-
- getApiBaseUrl() - Method in class com.trimblemaps.mapsdk.snapshotter.MapSnapshotter.Options
-
- getApplicationContext() - Static method in class com.trimblemaps.mapsdk.TrimbleMaps
-
Application context
- getArrowDirection() - Method in class com.trimblemaps.mapsdk.annotations.BubbleLayout
-
Deprecated.
Get the arrow direction.
- getArrowHeight() - Method in class com.trimblemaps.mapsdk.annotations.BubbleLayout
-
Deprecated.
Get the arrow height
- getArrowPosition() - Method in class com.trimblemaps.mapsdk.annotations.BubbleLayout
-
Deprecated.
Get the arrow position.
- getArrowWidth() - Method in class com.trimblemaps.mapsdk.annotations.BubbleLayout
-
Deprecated.
Get the arrow width.
- getAttribution() - Method in class com.trimblemaps.mapsdk.style.sources.Source
-
Retrieve the source attribution.
- getAttribution() - Method in class com.trimblemaps.mapsdk.style.sources.TileSet
-
- getAttributionDialogManager() - Method in class com.trimblemaps.mapsdk.maps.UiSettings
-
Get the custom attribution dialog manager.
- getAttributionEnabled() - Method in class com.trimblemaps.mapsdk.maps.TrimbleMapsMapOptions
-
Get the current configured visibility state for attribution for a map view.
- getAttributionGravity() - Method in class com.trimblemaps.mapsdk.maps.TrimbleMapsMapOptions
-
Get the current configured gravity state for attribution for a map view.
- getAttributionGravity() - Method in class com.trimblemaps.mapsdk.maps.UiSettings
-
Returns the gravity value of the logo
- getAttributionMarginBottom() - Method in class com.trimblemaps.mapsdk.maps.UiSettings
-
Returns the bottom side margin of the logo in pixels.
- getAttributionMarginLeft() - Method in class com.trimblemaps.mapsdk.maps.UiSettings
-
Returns the left side margin of the attribution view in pixels.
- getAttributionMarginRight() - Method in class com.trimblemaps.mapsdk.maps.UiSettings
-
Returns the right side margin of the attribution view in pixels.
- getAttributionMargins() - Method in class com.trimblemaps.mapsdk.maps.TrimbleMapsMapOptions
-
Get the current configured margins for attribution for a map view.
- getAttributionMarginTop() - Method in class com.trimblemaps.mapsdk.maps.UiSettings
-
Returns the top side margin of the attribution view in pixels.
- getAttributions() - Method in class com.trimblemaps.mapsdk.attribution.AttributionParser
-
Get parsed attributions.
- getAttributions() - Method in class com.trimblemaps.mapsdk.snapshotter.MapSnapshot
-
- getAttributionTintColor() - Method in class com.trimblemaps.mapsdk.maps.TrimbleMapsMapOptions
-
Get the current configured tint color for attribution for a map view.
- getBackgroundColor() - Method in class com.trimblemaps.mapsdk.style.layers.BackgroundLayer
-
Get the BackgroundColor property
- getBackgroundColorAsInt() - Method in class com.trimblemaps.mapsdk.style.layers.BackgroundLayer
-
The color with which the background will be drawn.
- getBackgroundColorTransition() - Method in class com.trimblemaps.mapsdk.style.layers.BackgroundLayer
-
Get the BackgroundColor property transition options
- getBackgroundOpacity() - Method in class com.trimblemaps.mapsdk.style.layers.BackgroundLayer
-
Get the BackgroundOpacity property
- getBackgroundOpacityTransition() - Method in class com.trimblemaps.mapsdk.style.layers.BackgroundLayer
-
Get the BackgroundOpacity property transition options
- getBackgroundPattern() - Method in class com.trimblemaps.mapsdk.style.layers.BackgroundLayer
-
Get the BackgroundPattern property
- getBackgroundPatternTransition() - Method in class com.trimblemaps.mapsdk.style.layers.BackgroundLayer
-
Get the BackgroundPattern property transition options
- getBegin() - Method in class com.trimblemaps.mapsdk.maps.ObservableEvent
-
Timestamp taken at the time of an event creation.
- getBelowLayer() - Method in class com.trimblemaps.mapsdk.maps.Style.Builder.LayerBelowWrapper
-
- getBitmap() - Method in class com.trimblemaps.mapsdk.annotations.Icon
-
Deprecated.
Get the bitmap being used for this icon.
- getBitmap() - Method in class com.trimblemaps.mapsdk.maps.Style.Builder.ImageWrapper
-
- getBitmap() - Method in class com.trimblemaps.mapsdk.snapshotter.MapSnapshot
-
- getBitmapFromDrawable(Drawable) - Static method in class com.trimblemaps.mapsdk.utils.BitmapUtils
-
Extract an underlying bitmap from a drawable
- getBottomLeft() - Method in class com.trimblemaps.mapsdk.geometry.LatLngQuad
-
- getBottomRight() - Method in class com.trimblemaps.mapsdk.geometry.LatLngQuad
-
- getBounds() - Method in class com.trimblemaps.mapsdk.offline.OfflineGeometryRegionDefinition
-
Calculates the bounding box for the Geometry it contains
to retain backwards compatibility
- getBounds() - Method in interface com.trimblemaps.mapsdk.offline.OfflineRegionDefinition
-
Gets the bounds of the OfflineRegion.
- getBounds() - Method in class com.trimblemaps.mapsdk.offline.OfflineTilePyramidRegionDefinition
-
- getBounds() - Method in class com.trimblemaps.mapsdk.style.sources.TileSet
-
- getBubbleColor() - Method in class com.trimblemaps.mapsdk.annotations.BubbleLayout
-
Deprecated.
Get the bubble color.
- getBuilder() - Method in class com.trimblemaps.mapsdk.snapshotter.MapSnapshotter.Options
-
- getByteArrayFromDrawable(Drawable) - Static method in class com.trimblemaps.mapsdk.utils.BitmapUtils
-
Create a byte array out of drawable
- getCamera() - Method in class com.trimblemaps.mapsdk.maps.TrimbleMapsMapOptions
-
Get the current configured initial camera position for a map view.
- getCameraForGeometry(Geometry) - Method in class com.trimblemaps.mapsdk.maps.TrimbleMapsMap
-
Get a camera position that fits a provided shape.
- getCameraForGeometry(Geometry, double, double) - Method in class com.trimblemaps.mapsdk.maps.TrimbleMapsMap
-
Get a camera position that fits a provided shape with a given bearing and tilt.
- getCameraForGeometry(Geometry, int[]) - Method in class com.trimblemaps.mapsdk.maps.TrimbleMapsMap
-
Get a camera position that fits a provided shape and padding.
- getCameraForGeometry(Geometry, int[], double, double) - Method in class com.trimblemaps.mapsdk.maps.TrimbleMapsMap
-
Get a camera position that fits a provided shape with a given padding, bearing and tilt.
- getCameraForLatLngBounds(LatLngBounds) - Method in class com.trimblemaps.mapsdk.maps.TrimbleMapsMap
-
Get a camera position that fits a provided bounds and the current camera tilt and bearing.
- getCameraForLatLngBounds(LatLngBounds, double, double) - Method in class com.trimblemaps.mapsdk.maps.TrimbleMapsMap
-
Get a camera position that fits a provided bounds, bearing and tilt.
- getCameraForLatLngBounds(LatLngBounds, int[]) - Method in class com.trimblemaps.mapsdk.maps.TrimbleMapsMap
-
Get a camera position that fits a provided bounds and padding and the current camera tilt and bearing.
- getCameraForLatLngBounds(LatLngBounds, int[], double, double) - Method in class com.trimblemaps.mapsdk.maps.TrimbleMapsMap
-
Get a camera position that fits a provided bounds, padding, bearing and tilt.
- getCameraMode() - Method in class com.trimblemaps.mapsdk.location.LocationComponent
-
Provides the current camera mode being used to track the location or compass updates.
- getCameraPosition() - Method in class com.trimblemaps.mapsdk.maps.Transform
-
- getCameraPosition() - Method in class com.trimblemaps.mapsdk.maps.TrimbleMapsMap
-
Gets the current position of the camera.
- getCameraPosition() - Method in class com.trimblemaps.mapsdk.snapshotter.MapSnapshotter.Options
-
- getCameraPosition(TrimbleMapsMap) - Method in interface com.trimblemaps.mapsdk.camera.CameraUpdate
-
Get the camera position from the camera update.
- getCenter() - Method in class com.trimblemaps.mapsdk.geometry.LatLngBounds
-
Calculates the centerpoint of this LatLngBounds by simple interpolation and returns
it as a point.
- getCenter() - Method in class com.trimblemaps.mapsdk.style.sources.TileSet
-
- getCircleBlur() - Method in class com.trimblemaps.mapsdk.style.layers.CircleLayer
-
Get the CircleBlur property
- getCircleBlurTransition() - Method in class com.trimblemaps.mapsdk.style.layers.CircleLayer
-
Get the CircleBlur property transition options
- getCircleColor() - Method in class com.trimblemaps.mapsdk.style.layers.CircleLayer
-
Get the CircleColor property
- getCircleColorAsInt() - Method in class com.trimblemaps.mapsdk.style.layers.CircleLayer
-
The fill color of the circle.
- getCircleColorTransition() - Method in class com.trimblemaps.mapsdk.style.layers.CircleLayer
-
Get the CircleColor property transition options
- getCircleOpacity() - Method in class com.trimblemaps.mapsdk.style.layers.CircleLayer
-
Get the CircleOpacity property
- getCircleOpacityTransition() - Method in class com.trimblemaps.mapsdk.style.layers.CircleLayer
-
Get the CircleOpacity property transition options
- getCirclePitchAlignment() - Method in class com.trimblemaps.mapsdk.style.layers.CircleLayer
-
Get the CirclePitchAlignment property
- getCirclePitchScale() - Method in class com.trimblemaps.mapsdk.style.layers.CircleLayer
-
Get the CirclePitchScale property
- getCircleRadius() - Method in class com.trimblemaps.mapsdk.style.layers.CircleLayer
-
Get the CircleRadius property
- getCircleRadiusTransition() - Method in class com.trimblemaps.mapsdk.style.layers.CircleLayer
-
Get the CircleRadius property transition options
- getCircleSortKey() - Method in class com.trimblemaps.mapsdk.style.layers.CircleLayer
-
Get the CircleSortKey property
- getCircleStrokeColor() - Method in class com.trimblemaps.mapsdk.style.layers.CircleLayer
-
Get the CircleStrokeColor property
- getCircleStrokeColorAsInt() - Method in class com.trimblemaps.mapsdk.style.layers.CircleLayer
-
The stroke color of the circle.
- getCircleStrokeColorTransition() - Method in class com.trimblemaps.mapsdk.style.layers.CircleLayer
-
Get the CircleStrokeColor property transition options
- getCircleStrokeOpacity() - Method in class com.trimblemaps.mapsdk.style.layers.CircleLayer
-
Get the CircleStrokeOpacity property
- getCircleStrokeOpacityTransition() - Method in class com.trimblemaps.mapsdk.style.layers.CircleLayer
-
Get the CircleStrokeOpacity property transition options
- getCircleStrokeWidth() - Method in class com.trimblemaps.mapsdk.style.layers.CircleLayer
-
Get the CircleStrokeWidth property
- getCircleStrokeWidthTransition() - Method in class com.trimblemaps.mapsdk.style.layers.CircleLayer
-
Get the CircleStrokeWidth property transition options
- getCircleTranslate() - Method in class com.trimblemaps.mapsdk.style.layers.CircleLayer
-
Get the CircleTranslate property
- getCircleTranslateAnchor() - Method in class com.trimblemaps.mapsdk.style.layers.CircleLayer
-
Get the CircleTranslateAnchor property
- getCircleTranslateTransition() - Method in class com.trimblemaps.mapsdk.style.layers.CircleLayer
-
Get the CircleTranslate property transition options
- getClusterChildren(Feature) - Method in class com.trimblemaps.mapsdk.style.sources.GeoJsonSource
-
Returns the children of a cluster (on the next zoom level) given its id (cluster_id value from feature properties).
- getClusterExpansionZoom(Feature) - Method in class com.trimblemaps.mapsdk.style.sources.GeoJsonSource
-
Returns the zoom on which the cluster expands into several children (useful for "click to zoom" feature)
given the cluster's cluster_id (cluster_id value from feature properties).
- getClusterLeaves(Feature, long, long) - Method in class com.trimblemaps.mapsdk.style.sources.GeoJsonSource
-
Returns all the leaves of a cluster (given its cluster_id), with pagination support: limit is the number of leaves
to return (set to Infinity for all points), and offset is the amount of points to skip (for pagination).
- getColor() - Method in class com.trimblemaps.mapsdk.annotations.Polyline
-
Deprecated.
Gets the color of this polyline.
- getColor() - Method in class com.trimblemaps.mapsdk.annotations.PolylineOptions
-
Deprecated.
- getColor() - Method in class com.trimblemaps.mapsdk.style.light.Light
-
Get the Color property.
- getColorInt() - Method in class com.trimblemaps.mapsdk.style.layers.PropertyValue
-
Get the color int value of the property if the value is a color.
- getColorTransition() - Method in class com.trimblemaps.mapsdk.style.light.Light
-
Get the Color property transition options.
- getCompassEnabled() - Method in class com.trimblemaps.mapsdk.maps.TrimbleMapsMapOptions
-
Get the current configured visibility state for trimblemaps_compass_icon for a map view.
- getCompassEngine() - Method in class com.trimblemaps.mapsdk.location.LocationComponent
-
Returns the compass engine used to provide compass heading values.
- getCompassFadeFacingNorth() - Method in class com.trimblemaps.mapsdk.maps.TrimbleMapsMapOptions
-
Get the current configured state for fading the trimblemaps_compass_icon when facing north.
- getCompassGravity() - Method in class com.trimblemaps.mapsdk.maps.TrimbleMapsMapOptions
-
Get the current configured gravity state for trimblemaps_compass_icon for a map view.
- getCompassGravity() - Method in class com.trimblemaps.mapsdk.maps.UiSettings
-
Returns the gravity value of the CompassView
- getCompassImage() - Method in class com.trimblemaps.mapsdk.maps.TrimbleMapsMapOptions
-
Deprecated.
- getCompassImage() - Method in class com.trimblemaps.mapsdk.maps.UiSettings
-
- getCompassImage() - Method in class com.trimblemaps.mapsdk.maps.widgets.CompassView
-
- getCompassImageResource() - Method in class com.trimblemaps.mapsdk.maps.TrimbleMapsMapOptions
-
Get the current configured CompassView image resource id.
- getCompassImageResource() - Method in class com.trimblemaps.mapsdk.maps.UiSettings
-
Get the current configured id of the CompassView drawable resource.
- getCompassImageResource() - Method in class com.trimblemaps.mapsdk.maps.widgets.CompassView
-
- getCompassMarginBottom() - Method in class com.trimblemaps.mapsdk.maps.UiSettings
-
Returns the bottom side margin of CompassView in pixels.
- getCompassMarginLeft() - Method in class com.trimblemaps.mapsdk.maps.UiSettings
-
Returns the left side margin of CompassView in pixels.
- getCompassMarginRight() - Method in class com.trimblemaps.mapsdk.maps.UiSettings
-
Returns the right side margin of CompassView in pixels.
- getCompassMargins() - Method in class com.trimblemaps.mapsdk.maps.TrimbleMapsMapOptions
-
Get the current configured margins for trimblemaps_compass_icon for a map view.
- getCompassMarginTop() - Method in class com.trimblemaps.mapsdk.maps.UiSettings
-
Returns the top side margin of CompassView in pixels.
- getCompletedResourceCount() - Method in class com.trimblemaps.mapsdk.offline.OfflineRegionStatus
-
Get the number of resources (inclusive of tiles) that have been fully downloaded
and are ready for offline access.
- getCompletedResourceSize() - Method in class com.trimblemaps.mapsdk.offline.OfflineRegionStatus
-
The cumulative size, in bytes, of all resources (inclusive of tiles) that have
been fully downloaded.
- getCompletedTileCount() - Method in class com.trimblemaps.mapsdk.offline.OfflineRegionStatus
-
Get the number of tiles that have been fully downloaded and are ready for
offline access.
- getCompletedTileSize() - Method in class com.trimblemaps.mapsdk.offline.OfflineRegionStatus
-
Get the cumulative size, in bytes, of all tiles that have been fully downloaded.
- getContent() - Method in class com.trimblemaps.mapsdk.maps.Style.Builder.ImageWrapper
-
- getContentArray() - Method in class com.trimblemaps.mapsdk.maps.ImageContent
-
Get the array for this content, sorted by left, top, right, bottom.
- getContents() - Method in class com.trimblemaps.mapsdk.maps.Value
-
Get the contents of the value
- getContext() - Method in class com.trimblemaps.mapsdk.maps.MapSurface
-
- getCornersRadius() - Method in class com.trimblemaps.mapsdk.annotations.BubbleLayout
-
Deprecated.
Get the corner radius
- getCrossSourceCollisions() - Method in class com.trimblemaps.mapsdk.maps.TrimbleMapsMapOptions
-
Check whether cross-source symbol collision detection is enabled.
- getData() - Method in class com.trimblemaps.mapsdk.maps.ObservableEvent
-
Generic container for an event's data.
- getData() - Method in class com.trimblemaps.mapsdk.style.sources.TileSet
-
- getDebugActive() - Method in class com.trimblemaps.mapsdk.maps.TrimbleMapsMapOptions
-
Get the current configured debug state for a map view.
- getDefaultLibraryLoader() - Method in interface com.trimblemaps.mapsdk.LibraryLoaderProvider
-
Creates and returns a the default Library Loader.
- getDefaultLibraryLoader() - Method in class com.trimblemaps.mapsdk.module.loader.LibraryLoaderProviderImpl
-
Creates and returns a the default Library Loader.
- getDefinition() - Method in class com.trimblemaps.mapsdk.offline.OfflineRegion
-
- getDelay() - Method in class com.trimblemaps.mapsdk.style.layers.TransitionOptions
-
Get the transition delay.
- getDescription() - Method in class com.trimblemaps.mapsdk.style.sources.TileSet
-
- getDeviceID(Context) - Static method in class com.trimblemaps.mapsdk.utils.AccountUtil
-
- getDoubleTapGesturesEnabled() - Method in class com.trimblemaps.mapsdk.maps.TrimbleMapsMapOptions
-
Get the current configured double tap gesture state for a map view.
- getDownloadState() - Method in class com.trimblemaps.mapsdk.offline.OfflineRegionStatus
-
Returns the download state.
- getDrawableFromByteArray(Context, byte[]) - Static method in class com.trimblemaps.mapsdk.utils.BitmapUtils
-
Decode byte array to drawable object
- getDrawableFromRes(Context, int) - Static method in class com.trimblemaps.mapsdk.utils.BitmapUtils
-
Get a drawable from a resource.
- getDrawableFromRes(Context, int, Integer) - Static method in class com.trimblemaps.mapsdk.utils.BitmapUtils
-
Get a tinted drawable from a resource.
- getDuration() - Method in class com.trimblemaps.mapsdk.style.layers.TransitionOptions
-
Get the transition duration.
- getEasting() - Method in class com.trimblemaps.mapsdk.geometry.ProjectedMeters
-
Get projected meters in east direction.
- getEncoding() - Method in class com.trimblemaps.mapsdk.style.sources.TileSet
-
- getEnd() - Method in class com.trimblemaps.mapsdk.maps.ObservableEvent
-
Timestamp taken at the time of an event completion.
- getErrorString(int) - Static method in class com.trimblemaps.mapsdk.maps.renderer.egl.EGLLogWrapper
-
- getExpression() - Method in class com.trimblemaps.mapsdk.style.layers.PropertyValue
-
Get the expression of the property.
- getFeaturesForBounds(LatLngBounds, int) - Method in interface com.trimblemaps.mapsdk.style.sources.GeometryTileProvider
-
- getFillAntialias() - Method in class com.trimblemaps.mapsdk.style.layers.FillLayer
-
Get the FillAntialias property
- getFillColor() - Method in class com.trimblemaps.mapsdk.annotations.Polygon
-
Deprecated.
Get the color of the fill region of the polygon.
- getFillColor() - Method in class com.trimblemaps.mapsdk.annotations.PolygonOptions
-
Deprecated.
- getFillColor() - Method in class com.trimblemaps.mapsdk.style.layers.FillLayer
-
Get the FillColor property
- getFillColorAsInt() - Method in class com.trimblemaps.mapsdk.style.layers.FillLayer
-
The color of the filled part of this layer.
- getFillColorTransition() - Method in class com.trimblemaps.mapsdk.style.layers.FillLayer
-
Get the FillColor property transition options
- getFillExtrusionBase() - Method in class com.trimblemaps.mapsdk.style.layers.FillExtrusionLayer
-
Get the FillExtrusionBase property
- getFillExtrusionBaseTransition() - Method in class com.trimblemaps.mapsdk.style.layers.FillExtrusionLayer
-
Get the FillExtrusionBase property transition options
- getFillExtrusionColor() - Method in class com.trimblemaps.mapsdk.style.layers.FillExtrusionLayer
-
Get the FillExtrusionColor property
- getFillExtrusionColorAsInt() - Method in class com.trimblemaps.mapsdk.style.layers.FillExtrusionLayer
-
The base color of the extruded fill.
- getFillExtrusionColorTransition() - Method in class com.trimblemaps.mapsdk.style.layers.FillExtrusionLayer
-
Get the FillExtrusionColor property transition options
- getFillExtrusionHeight() - Method in class com.trimblemaps.mapsdk.style.layers.FillExtrusionLayer
-
Get the FillExtrusionHeight property
- getFillExtrusionHeightTransition() - Method in class com.trimblemaps.mapsdk.style.layers.FillExtrusionLayer
-
Get the FillExtrusionHeight property transition options
- getFillExtrusionOpacity() - Method in class com.trimblemaps.mapsdk.style.layers.FillExtrusionLayer
-
Get the FillExtrusionOpacity property
- getFillExtrusionOpacityTransition() - Method in class com.trimblemaps.mapsdk.style.layers.FillExtrusionLayer
-
Get the FillExtrusionOpacity property transition options
- getFillExtrusionPattern() - Method in class com.trimblemaps.mapsdk.style.layers.FillExtrusionLayer
-
Get the FillExtrusionPattern property
- getFillExtrusionPatternTransition() - Method in class com.trimblemaps.mapsdk.style.layers.FillExtrusionLayer
-
Get the FillExtrusionPattern property transition options
- getFillExtrusionTranslate() - Method in class com.trimblemaps.mapsdk.style.layers.FillExtrusionLayer
-
Get the FillExtrusionTranslate property
- getFillExtrusionTranslateAnchor() - Method in class com.trimblemaps.mapsdk.style.layers.FillExtrusionLayer
-
Get the FillExtrusionTranslateAnchor property
- getFillExtrusionTranslateTransition() - Method in class com.trimblemaps.mapsdk.style.layers.FillExtrusionLayer
-
Get the FillExtrusionTranslate property transition options
- getFillExtrusionVerticalGradient() - Method in class com.trimblemaps.mapsdk.style.layers.FillExtrusionLayer
-
Get the FillExtrusionVerticalGradient property
- getFillOpacity() - Method in class com.trimblemaps.mapsdk.style.layers.FillLayer
-
Get the FillOpacity property
- getFillOpacityTransition() - Method in class com.trimblemaps.mapsdk.style.layers.FillLayer
-
Get the FillOpacity property transition options
- getFillOutlineColor() - Method in class com.trimblemaps.mapsdk.style.layers.FillLayer
-
Get the FillOutlineColor property
- getFillOutlineColorAsInt() - Method in class com.trimblemaps.mapsdk.style.layers.FillLayer
-
The outline color of the fill.
- getFillOutlineColorTransition() - Method in class com.trimblemaps.mapsdk.style.layers.FillLayer
-
Get the FillOutlineColor property transition options
- getFillPattern() - Method in class com.trimblemaps.mapsdk.style.layers.FillLayer
-
Get the FillPattern property
- getFillPatternTransition() - Method in class com.trimblemaps.mapsdk.style.layers.FillLayer
-
Get the FillPattern property transition options
- getFillSortKey() - Method in class com.trimblemaps.mapsdk.style.layers.FillLayer
-
Get the FillSortKey property
- getFillTranslate() - Method in class com.trimblemaps.mapsdk.style.layers.FillLayer
-
Get the FillTranslate property
- getFillTranslateAnchor() - Method in class com.trimblemaps.mapsdk.style.layers.FillLayer
-
Get the FillTranslateAnchor property
- getFillTranslateTransition() - Method in class com.trimblemaps.mapsdk.style.layers.FillLayer
-
Get the FillTranslate property transition options
- getFilter() - Method in class com.trimblemaps.mapsdk.style.layers.CircleLayer
-
Get a single expression filter.
- getFilter() - Method in class com.trimblemaps.mapsdk.style.layers.FillExtrusionLayer
-
Get a single expression filter.
- getFilter() - Method in class com.trimblemaps.mapsdk.style.layers.FillLayer
-
Get a single expression filter.
- getFilter() - Method in class com.trimblemaps.mapsdk.style.layers.HeatmapLayer
-
Get a single expression filter.
- getFilter() - Method in class com.trimblemaps.mapsdk.style.layers.LineLayer
-
Get a single expression filter.
- getFilter() - Method in class com.trimblemaps.mapsdk.style.layers.SymbolLayer
-
Get a single expression filter.
- getFirst() - Method in class com.trimblemaps.mapsdk.maps.ImageStretches
-
The first stretchable part in pixel units.
- getFocalPoint() - Method in class com.trimblemaps.mapsdk.maps.UiSettings
-
Returns the gesture focal point
- getFontScale() - Method in class com.trimblemaps.mapsdk.style.types.FormattedSection
-
Returns displayed text's font scale.
- getFontStack() - Method in class com.trimblemaps.mapsdk.style.types.FormattedSection
-
Returns the font stack with main and fallback fonts.
- getForegroundLoadColor() - Method in class com.trimblemaps.mapsdk.maps.TrimbleMapsMapOptions
-
Returns the current configured foreground color that is used during map creation.
- getFormattedSections() - Method in class com.trimblemaps.mapsdk.style.types.Formatted
-
Returns sections with separate formatting options that are a part of this formatted text.
- getGeometry() - Method in class com.trimblemaps.mapsdk.offline.OfflineGeometryRegionDefinition
-
- getGesturesManager() - Method in class com.trimblemaps.mapsdk.maps.TrimbleMapsMap
-
Get current
AndroidGesturesManager
that handles
MotionEvent
s
registered by the
MapView
- getGlyphsRasterizationMode() - Method in class com.trimblemaps.mapsdk.maps.TrimbleMapsMapOptions
-
Experimental.
- getGrids() - Method in class com.trimblemaps.mapsdk.style.sources.TileSet
-
- getHeatmapColor() - Method in class com.trimblemaps.mapsdk.style.layers.HeatmapLayer
-
Get the HeatmapColor property
- getHeatmapColorAsInt() - Method in class com.trimblemaps.mapsdk.style.layers.HeatmapLayer
-
Defines the color of each pixel based on its density value in a heatmap.
- getHeatmapIntensity() - Method in class com.trimblemaps.mapsdk.style.layers.HeatmapLayer
-
Get the HeatmapIntensity property
- getHeatmapIntensityTransition() - Method in class com.trimblemaps.mapsdk.style.layers.HeatmapLayer
-
Get the HeatmapIntensity property transition options
- getHeatmapOpacity() - Method in class com.trimblemaps.mapsdk.style.layers.HeatmapLayer
-
Get the HeatmapOpacity property
- getHeatmapOpacityTransition() - Method in class com.trimblemaps.mapsdk.style.layers.HeatmapLayer
-
Get the HeatmapOpacity property transition options
- getHeatmapRadius() - Method in class com.trimblemaps.mapsdk.style.layers.HeatmapLayer
-
Get the HeatmapRadius property
- getHeatmapRadiusTransition() - Method in class com.trimblemaps.mapsdk.style.layers.HeatmapLayer
-
Get the HeatmapRadius property transition options
- getHeatmapWeight() - Method in class com.trimblemaps.mapsdk.style.layers.HeatmapLayer
-
Get the HeatmapWeight property
- getHeight() - Method in class com.trimblemaps.mapsdk.maps.MapSurface
-
- getHeight() - Method in class com.trimblemaps.mapsdk.maps.TrimbleMapsMap
-
Returns the measured height of the Map.
- getHeight() - Method in class com.trimblemaps.mapsdk.maps.UiSettings
-
Returns the measured height of the MapView
- getHeight() - Method in class com.trimblemaps.mapsdk.snapshotter.MapSnapshotter.Options
-
- getHillshadeAccentColor() - Method in class com.trimblemaps.mapsdk.style.layers.HillshadeLayer
-
Get the HillshadeAccentColor property
- getHillshadeAccentColorAsInt() - Method in class com.trimblemaps.mapsdk.style.layers.HillshadeLayer
-
The shading color used to accentuate rugged terrain like sharp cliffs and gorges.
- getHillshadeAccentColorTransition() - Method in class com.trimblemaps.mapsdk.style.layers.HillshadeLayer
-
Get the HillshadeAccentColor property transition options
- getHillshadeExaggeration() - Method in class com.trimblemaps.mapsdk.style.layers.HillshadeLayer
-
Get the HillshadeExaggeration property
- getHillshadeExaggerationTransition() - Method in class com.trimblemaps.mapsdk.style.layers.HillshadeLayer
-
Get the HillshadeExaggeration property transition options
- getHillshadeHighlightColor() - Method in class com.trimblemaps.mapsdk.style.layers.HillshadeLayer
-
Get the HillshadeHighlightColor property
- getHillshadeHighlightColorAsInt() - Method in class com.trimblemaps.mapsdk.style.layers.HillshadeLayer
-
The shading color of areas that faces towards the light source.
- getHillshadeHighlightColorTransition() - Method in class com.trimblemaps.mapsdk.style.layers.HillshadeLayer
-
Get the HillshadeHighlightColor property transition options
- getHillshadeIlluminationAnchor() - Method in class com.trimblemaps.mapsdk.style.layers.HillshadeLayer
-
Get the HillshadeIlluminationAnchor property
- getHillshadeIlluminationDirection() - Method in class com.trimblemaps.mapsdk.style.layers.HillshadeLayer
-
Get the HillshadeIlluminationDirection property
- getHillshadeShadowColor() - Method in class com.trimblemaps.mapsdk.style.layers.HillshadeLayer
-
Get the HillshadeShadowColor property
- getHillshadeShadowColorAsInt() - Method in class com.trimblemaps.mapsdk.style.layers.HillshadeLayer
-
The shading color of areas that face away from the light source.
- getHillshadeShadowColorTransition() - Method in class com.trimblemaps.mapsdk.style.layers.HillshadeLayer
-
Get the HillshadeShadowColor property transition options
- getHoles() - Method in class com.trimblemaps.mapsdk.annotations.Polygon
-
Deprecated.
Returns a copy of the holes.
- getHoles() - Method in class com.trimblemaps.mapsdk.annotations.PolygonOptions
-
Deprecated.
- getHorizontalScrollGesturesEnabled() - Method in class com.trimblemaps.mapsdk.maps.TrimbleMapsMapOptions
-
Get the current configured horizontal scroll gesture state for a map view.
- getIcon() - Method in class com.trimblemaps.mapsdk.annotations.Marker
-
Deprecated.
Gets the
Icon
currently used for the marker.
- getIcon() - Method in class com.trimblemaps.mapsdk.annotations.MarkerOptions
-
Deprecated.
- getIconAllowOverlap() - Method in class com.trimblemaps.mapsdk.style.layers.SymbolLayer
-
Get the IconAllowOverlap property
- getIconAnchor() - Method in class com.trimblemaps.mapsdk.style.layers.SymbolLayer
-
Get the IconAnchor property
- getIconColor() - Method in class com.trimblemaps.mapsdk.style.layers.SymbolLayer
-
Get the IconColor property
- getIconColorAsInt() - Method in class com.trimblemaps.mapsdk.style.layers.SymbolLayer
-
The color of the icon.
- getIconColorTransition() - Method in class com.trimblemaps.mapsdk.style.layers.SymbolLayer
-
Get the IconColor property transition options
- getIconHaloBlur() - Method in class com.trimblemaps.mapsdk.style.layers.SymbolLayer
-
Get the IconHaloBlur property
- getIconHaloBlurTransition() - Method in class com.trimblemaps.mapsdk.style.layers.SymbolLayer
-
Get the IconHaloBlur property transition options
- getIconHaloColor() - Method in class com.trimblemaps.mapsdk.style.layers.SymbolLayer
-
Get the IconHaloColor property
- getIconHaloColorAsInt() - Method in class com.trimblemaps.mapsdk.style.layers.SymbolLayer
-
The color of the icon's halo.
- getIconHaloColorTransition() - Method in class com.trimblemaps.mapsdk.style.layers.SymbolLayer
-
Get the IconHaloColor property transition options
- getIconHaloWidth() - Method in class com.trimblemaps.mapsdk.style.layers.SymbolLayer
-
Get the IconHaloWidth property
- getIconHaloWidthTransition() - Method in class com.trimblemaps.mapsdk.style.layers.SymbolLayer
-
Get the IconHaloWidth property transition options
- getIconIgnorePlacement() - Method in class com.trimblemaps.mapsdk.style.layers.SymbolLayer
-
Get the IconIgnorePlacement property
- getIconImage() - Method in class com.trimblemaps.mapsdk.style.layers.SymbolLayer
-
Get the IconImage property
- getIconKeepUpright() - Method in class com.trimblemaps.mapsdk.style.layers.SymbolLayer
-
Get the IconKeepUpright property
- getIconOffset() - Method in class com.trimblemaps.mapsdk.style.layers.SymbolLayer
-
Get the IconOffset property
- getIconOpacity() - Method in class com.trimblemaps.mapsdk.style.layers.SymbolLayer
-
Get the IconOpacity property
- getIconOpacityTransition() - Method in class com.trimblemaps.mapsdk.style.layers.SymbolLayer
-
Get the IconOpacity property transition options
- getIconOptional() - Method in class com.trimblemaps.mapsdk.style.layers.SymbolLayer
-
Get the IconOptional property
- getIconPadding() - Method in class com.trimblemaps.mapsdk.style.layers.SymbolLayer
-
Get the IconPadding property
- getIconPitchAlignment() - Method in class com.trimblemaps.mapsdk.style.layers.SymbolLayer
-
Get the IconPitchAlignment property
- getIconRotate() - Method in class com.trimblemaps.mapsdk.style.layers.SymbolLayer
-
Get the IconRotate property
- getIconRotationAlignment() - Method in class com.trimblemaps.mapsdk.style.layers.SymbolLayer
-
Get the IconRotationAlignment property
- getIconSize() - Method in class com.trimblemaps.mapsdk.style.layers.SymbolLayer
-
Get the IconSize property
- getIconTextFit() - Method in class com.trimblemaps.mapsdk.style.layers.SymbolLayer
-
Get the IconTextFit property
- getIconTextFitPadding() - Method in class com.trimblemaps.mapsdk.style.layers.SymbolLayer
-
Get the IconTextFitPadding property
- getIconTranslate() - Method in class com.trimblemaps.mapsdk.style.layers.SymbolLayer
-
Get the IconTranslate property
- getIconTranslateAnchor() - Method in class com.trimblemaps.mapsdk.style.layers.SymbolLayer
-
Get the IconTranslateAnchor property
- getIconTranslateTransition() - Method in class com.trimblemaps.mapsdk.style.layers.SymbolLayer
-
Get the IconTranslate property transition options
- getId() - Method in class com.trimblemaps.mapsdk.annotations.Annotation
-
Deprecated.
Gets the annotation's unique ID.
- getId() - Method in class com.trimblemaps.mapsdk.annotations.Icon
-
Deprecated.
String identifier for this icon.
- getId() - Method in class com.trimblemaps.mapsdk.maps.Observer
-
Gets observer id
- getId() - Method in class com.trimblemaps.mapsdk.maps.Style.Builder.ImageWrapper
-
- getId() - Method in class com.trimblemaps.mapsdk.style.layers.Layer
-
- getId() - Method in class com.trimblemaps.mapsdk.style.sources.Source
-
Retrieve the source id
- getID() - Method in class com.trimblemaps.mapsdk.offline.OfflineRegion
-
- getIdentifier() - Static method in class com.trimblemaps.mapsdk.http.HttpIdentifier
-
Returns the application identifier, consisting out the package name, version name and version code.
- getImage(String) - Method in class com.trimblemaps.mapsdk.maps.Style
-
Get an image from the map's style using an id.
- getImages() - Method in class com.trimblemaps.mapsdk.maps.Style.Builder
-
- getIncludeIdeographs() - Method in class com.trimblemaps.mapsdk.offline.CacheAreaDefinition
-
- getIncludeIdeographs() - Method in class com.trimblemaps.mapsdk.offline.OfflineGeometryRegionDefinition
-
- getIncludeIdeographs() - Method in interface com.trimblemaps.mapsdk.offline.OfflineRegionDefinition
-
Specifies whether to include ideographic glyphs in downloaded font data.
- getIncludeIdeographs() - Method in class com.trimblemaps.mapsdk.offline.OfflineTilePyramidRegionDefinition
-
- getIndex() - Method in class com.trimblemaps.mapsdk.maps.Style.Builder.LayerAtWrapper
-
- getInfoWindow() - Method in class com.trimblemaps.mapsdk.annotations.Marker
-
Deprecated.
- getInfoWindow(Marker) - Method in interface com.trimblemaps.mapsdk.maps.TrimbleMapsMap.InfoWindowAdapter
-
Deprecated.
Called when an info window will be shown as a result of a marker click.
- getInfoWindowAdapter() - Method in class com.trimblemaps.mapsdk.maps.TrimbleMapsMap
-
- getInstance(Context) - Static method in class com.trimblemaps.mapsdk.annotations.IconFactory
-
Deprecated.
Get a single instance of IconFactory.
- getInstance(Context) - Static method in class com.trimblemaps.mapsdk.offline.OfflineManager
-
Get the single instance of offline manager.
- getInstance(Context) - Static method in class com.trimblemaps.mapsdk.storage.FileSource
-
Get the single instance of FileSource.
- getInstance(Context) - Static method in class com.trimblemaps.mapsdk.TrimbleMaps
-
Get an instance of TrimbleMaps.
- getInstance(Context, TrimbleMapsAccount) - Static method in class com.trimblemaps.mapsdk.TrimbleMaps
-
- getIntensity() - Method in class com.trimblemaps.mapsdk.style.light.Light
-
Get the Intensity property.
- getIntensityTransition() - Method in class com.trimblemaps.mapsdk.style.light.Light
-
Get the Intensity property transition options.
- getIntermediatePoints() - Method in class com.trimblemaps.mapsdk.location.LocationUpdate
-
- getInternalCachePath(Context) - Static method in class com.trimblemaps.mapsdk.storage.FileSource
-
Get internal cache path for a context.
- getJson() - Method in class com.trimblemaps.mapsdk.maps.Style.Builder
-
- getJson() - Method in class com.trimblemaps.mapsdk.maps.Style
-
Returns the current style json.
- getLastAccuracySensorStatus() - Method in interface com.trimblemaps.mapsdk.location.CompassEngine
-
Provides the last know accuracy status from the sensor manager.
- getLastHeading() - Method in interface com.trimblemaps.mapsdk.location.CompassEngine
-
Returns the last heading value produced and pushed via
a compass listener.
- getLastKnownLocation() - Method in class com.trimblemaps.mapsdk.location.LocationComponent
-
Get the last know location of the location component.
- getLatitude() - Method in class com.trimblemaps.mapsdk.geometry.LatLng
-
Get the latitude, in degrees.
- getLatitudeSpan() - Method in class com.trimblemaps.mapsdk.geometry.LatLngBounds
-
Get the absolute distance, in degrees, between the north and
south boundaries of this LatLngBounds
- getLatitudeSpan() - Method in class com.trimblemaps.mapsdk.geometry.LatLngSpan
-
Returns the latitude span.
- getLatLngBounds() - Method in class com.trimblemaps.mapsdk.geometry.LatLngBoundsZoom
-
Get the LatLngBounds of the LatLngBoundsZoom.
- getLatLngBoundsZoomFromCamera(CameraPosition) - Method in class com.trimblemaps.mapsdk.maps.TrimbleMapsMap
-
Get the LatLngBoundsZoom from a given CameraPosition.
- getLatLngForProjectedMeters(ProjectedMeters) - Method in class com.trimblemaps.mapsdk.maps.Projection
-
Returns the LatLng for a spherical Mercator projected meters.
- getLatNorth() - Method in class com.trimblemaps.mapsdk.geometry.LatLngBounds
-
Get the north latitude value of this bounds.
- getLatSouth() - Method in class com.trimblemaps.mapsdk.geometry.LatLngBounds
-
Get the south latitude value of this bounds.
- getLayer() - Method in class com.trimblemaps.mapsdk.maps.Style.Builder.LayerWrapper
-
- getLayer(String) - Method in class com.trimblemaps.mapsdk.maps.Style
-
Get the layer by id
- getLayer(String) - Method in class com.trimblemaps.mapsdk.snapshotter.MapSnapshotter
-
Returns Layer of a style that is used by a snapshotter
- getLayerAs(String) - Method in class com.trimblemaps.mapsdk.maps.Style
-
Tries to cast the Layer to T, throws ClassCastException if it's another type.
- getLayers() - Method in class com.trimblemaps.mapsdk.maps.Style.Builder
-
- getLayers() - Method in class com.trimblemaps.mapsdk.maps.Style
-
Retrieve all the layers in the style
- getLegend() - Method in class com.trimblemaps.mapsdk.style.sources.TileSet
-
- getLight() - Method in class com.trimblemaps.mapsdk.maps.Style
-
Get the light source used to change lighting conditions on extruded fill layers.
- getLineBlur() - Method in class com.trimblemaps.mapsdk.style.layers.LineLayer
-
Get the LineBlur property
- getLineBlurTransition() - Method in class com.trimblemaps.mapsdk.style.layers.LineLayer
-
Get the LineBlur property transition options
- getLineCap() - Method in class com.trimblemaps.mapsdk.style.layers.LineLayer
-
Get the LineCap property
- getLineColor() - Method in class com.trimblemaps.mapsdk.style.layers.LineLayer
-
Get the LineColor property
- getLineColorAsInt() - Method in class com.trimblemaps.mapsdk.style.layers.LineLayer
-
The color with which the line will be drawn.
- getLineColorTransition() - Method in class com.trimblemaps.mapsdk.style.layers.LineLayer
-
Get the LineColor property transition options
- getLineDasharray() - Method in class com.trimblemaps.mapsdk.style.layers.LineLayer
-
Get the LineDasharray property
- getLineDasharrayTransition() - Method in class com.trimblemaps.mapsdk.style.layers.LineLayer
-
Get the LineDasharray property transition options
- getLineGapWidth() - Method in class com.trimblemaps.mapsdk.style.layers.LineLayer
-
Get the LineGapWidth property
- getLineGapWidthTransition() - Method in class com.trimblemaps.mapsdk.style.layers.LineLayer
-
Get the LineGapWidth property transition options
- getLineGradient() - Method in class com.trimblemaps.mapsdk.style.layers.LineLayer
-
Get the LineGradient property
- getLineGradientAsInt() - Method in class com.trimblemaps.mapsdk.style.layers.LineLayer
-
Defines a gradient with which to color a line feature.
- getLineJoin() - Method in class com.trimblemaps.mapsdk.style.layers.LineLayer
-
Get the LineJoin property
- getLineMiterLimit() - Method in class com.trimblemaps.mapsdk.style.layers.LineLayer
-
Get the LineMiterLimit property
- getLineOffset() - Method in class com.trimblemaps.mapsdk.style.layers.LineLayer
-
Get the LineOffset property
- getLineOffsetTransition() - Method in class com.trimblemaps.mapsdk.style.layers.LineLayer
-
Get the LineOffset property transition options
- getLineOpacity() - Method in class com.trimblemaps.mapsdk.style.layers.LineLayer
-
Get the LineOpacity property
- getLineOpacityTransition() - Method in class com.trimblemaps.mapsdk.style.layers.LineLayer
-
Get the LineOpacity property transition options
- getLinePattern() - Method in class com.trimblemaps.mapsdk.style.layers.LineLayer
-
Get the LinePattern property
- getLinePatternTransition() - Method in class com.trimblemaps.mapsdk.style.layers.LineLayer
-
Get the LinePattern property transition options
- getLineRoundLimit() - Method in class com.trimblemaps.mapsdk.style.layers.LineLayer
-
Get the LineRoundLimit property
- getLineSortKey() - Method in class com.trimblemaps.mapsdk.style.layers.LineLayer
-
Get the LineSortKey property
- getLineTranslate() - Method in class com.trimblemaps.mapsdk.style.layers.LineLayer
-
Get the LineTranslate property
- getLineTranslateAnchor() - Method in class com.trimblemaps.mapsdk.style.layers.LineLayer
-
Get the LineTranslateAnchor property
- getLineTranslateTransition() - Method in class com.trimblemaps.mapsdk.style.layers.LineLayer
-
Get the LineTranslate property transition options
- getLineWidth() - Method in class com.trimblemaps.mapsdk.style.layers.LineLayer
-
Get the LineWidth property
- getLineWidthTransition() - Method in class com.trimblemaps.mapsdk.style.layers.LineLayer
-
Get the LineWidth property transition options
- getLocalIdeographFontFamily() - Method in class com.trimblemaps.mapsdk.maps.TrimbleMapsMapOptions
-
Returns the font-family for locally overriding generation of glyphs in the
'CJK Unified Ideographs' and 'Hangul Syllables' ranges.
- getLocalIdeographFontFamily() - Method in class com.trimblemaps.mapsdk.snapshotter.MapSnapshotter.Options
-
- getLocation() - Method in class com.trimblemaps.mapsdk.location.LocationUpdate
-
- getLocationComponent() - Method in class com.trimblemaps.mapsdk.maps.TrimbleMapsMap
-
Returns the
LocationComponent
that can be used to display user's location on the map.
- getLocationComponentOptions() - Method in class com.trimblemaps.mapsdk.location.LocationComponent
-
Returns the current location options being used.
- getLocationEngine() - Method in class com.trimblemaps.mapsdk.location.LocationComponent
-
Returns the current LocationEngine
being used for updating the user location.
- getLocationEngineRequest() - Method in class com.trimblemaps.mapsdk.location.LocationComponent
-
Get the location request that's going to be used when requesting location updates.
- getLogo() - Method in class com.trimblemaps.mapsdk.attribution.AttributionLayout
-
- getLogoEnabled() - Method in class com.trimblemaps.mapsdk.maps.TrimbleMapsMapOptions
-
Get the current configured visibility state for trimblemaps_compass_icon for a map view.
- getLogoGravity() - Method in class com.trimblemaps.mapsdk.maps.TrimbleMapsMapOptions
-
Get the current configured gravity state for logo for a map view.
- getLogoGravity() - Method in class com.trimblemaps.mapsdk.maps.UiSettings
-
Returns the gravity value of the logo
- getLogoMarginBottom() - Method in class com.trimblemaps.mapsdk.maps.UiSettings
-
Returns the bottom side margin of the logo in pixels.
- getLogoMarginLeft() - Method in class com.trimblemaps.mapsdk.maps.UiSettings
-
Returns the left side margin of the logo in pixels.
- getLogoMarginRight() - Method in class com.trimblemaps.mapsdk.maps.UiSettings
-
Returns the right side margin of the logo in pixels.
- getLogoMargins() - Method in class com.trimblemaps.mapsdk.maps.TrimbleMapsMapOptions
-
Get the current configured margins for logo for a map view.
- getLogoMarginTop() - Method in class com.trimblemaps.mapsdk.maps.UiSettings
-
Returns the top side margin of the logo in pixels.
- getLonEast() - Method in class com.trimblemaps.mapsdk.geometry.LatLngBounds
-
Get the east longitude value of this bounds.
- getLongitude() - Method in class com.trimblemaps.mapsdk.geometry.LatLng
-
Get the longitude, in degrees.
- getLongitudeSpan() - Method in class com.trimblemaps.mapsdk.geometry.LatLngBounds
-
Get the absolute distance, in degrees, between the west and
east boundaries of this LatLngBounds
- getLongitudeSpan() - Method in class com.trimblemaps.mapsdk.geometry.LatLngSpan
-
Returns to longitude span.
- getLonWest() - Method in class com.trimblemaps.mapsdk.geometry.LatLngBounds
-
Get the west longitude value of this bounds.
- getMapAsync(OnMapReadyCallback) - Method in class com.trimblemaps.mapsdk.maps.MapFragment
-
Sets a callback object which will be triggered when the TrimbleMapsMap instance is ready to be used.
- getMapAsync(OnMapReadyCallback) - Method in class com.trimblemaps.mapsdk.maps.MapSurface
-
Sets a callback object which will be triggered when the
TrimbleMapsMap
instance is ready to be used.
- getMapAsync(OnMapReadyCallback) - Method in class com.trimblemaps.mapsdk.maps.MapView
-
Sets a callback object which will be triggered when the
TrimbleMapsMap
instance is ready to be used.
- getMapAsync(OnMapReadyCallback) - Method in class com.trimblemaps.mapsdk.maps.SupportMapFragment
-
Sets a callback object which will be triggered when the TrimbleMapsMap instance is ready to be used.
- getMapView() - Method in class com.trimblemaps.mapsdk.annotations.Annotation
-
Deprecated.
Gets the hosting map view.
- getMarker() - Method in class com.trimblemaps.mapsdk.annotations.BaseMarkerOptions
-
Deprecated.
Get the Marker.
- getMarker() - Method in class com.trimblemaps.mapsdk.annotations.MarkerOptions
-
Deprecated.
Do not use this method.
- getMarkers() - Method in class com.trimblemaps.mapsdk.maps.TrimbleMapsMap
-
- getMaxOverscaleFactorForParentTiles() - Method in class com.trimblemaps.mapsdk.style.sources.Source
-
Retrieve current maximum overscale factor for parent tiles.
- getMaxPitch() - Method in class com.trimblemaps.mapsdk.maps.TrimbleMapsMap
-
Gets the maximum Pitch the map can be displayed at.
- getMaxPitchPreference() - Method in class com.trimblemaps.mapsdk.maps.TrimbleMapsMapOptions
-
Get the current configured maximum pitch for a map view.
- getMaxZoom() - Method in class com.trimblemaps.mapsdk.offline.OfflineGeometryRegionDefinition
-
- getMaxZoom() - Method in interface com.trimblemaps.mapsdk.offline.OfflineRegionDefinition
-
Gets the maximum zoom level the OfflineRegion map can be displayed at.
- getMaxZoom() - Method in class com.trimblemaps.mapsdk.offline.OfflineTilePyramidRegionDefinition
-
- getMaxZoom() - Method in class com.trimblemaps.mapsdk.style.layers.Layer
-
- getMaxZoom() - Method in class com.trimblemaps.mapsdk.style.sources.TileSet
-
- getMaxZoomLevel() - Method in class com.trimblemaps.mapsdk.maps.TrimbleMapsMap
-
Gets the maximum zoom level the map can be displayed at.
- getMaxZoomPreference() - Method in class com.trimblemaps.mapsdk.maps.TrimbleMapsMapOptions
-
Get the current configured maximum zoom for a map view.
- getMessage() - Method in class com.trimblemaps.mapsdk.offline.OfflineRegionError
-
- getMetadata() - Method in class com.trimblemaps.mapsdk.offline.OfflineRegion
-
- getMetersPerPixelAtLatitude(double) - Method in class com.trimblemaps.mapsdk.maps.Projection
-
Returns the distance spanned by one pixel at the specified latitude and current zoom level.
- getMinimumTileUpdateInterval() - Method in class com.trimblemaps.mapsdk.style.sources.Source
-
Retrieve the minimum tile update interval, which is used to throttle the tile update network requests.
- getMinPitch() - Method in class com.trimblemaps.mapsdk.maps.TrimbleMapsMap
-
Gets the minimum Pitch the map can be displayed at.
- getMinPitchPreference() - Method in class com.trimblemaps.mapsdk.maps.TrimbleMapsMapOptions
-
Get the current configured min pitch for a map view.
- getMinZoom() - Method in class com.trimblemaps.mapsdk.offline.OfflineGeometryRegionDefinition
-
- getMinZoom() - Method in interface com.trimblemaps.mapsdk.offline.OfflineRegionDefinition
-
Gets the minimum zoom level the OfflineRegion map can be displayed at.
- getMinZoom() - Method in class com.trimblemaps.mapsdk.offline.OfflineTilePyramidRegionDefinition
-
- getMinZoom() - Method in class com.trimblemaps.mapsdk.style.layers.Layer
-
- getMinZoom() - Method in class com.trimblemaps.mapsdk.style.sources.TileSet
-
- getMinZoomLevel() - Method in class com.trimblemaps.mapsdk.maps.TrimbleMapsMap
-
Gets the minimum zoom level the map can be displayed at.
- getMinZoomPreference() - Method in class com.trimblemaps.mapsdk.maps.TrimbleMapsMapOptions
-
Get the current configured min zoom for a map view.
- getModuleProvider() - Static method in class com.trimblemaps.mapsdk.TrimbleMaps
-
Get the module provider
- getName() - Method in class com.trimblemaps.mapsdk.style.sources.TileSet
-
- getNativePtr() - Method in class com.trimblemaps.mapsdk.style.layers.Layer
-
- getNativePtr() - Method in class com.trimblemaps.mapsdk.style.sources.Source
-
Internal use
- getNorthEast() - Method in class com.trimblemaps.mapsdk.geometry.LatLngBounds
-
Get the latitude-longitude paur if the north east corner of this bounds.
- getNorthing() - Method in class com.trimblemaps.mapsdk.geometry.ProjectedMeters
-
Get projected meters in north direction.
- getNorthWest() - Method in class com.trimblemaps.mapsdk.geometry.LatLngBounds
-
Get the latitude-longitude pair of the north west corner of this bounds.
- getOnInfoWindowClickListener() - Method in class com.trimblemaps.mapsdk.maps.TrimbleMapsMap
-
Return the InfoWindow click listener
- getOnInfoWindowCloseListener() - Method in class com.trimblemaps.mapsdk.maps.TrimbleMapsMap
-
Return the InfoWindow close listener
- getOnInfoWindowLongClickListener() - Method in class com.trimblemaps.mapsdk.maps.TrimbleMapsMap
-
Return the InfoWindow long click listener
- getPadding() - Method in class com.trimblemaps.mapsdk.maps.TrimbleMapsMap
-
- getPixelRatio() - Method in class com.trimblemaps.mapsdk.maps.MapSurface
-
Returns the map pixel ratio, by default it returns the device pixel ratio.
- getPixelRatio() - Method in class com.trimblemaps.mapsdk.maps.MapView
-
Returns the map pixel ratio, by default it returns the device pixel ratio.
- getPixelRatio() - Method in class com.trimblemaps.mapsdk.maps.TrimbleMapsMapOptions
-
Return the custom configured pixel ratio, returns 0 if not configured.
- getPixelRatio() - Method in class com.trimblemaps.mapsdk.offline.CacheAreaDefinition
-
- getPixelRatio() - Method in class com.trimblemaps.mapsdk.offline.OfflineGeometryRegionDefinition
-
- getPixelRatio() - Method in interface com.trimblemaps.mapsdk.offline.OfflineRegionDefinition
-
Gets the pixel ratio of the OfflineRegion map.
- getPixelRatio() - Method in class com.trimblemaps.mapsdk.offline.OfflineTilePyramidRegionDefinition
-
- getPixelRatio() - Method in class com.trimblemaps.mapsdk.snapshotter.MapSnapshotter.Options
-
- getPoints() - Method in class com.trimblemaps.mapsdk.annotations.BasePointCollection
-
Deprecated.
Returns a copy of the points.
- getPoints() - Method in class com.trimblemaps.mapsdk.annotations.PolygonOptions
-
Deprecated.
- getPoints() - Method in class com.trimblemaps.mapsdk.annotations.PolylineOptions
-
Deprecated.
- getPolygon() - Method in class com.trimblemaps.mapsdk.annotations.PolygonOptions
-
Deprecated.
Do not use this method.
- getPolygons() - Method in class com.trimblemaps.mapsdk.maps.TrimbleMapsMap
-
- getPolyline() - Method in class com.trimblemaps.mapsdk.annotations.PolylineOptions
-
Deprecated.
Do not use this method.
- getPolylines() - Method in class com.trimblemaps.mapsdk.maps.TrimbleMapsMap
-
- getPosition() - Method in class com.trimblemaps.mapsdk.annotations.Marker
-
Deprecated.
Returns the position of the marker.
- getPosition() - Method in class com.trimblemaps.mapsdk.annotations.MarkerOptions
-
Deprecated.
- getPosition() - Method in class com.trimblemaps.mapsdk.style.light.Light
-
Get the Position property.
- getPositionTransition() - Method in class com.trimblemaps.mapsdk.style.light.Light
-
Get the Position property transition options.
- getPrefetchesTiles() - Method in class com.trimblemaps.mapsdk.maps.TrimbleMapsMap
-
- getPrefetchesTiles() - Method in class com.trimblemaps.mapsdk.maps.TrimbleMapsMapOptions
-
- getPrefetchZoomDelta() - Method in class com.trimblemaps.mapsdk.maps.TrimbleMapsMap
-
Check current pre-fetching zoom delta.
- getPrefetchZoomDelta() - Method in class com.trimblemaps.mapsdk.maps.TrimbleMapsMapOptions
-
Check current pre-fetching zoom delta.
- getPrefetchZoomDelta() - Method in class com.trimblemaps.mapsdk.style.sources.Source
-
Retrieve current pre-fetching zoom delta.
- getPreserveEGLContextOnPause() - Method in class com.trimblemaps.mapsdk.maps.renderer.glsurfaceview.TrimbleMapsGLSurface
-
- getPreserveEGLContextOnPause() - Method in class com.trimblemaps.mapsdk.maps.renderer.glsurfaceview.TrimbleMapsGLSurfaceView
-
- getPrimaryColor(Context) - Static method in class com.trimblemaps.mapsdk.utils.ColorUtils
-
Returns a color integer associated as primary color from a theme based on a Context.
- getPrimaryDarkColor(Context) - Static method in class com.trimblemaps.mapsdk.utils.ColorUtils
-
Returns a color integer associated as primary dark color from a theme based on a Context.
- getProjectedMetersForLatLng(LatLng) - Method in class com.trimblemaps.mapsdk.maps.Projection
-
Returns the spherical Mercator projected meters for a LatLng.
- getProjection() - Method in class com.trimblemaps.mapsdk.maps.TrimbleMapsMap
-
Get the Projection object that you can use to convert between screen coordinates and latitude/longitude
coordinates.
- getQuickZoomGesturesEnabled() - Method in class com.trimblemaps.mapsdk.maps.TrimbleMapsMapOptions
-
Get whether the user may zoom the map by tapping twice, holding and moving the pointer up and down.
- getRasterBrightnessMax() - Method in class com.trimblemaps.mapsdk.style.layers.RasterLayer
-
Get the RasterBrightnessMax property
- getRasterBrightnessMaxTransition() - Method in class com.trimblemaps.mapsdk.style.layers.RasterLayer
-
Get the RasterBrightnessMax property transition options
- getRasterBrightnessMin() - Method in class com.trimblemaps.mapsdk.style.layers.RasterLayer
-
Get the RasterBrightnessMin property
- getRasterBrightnessMinTransition() - Method in class com.trimblemaps.mapsdk.style.layers.RasterLayer
-
Get the RasterBrightnessMin property transition options
- getRasterContrast() - Method in class com.trimblemaps.mapsdk.style.layers.RasterLayer
-
Get the RasterContrast property
- getRasterContrastTransition() - Method in class com.trimblemaps.mapsdk.style.layers.RasterLayer
-
Get the RasterContrast property transition options
- getRasterFadeDuration() - Method in class com.trimblemaps.mapsdk.style.layers.RasterLayer
-
Get the RasterFadeDuration property
- getRasterHueRotate() - Method in class com.trimblemaps.mapsdk.style.layers.RasterLayer
-
Get the RasterHueRotate property
- getRasterHueRotateTransition() - Method in class com.trimblemaps.mapsdk.style.layers.RasterLayer
-
Get the RasterHueRotate property transition options
- getRasterOpacity() - Method in class com.trimblemaps.mapsdk.style.layers.RasterLayer
-
Get the RasterOpacity property
- getRasterOpacityTransition() - Method in class com.trimblemaps.mapsdk.style.layers.RasterLayer
-
Get the RasterOpacity property transition options
- getRasterResampling() - Method in class com.trimblemaps.mapsdk.style.layers.RasterLayer
-
Get the RasterResampling property
- getRasterSaturation() - Method in class com.trimblemaps.mapsdk.style.layers.RasterLayer
-
Get the RasterSaturation property
- getRasterSaturationTransition() - Method in class com.trimblemaps.mapsdk.style.layers.RasterLayer
-
Get the RasterSaturation property transition options
- getReason() - Method in class com.trimblemaps.mapsdk.offline.OfflineRegionError
-
- getRegion() - Method in class com.trimblemaps.mapsdk.snapshotter.MapSnapshotter.Options
-
- getRegion() - Static method in class com.trimblemaps.mapsdk.TrimbleMaps
-
- getRenderMode() - Method in class com.trimblemaps.mapsdk.location.LocationComponent
-
Provides the current render mode being used to show
the location and/or compass updates on the map.
- getRenderMode() - Method in class com.trimblemaps.mapsdk.maps.renderer.glsurfaceview.TrimbleMapsGLSurface
-
Get the current rendering mode.
- getRenderMode() - Method in class com.trimblemaps.mapsdk.maps.renderer.glsurfaceview.TrimbleMapsGLSurfaceView
-
Get the current rendering mode.
- getRenderSurfaceOnTop() - Method in class com.trimblemaps.mapsdk.maps.TrimbleMapsMapOptions
-
Get the flag to render the map surface on top of another surface.
- getRenderView() - Method in class com.trimblemaps.mapsdk.maps.MapView
-
Returns the View used for rendering OpenGL.
- getRequiredResourceCount() - Method in class com.trimblemaps.mapsdk.offline.OfflineRegionStatus
-
Get the number of resources that are known to be required for this region.
- getResourcesCachePath(Context) - Static method in class com.trimblemaps.mapsdk.storage.FileSource
-
Get files directory path for a context.
- getRotateGesturesEnabled() - Method in class com.trimblemaps.mapsdk.maps.TrimbleMapsMapOptions
-
Get the current configured rotate gesture state for a map view.
- getScale() - Method in class com.trimblemaps.mapsdk.annotations.Icon
-
Deprecated.
Get the icon bitmap scale.
- getScheme() - Method in class com.trimblemaps.mapsdk.style.sources.TileSet
-
- getScrollGesturesEnabled() - Method in class com.trimblemaps.mapsdk.maps.TrimbleMapsMapOptions
-
Get the current configured scroll gesture state for a map view.
- getSecond() - Method in class com.trimblemaps.mapsdk.maps.ImageStretches
-
The second stretchable part in pixel units.
- getSelectedMarkers() - Method in class com.trimblemaps.mapsdk.maps.TrimbleMapsMap
-
- getSelector(int) - Static method in class com.trimblemaps.mapsdk.utils.ColorUtils
-
Returns a color state list associated with a theme based on a Context.
- getSnippet() - Method in class com.trimblemaps.mapsdk.annotations.Marker
-
Deprecated.
Gets the snippet of the marker.
- getSnippet() - Method in class com.trimblemaps.mapsdk.annotations.MarkerOptions
-
Deprecated.
- getSource(String) - Method in class com.trimblemaps.mapsdk.maps.Style
-
Retrieve a source by id
- getSource(String) - Method in class com.trimblemaps.mapsdk.snapshotter.MapSnapshotter
-
Returns Source of a style that is used by a snapshotter
- getSourceAs(String) - Method in class com.trimblemaps.mapsdk.maps.Style
-
Tries to cast the Source to T, throws ClassCastException if it's another type.
- getSourceId() - Method in class com.trimblemaps.mapsdk.style.layers.CircleLayer
-
Get the source id.
- getSourceId() - Method in class com.trimblemaps.mapsdk.style.layers.FillExtrusionLayer
-
Get the source id.
- getSourceId() - Method in class com.trimblemaps.mapsdk.style.layers.FillLayer
-
Get the source id.
- getSourceId() - Method in class com.trimblemaps.mapsdk.style.layers.HeatmapLayer
-
Get the source id.
- getSourceId() - Method in class com.trimblemaps.mapsdk.style.layers.HillshadeLayer
-
Get the source id.
- getSourceId() - Method in class com.trimblemaps.mapsdk.style.layers.LineLayer
-
Get the source id.
- getSourceId() - Method in class com.trimblemaps.mapsdk.style.layers.RasterLayer
-
Get the source id.
- getSourceId() - Method in class com.trimblemaps.mapsdk.style.layers.SymbolLayer
-
Get the source id.
- getSourceLayer() - Method in class com.trimblemaps.mapsdk.style.layers.CircleLayer
-
Get the source layer.
- getSourceLayer() - Method in class com.trimblemaps.mapsdk.style.layers.FillExtrusionLayer
-
Get the source layer.
- getSourceLayer() - Method in class com.trimblemaps.mapsdk.style.layers.FillLayer
-
Get the source layer.
- getSourceLayer() - Method in class com.trimblemaps.mapsdk.style.layers.HeatmapLayer
-
Get the source layer.
- getSourceLayer() - Method in class com.trimblemaps.mapsdk.style.layers.LineLayer
-
Get the source layer.
- getSourceLayer() - Method in class com.trimblemaps.mapsdk.style.layers.SymbolLayer
-
Get the source layer.
- getSources() - Method in class com.trimblemaps.mapsdk.maps.Style.Builder
-
- getSources() - Method in class com.trimblemaps.mapsdk.maps.Style
-
Retrieve all the sources in the style
- getSouthEast() - Method in class com.trimblemaps.mapsdk.geometry.LatLngBounds
-
Get the latitude-longitude pair of the south east corner of this bounds.
- getSouthWest() - Method in class com.trimblemaps.mapsdk.geometry.LatLngBounds
-
Get the latitude-longitude pair of the south west corner of this bounds.
- getSpan() - Method in class com.trimblemaps.mapsdk.geometry.LatLngBounds
-
Get the area spanned by this LatLngBounds
- getStatus(OfflineRegion.OfflineRegionStatusCallback) - Method in class com.trimblemaps.mapsdk.offline.OfflineRegion
-
Retrieve the current status of the region.
- getStretchX() - Method in class com.trimblemaps.mapsdk.maps.Style.Builder.ImageWrapper
-
- getStretchY() - Method in class com.trimblemaps.mapsdk.maps.Style.Builder.ImageWrapper
-
- getStrokeColor() - Method in class com.trimblemaps.mapsdk.annotations.BubbleLayout
-
Deprecated.
Get the stroke color.
- getStrokeColor() - Method in class com.trimblemaps.mapsdk.annotations.Polygon
-
Deprecated.
Get the color of the stroke of the polygon.
- getStrokeColor() - Method in class com.trimblemaps.mapsdk.annotations.PolygonOptions
-
Deprecated.
- getStrokeWidth() - Method in class com.trimblemaps.mapsdk.annotations.BubbleLayout
-
Deprecated.
Get stroke width.
- getStyle() - Method in class com.trimblemaps.mapsdk.maps.TrimbleMapsMap
-
Get the Style of the map.
- getStyle(Style.OnStyleLoaded) - Method in class com.trimblemaps.mapsdk.maps.TrimbleMapsMap
-
Get the Style of the map asynchronously.
- getStyleJson() - Method in class com.trimblemaps.mapsdk.snapshotter.MapSnapshotter.Options
-
- getStyleUri() - Method in class com.trimblemaps.mapsdk.snapshotter.MapSnapshotter.Options
-
- getStyleUrl() - Method in class com.trimblemaps.mapsdk.snapshotter.MapSnapshotter.Options
-
- getStyleURL() - Method in class com.trimblemaps.mapsdk.offline.CacheAreaDefinition
-
- getStyleURL() - Method in class com.trimblemaps.mapsdk.offline.OfflineGeometryRegionDefinition
-
- getStyleURL() - Method in interface com.trimblemaps.mapsdk.offline.OfflineRegionDefinition
-
Returns the map style url of the OfflineRegion.
- getStyleURL() - Method in class com.trimblemaps.mapsdk.offline.OfflineTilePyramidRegionDefinition
-
- getSymbolAvoidEdges() - Method in class com.trimblemaps.mapsdk.style.layers.SymbolLayer
-
Get the SymbolAvoidEdges property
- getSymbolPlacement() - Method in class com.trimblemaps.mapsdk.style.layers.SymbolLayer
-
Get the SymbolPlacement property
- getSymbolSortKey() - Method in class com.trimblemaps.mapsdk.style.layers.SymbolLayer
-
Get the SymbolSortKey property
- getSymbolSpacing() - Method in class com.trimblemaps.mapsdk.style.layers.SymbolLayer
-
Get the SymbolSpacing property
- getSymbolZOrder() - Method in class com.trimblemaps.mapsdk.style.layers.SymbolLayer
-
Get the SymbolZOrder property
- getTemplate() - Method in class com.trimblemaps.mapsdk.style.sources.TileSet
-
- getText() - Method in class com.trimblemaps.mapsdk.style.types.FormattedSection
-
Returns the displayed text.
- getTextAllowOverlap() - Method in class com.trimblemaps.mapsdk.style.layers.SymbolLayer
-
Get the TextAllowOverlap property
- getTextAnchor() - Method in class com.trimblemaps.mapsdk.style.layers.SymbolLayer
-
Get the TextAnchor property
- getTextColor() - Method in class com.trimblemaps.mapsdk.style.layers.SymbolLayer
-
Get the TextColor property
- getTextColor() - Method in class com.trimblemaps.mapsdk.style.types.FormattedSection
-
Returns the text color.
- getTextColorAsInt() - Method in class com.trimblemaps.mapsdk.style.layers.SymbolLayer
-
The color with which the text will be drawn.
- getTextColorTransition() - Method in class com.trimblemaps.mapsdk.style.layers.SymbolLayer
-
Get the TextColor property transition options
- getTextField() - Method in class com.trimblemaps.mapsdk.style.layers.SymbolLayer
-
Get the TextField property
- getTextFont() - Method in class com.trimblemaps.mapsdk.style.layers.SymbolLayer
-
Get the TextFont property
- getTextHaloBlur() - Method in class com.trimblemaps.mapsdk.style.layers.SymbolLayer
-
Get the TextHaloBlur property
- getTextHaloBlurTransition() - Method in class com.trimblemaps.mapsdk.style.layers.SymbolLayer
-
Get the TextHaloBlur property transition options
- getTextHaloColor() - Method in class com.trimblemaps.mapsdk.style.layers.SymbolLayer
-
Get the TextHaloColor property
- getTextHaloColorAsInt() - Method in class com.trimblemaps.mapsdk.style.layers.SymbolLayer
-
The color of the text's halo, which helps it stand out from backgrounds.
- getTextHaloColorTransition() - Method in class com.trimblemaps.mapsdk.style.layers.SymbolLayer
-
Get the TextHaloColor property transition options
- getTextHaloWidth() - Method in class com.trimblemaps.mapsdk.style.layers.SymbolLayer
-
Get the TextHaloWidth property
- getTextHaloWidthTransition() - Method in class com.trimblemaps.mapsdk.style.layers.SymbolLayer
-
Get the TextHaloWidth property transition options
- getTextIgnorePlacement() - Method in class com.trimblemaps.mapsdk.style.layers.SymbolLayer
-
Get the TextIgnorePlacement property
- getTextJustify() - Method in class com.trimblemaps.mapsdk.style.layers.SymbolLayer
-
Get the TextJustify property
- getTextKeepUpright() - Method in class com.trimblemaps.mapsdk.style.layers.SymbolLayer
-
Get the TextKeepUpright property
- getTextLetterSpacing() - Method in class com.trimblemaps.mapsdk.style.layers.SymbolLayer
-
Get the TextLetterSpacing property
- getTextLineHeight() - Method in class com.trimblemaps.mapsdk.style.layers.SymbolLayer
-
Get the TextLineHeight property
- getTextMaxAngle() - Method in class com.trimblemaps.mapsdk.style.layers.SymbolLayer
-
Get the TextMaxAngle property
- getTextMaxWidth() - Method in class com.trimblemaps.mapsdk.style.layers.SymbolLayer
-
Get the TextMaxWidth property
- getTextOffset() - Method in class com.trimblemaps.mapsdk.style.layers.SymbolLayer
-
Get the TextOffset property
- getTextOpacity() - Method in class com.trimblemaps.mapsdk.style.layers.SymbolLayer
-
Get the TextOpacity property
- getTextOpacityTransition() - Method in class com.trimblemaps.mapsdk.style.layers.SymbolLayer
-
Get the TextOpacity property transition options
- getTextOptional() - Method in class com.trimblemaps.mapsdk.style.layers.SymbolLayer
-
Get the TextOptional property
- getTextPadding() - Method in class com.trimblemaps.mapsdk.style.layers.SymbolLayer
-
Get the TextPadding property
- getTextPitchAlignment() - Method in class com.trimblemaps.mapsdk.style.layers.SymbolLayer
-
Get the TextPitchAlignment property
- getTextRadialOffset() - Method in class com.trimblemaps.mapsdk.style.layers.SymbolLayer
-
Get the TextRadialOffset property
- getTextRotate() - Method in class com.trimblemaps.mapsdk.style.layers.SymbolLayer
-
Get the TextRotate property
- getTextRotationAlignment() - Method in class com.trimblemaps.mapsdk.style.layers.SymbolLayer
-
Get the TextRotationAlignment property
- getTextSize() - Method in class com.trimblemaps.mapsdk.style.layers.SymbolLayer
-
Get the TextSize property
- getTextTransform() - Method in class com.trimblemaps.mapsdk.style.layers.SymbolLayer
-
Get the TextTransform property
- getTextTranslate() - Method in class com.trimblemaps.mapsdk.style.layers.SymbolLayer
-
Get the TextTranslate property
- getTextTranslateAnchor() - Method in class com.trimblemaps.mapsdk.style.layers.SymbolLayer
-
Get the TextTranslateAnchor property
- getTextTranslateTransition() - Method in class com.trimblemaps.mapsdk.style.layers.SymbolLayer
-
Get the TextTranslate property transition options
- getTextureMode() - Method in class com.trimblemaps.mapsdk.maps.TrimbleMapsMapOptions
-
Returns true if TextureView is being used the render view.
- getTextVariableAnchor() - Method in class com.trimblemaps.mapsdk.style.layers.SymbolLayer
-
Get the TextVariableAnchor property
- getTextView() - Method in class com.trimblemaps.mapsdk.attribution.AttributionMeasure
-
- getTextWritingMode() - Method in class com.trimblemaps.mapsdk.style.layers.SymbolLayer
-
Get the TextWritingMode property
- getThis() - Method in class com.trimblemaps.mapsdk.annotations.BaseMarkerOptions
-
Deprecated.
Get the instance of the object for which this method was called.
- getThis() - Method in class com.trimblemaps.mapsdk.annotations.MarkerOptions
-
Deprecated.
- getTilejson() - Method in class com.trimblemaps.mapsdk.style.sources.TileSet
-
- getTiles() - Method in class com.trimblemaps.mapsdk.style.sources.TileSet
-
- getTiltGesturesEnabled() - Method in class com.trimblemaps.mapsdk.maps.TrimbleMapsMapOptions
-
Get the current configured tilt gesture state for a map view.
- getTitle() - Method in class com.trimblemaps.mapsdk.annotations.Marker
-
Deprecated.
Gets the snippet of the marker.
- getTitle() - Method in class com.trimblemaps.mapsdk.annotations.MarkerOptions
-
Deprecated.
- getTitle() - Method in class com.trimblemaps.mapsdk.attribution.Attribution
-
- getTitleAbbreviated() - Method in class com.trimblemaps.mapsdk.attribution.Attribution
-
- getTopLeft() - Method in class com.trimblemaps.mapsdk.geometry.LatLngQuad
-
- getTopRight() - Method in class com.trimblemaps.mapsdk.geometry.LatLngQuad
-
- getTransition() - Method in class com.trimblemaps.mapsdk.maps.Style
-
Get the transition options for style changes.
- getTranslucentTextureSurface() - Method in class com.trimblemaps.mapsdk.maps.TrimbleMapsMapOptions
-
Returns true if TextureView supports a translucent surface
- getTrimbleMapsMap() - Method in class com.trimblemaps.mapsdk.annotations.Annotation
-
Deprecated.
Gets the hosting mapbox map.
- getType() - Method in class com.trimblemaps.mapsdk.maps.ObservableEvent
-
Type of an event.
- getType() - Method in class com.trimblemaps.mapsdk.offline.OfflineGeometryRegionDefinition
-
- getType() - Method in interface com.trimblemaps.mapsdk.offline.OfflineRegionDefinition
-
Gets the type of the OfflineRegionDefinition for telemetry ("tileregion", "shaperegion").
- getType() - Method in class com.trimblemaps.mapsdk.offline.OfflineTilePyramidRegionDefinition
-
- getUiSettings() - Method in class com.trimblemaps.mapsdk.maps.TrimbleMapsMap
-
Gets the user interface settings for the map.
- getUri() - Method in class com.trimblemaps.mapsdk.maps.Style.Builder
-
- getUri() - Method in class com.trimblemaps.mapsdk.maps.Style
-
Returns the current style uri.
- getUri() - Method in class com.trimblemaps.mapsdk.style.sources.GeoJsonSource
-
Get the URI of the source.
- getUri() - Method in class com.trimblemaps.mapsdk.style.sources.ImageSource
-
Get the source URI.
- getUri() - Method in class com.trimblemaps.mapsdk.style.sources.RasterDemSource
-
Get the source URI.
- getUri() - Method in class com.trimblemaps.mapsdk.style.sources.RasterSource
-
Get the source URI.
- getUri() - Method in class com.trimblemaps.mapsdk.style.sources.VectorSource
-
Get the source URI.
- getUrl() - Method in class com.trimblemaps.mapsdk.attribution.Attribution
-
- getUrl() - Method in class com.trimblemaps.mapsdk.maps.Style
-
- getUrl() - Method in class com.trimblemaps.mapsdk.style.sources.GeoJsonSource
-
- getUrl() - Method in class com.trimblemaps.mapsdk.style.sources.ImageSource
-
- getUrl() - Method in class com.trimblemaps.mapsdk.style.sources.RasterDemSource
-
- getUrl() - Method in class com.trimblemaps.mapsdk.style.sources.RasterSource
-
- getUrl() - Method in class com.trimblemaps.mapsdk.style.sources.VectorSource
-
- getValue() - Method in class com.trimblemaps.mapsdk.style.layers.PropertyValue
-
Get the value of the property.
- getVersion() - Method in class com.trimblemaps.mapsdk.style.sources.TileSet
-
- getView() - Method in class com.trimblemaps.mapsdk.annotations.InfoWindow
-
Deprecated.
Retrieve this
InfoWindow
's current view being used.
- getViewContent() - Method in class com.trimblemaps.mapsdk.maps.MapView
-
- getVisibility() - Method in class com.trimblemaps.mapsdk.style.layers.Layer
-
- getVisibleCoordinateBounds(double[]) - Method in class com.trimblemaps.mapsdk.maps.Projection
-
Gets a projection of the viewing frustum for converting between screen coordinates and
geo-latitude/longitude coordinate bounds.
- getVisibleRegion() - Method in class com.trimblemaps.mapsdk.maps.Projection
-
Gets a projection of the viewing frustum for converting between screen coordinates and
geo-latitude/longitude coordinates.
- getVisibleRegion(boolean) - Method in class com.trimblemaps.mapsdk.maps.Projection
-
Gets a projection of the viewing frustum for converting between screen coordinates and
geo-latitude/longitude coordinates.
- getWidth() - Method in class com.trimblemaps.mapsdk.annotations.Polyline
-
Deprecated.
Gets the width of this polyline.
- getWidth() - Method in class com.trimblemaps.mapsdk.annotations.PolylineOptions
-
Deprecated.
- getWidth() - Method in class com.trimblemaps.mapsdk.maps.MapSurface
-
- getWidth() - Method in class com.trimblemaps.mapsdk.maps.TrimbleMapsMap
-
Returns the measured width of the Map.
- getWidth() - Method in class com.trimblemaps.mapsdk.maps.UiSettings
-
Returns the measured width of the MapView
- getWidth() - Method in class com.trimblemaps.mapsdk.snapshotter.MapSnapshotter.Options
-
- getZoom() - Method in class com.trimblemaps.mapsdk.geometry.LatLngBoundsZoom
-
Get the zoom level of the LatLngBoundsZoom.
- getZoomGesturesEnabled() - Method in class com.trimblemaps.mapsdk.maps.TrimbleMapsMapOptions
-
Get the current configured zoom gesture state for a map view.
- getZoomRate() - Method in class com.trimblemaps.mapsdk.maps.UiSettings
-
Returns zoom gesture rate, including pinch to zoom and quick scale.
- GLSurfaceMapRenderer - Class in com.trimblemaps.mapsdk.maps.renderer.glsurfaceview
-
- GLSurfaceMapRenderer(Context, TrimbleMapsGLSurface, GlyphsRasterizationMode, String) - Constructor for class com.trimblemaps.mapsdk.maps.renderer.glsurfaceview.GLSurfaceMapRenderer
-
- glSurfaceView - Variable in class com.trimblemaps.mapsdk.maps.MapSurface
-
- GLSurfaceViewMapRenderer - Class in com.trimblemaps.mapsdk.maps.renderer.glsurfaceview
-
- GLSurfaceViewMapRenderer(Context, TrimbleMapsGLSurfaceView, GlyphsRasterizationMode, String) - Constructor for class com.trimblemaps.mapsdk.maps.renderer.glsurfaceview.GLSurfaceViewMapRenderer
-
- glThread - Variable in class com.trimblemaps.mapsdk.maps.renderer.glsurfaceview.TrimbleMapsGLSurface
-
- GLYPHS - Static variable in class com.trimblemaps.mapsdk.storage.Resource
-
Signed distance field glyphs for text rendering.
- GlyphsRasterizationMode - Enum in com.trimblemaps.mapsdk.maps
-
Describes glyphs rasterization modes.
- GPS - Static variable in class com.trimblemaps.mapsdk.location.modes.RenderMode
-
Tracking the user location with bearing considered from Location
.
- gpsDrawable() - Method in class com.trimblemaps.mapsdk.location.LocationComponentOptions
-
Defines the drawable used for the navigation state icon.
- gpsDrawable(int) - Method in class com.trimblemaps.mapsdk.location.LocationComponentOptions.Builder
-
Defines the drawable used for the navigation state icon.
- gpsName() - Method in class com.trimblemaps.mapsdk.location.LocationComponentOptions
-
String image name, identical to one used in
the first parameter of
Style.addImage(String, Bitmap)
, the
component, will used this image in place of the provided or default trimblemaps_gpsDrawable.
- gpsName(String) - Method in class com.trimblemaps.mapsdk.location.LocationComponentOptions.Builder
-
Given a String image name, identical to one used in
the first parameter of
Style.addImage(String, Bitmap)
, the
component, will used this image in place of the provided or default trimblemaps_gpsDrawable.
- gt(Expression, Expression) - Static method in class com.trimblemaps.mapsdk.style.expressions.Expression
-
Returns true if the first input is strictly greater than the second, false otherwise.
- gt(Expression, Expression, Expression) - Static method in class com.trimblemaps.mapsdk.style.expressions.Expression
-
Returns true if the first input is strictly greater than the second, false otherwise.
- gt(Expression, Number) - Static method in class com.trimblemaps.mapsdk.style.expressions.Expression
-
Returns true if the first input is strictly greater than the second, false otherwise.
- gt(Expression, String) - Static method in class com.trimblemaps.mapsdk.style.expressions.Expression
-
Returns true if the first input is strictly greater than the second, false otherwise.
- gt(Expression, String, Expression) - Static method in class com.trimblemaps.mapsdk.style.expressions.Expression
-
Returns true if the first input is strictly greater than the second, false otherwise.
- gte(Expression, Expression) - Static method in class com.trimblemaps.mapsdk.style.expressions.Expression
-
Returns true if the first input is greater than or equal to the second, false otherwise.
- gte(Expression, Expression, Expression) - Static method in class com.trimblemaps.mapsdk.style.expressions.Expression
-
Returns true if the first input is greater than or equal to the second, false otherwise.
- gte(Expression, Number) - Static method in class com.trimblemaps.mapsdk.style.expressions.Expression
-
Returns true if the first input is greater than or equal to the second, false otherwise.
- gte(Expression, String) - Static method in class com.trimblemaps.mapsdk.style.expressions.Expression
-
Returns true if the first input is greater than or equal to the second, false otherwise.
- gte(Expression, String, Expression) - Static method in class com.trimblemaps.mapsdk.style.expressions.Expression
-
Returns true if the first input is greater than or equal to the second, false otherwise.
- i(String, String) - Static method in class com.trimblemaps.mapsdk.log.Logger
-
Send an info log message.
- i(String, String) - Method in interface com.trimblemaps.mapsdk.log.LoggerDefinition
-
Send an info log message.
- i(String, String, Throwable) - Static method in class com.trimblemaps.mapsdk.log.Logger
-
Send an info log message and log the exception.
- i(String, String, Throwable) - Method in interface com.trimblemaps.mapsdk.log.LoggerDefinition
-
Send an info log message and log the exception.
- icon - Variable in class com.trimblemaps.mapsdk.annotations.BaseMarkerOptions
-
Deprecated.
- icon(Icon) - Method in class com.trimblemaps.mapsdk.annotations.BaseMarkerOptions
-
Deprecated.
Set the icon of the Marker.
- Icon - Class in com.trimblemaps.mapsdk.annotations
-
- ICON_ANCHOR_BOTTOM - Static variable in class com.trimblemaps.mapsdk.style.layers.Property
-
The bottom of the icon is placed closest to the anchor.
- ICON_ANCHOR_BOTTOM_LEFT - Static variable in class com.trimblemaps.mapsdk.style.layers.Property
-
The bottom left corner of the icon is placed closest to the anchor.
- ICON_ANCHOR_BOTTOM_RIGHT - Static variable in class com.trimblemaps.mapsdk.style.layers.Property
-
The bottom right corner of the icon is placed closest to the anchor.
- ICON_ANCHOR_CENTER - Static variable in class com.trimblemaps.mapsdk.style.layers.Property
-
The center of the icon is placed closest to the anchor.
- ICON_ANCHOR_LEFT - Static variable in class com.trimblemaps.mapsdk.style.layers.Property
-
The left side of the icon is placed closest to the anchor.
- ICON_ANCHOR_RIGHT - Static variable in class com.trimblemaps.mapsdk.style.layers.Property
-
The right side of the icon is placed closest to the anchor.
- ICON_ANCHOR_TOP - Static variable in class com.trimblemaps.mapsdk.style.layers.Property
-
The top of the icon is placed closest to the anchor.
- ICON_ANCHOR_TOP_LEFT - Static variable in class com.trimblemaps.mapsdk.style.layers.Property
-
The top left corner of the icon is placed closest to the anchor.
- ICON_ANCHOR_TOP_RIGHT - Static variable in class com.trimblemaps.mapsdk.style.layers.Property
-
The top right corner of the icon is placed closest to the anchor.
- ICON_PITCH_ALIGNMENT_AUTO - Static variable in class com.trimblemaps.mapsdk.style.layers.Property
-
- ICON_PITCH_ALIGNMENT_MAP - Static variable in class com.trimblemaps.mapsdk.style.layers.Property
-
The icon is aligned to the plane of the map.
- ICON_PITCH_ALIGNMENT_VIEWPORT - Static variable in class com.trimblemaps.mapsdk.style.layers.Property
-
The icon is aligned to the plane of the viewport.
- ICON_ROTATION_ALIGNMENT_AUTO - Static variable in class com.trimblemaps.mapsdk.style.layers.Property
-
- ICON_ROTATION_ALIGNMENT_MAP - Static variable in class com.trimblemaps.mapsdk.style.layers.Property
-
- ICON_ROTATION_ALIGNMENT_VIEWPORT - Static variable in class com.trimblemaps.mapsdk.style.layers.Property
-
Produces icons whose x-axes are aligned with the x-axis of the viewport, regardless of the value of
Property.SYMBOL_PLACEMENT
.
- ICON_TEXT_FIT_BOTH - Static variable in class com.trimblemaps.mapsdk.style.layers.Property
-
The icon is scaled in both x- and y-dimensions.
- ICON_TEXT_FIT_HEIGHT - Static variable in class com.trimblemaps.mapsdk.style.layers.Property
-
The icon is scaled in the y-dimension to fit the height of the text.
- ICON_TEXT_FIT_NONE - Static variable in class com.trimblemaps.mapsdk.style.layers.Property
-
The icon is displayed at its intrinsic aspect ratio.
- ICON_TEXT_FIT_WIDTH - Static variable in class com.trimblemaps.mapsdk.style.layers.Property
-
The icon is scaled in the x-dimension to fit the width of the text.
- ICON_TRANSLATE_ANCHOR_MAP - Static variable in class com.trimblemaps.mapsdk.style.layers.Property
-
Icons are translated relative to the map.
- ICON_TRANSLATE_ANCHOR_VIEWPORT - Static variable in class com.trimblemaps.mapsdk.style.layers.Property
-
Icons are translated relative to the viewport.
- iconAllowOverlap(Expression) - Static method in class com.trimblemaps.mapsdk.style.layers.PropertyFactory
-
If true, the icon will be visible even if it collides with other previously drawn symbols.
- iconAllowOverlap(Boolean) - Static method in class com.trimblemaps.mapsdk.style.layers.PropertyFactory
-
If true, the icon will be visible even if it collides with other previously drawn symbols.
- iconAnchor(Expression) - Static method in class com.trimblemaps.mapsdk.style.layers.PropertyFactory
-
Part of the icon placed closest to the anchor.
- iconAnchor(String) - Static method in class com.trimblemaps.mapsdk.style.layers.PropertyFactory
-
Part of the icon placed closest to the anchor.
- IconBitmapChangedException - Exception in com.trimblemaps.mapsdk.exceptions
-
An IconBitmapChangedException is thrown by MapView when a Marker is added
that has an Icon with a Bitmap that has been modified since the creation of the Icon.
- IconBitmapChangedException() - Constructor for exception com.trimblemaps.mapsdk.exceptions.IconBitmapChangedException
-
- iconColor(int) - Static method in class com.trimblemaps.mapsdk.style.layers.PropertyFactory
-
The color of the icon.
- iconColor(Expression) - Static method in class com.trimblemaps.mapsdk.style.layers.PropertyFactory
-
The color of the icon.
- iconColor(String) - Static method in class com.trimblemaps.mapsdk.style.layers.PropertyFactory
-
The color of the icon.
- IconFactory - Class in com.trimblemaps.mapsdk.annotations
-
- iconHaloBlur(Expression) - Static method in class com.trimblemaps.mapsdk.style.layers.PropertyFactory
-
Fade out the halo towards the outside.
- iconHaloBlur(Float) - Static method in class com.trimblemaps.mapsdk.style.layers.PropertyFactory
-
Fade out the halo towards the outside.
- iconHaloColor(int) - Static method in class com.trimblemaps.mapsdk.style.layers.PropertyFactory
-
The color of the icon's halo.
- iconHaloColor(Expression) - Static method in class com.trimblemaps.mapsdk.style.layers.PropertyFactory
-
The color of the icon's halo.
- iconHaloColor(String) - Static method in class com.trimblemaps.mapsdk.style.layers.PropertyFactory
-
The color of the icon's halo.
- iconHaloWidth(Expression) - Static method in class com.trimblemaps.mapsdk.style.layers.PropertyFactory
-
Distance of halo to the icon outline.
- iconHaloWidth(Float) - Static method in class com.trimblemaps.mapsdk.style.layers.PropertyFactory
-
Distance of halo to the icon outline.
- iconIgnorePlacement(Expression) - Static method in class com.trimblemaps.mapsdk.style.layers.PropertyFactory
-
If true, other symbols can be visible even if they collide with the icon.
- iconIgnorePlacement(Boolean) - Static method in class com.trimblemaps.mapsdk.style.layers.PropertyFactory
-
If true, other symbols can be visible even if they collide with the icon.
- iconImage(Expression) - Static method in class com.trimblemaps.mapsdk.style.layers.PropertyFactory
-
Name of image in sprite to use for drawing an image background.
- iconImage(String) - Static method in class com.trimblemaps.mapsdk.style.layers.PropertyFactory
-
Name of image in sprite to use for drawing an image background.
- iconKeepUpright(Expression) - Static method in class com.trimblemaps.mapsdk.style.layers.PropertyFactory
-
If true, the icon may be flipped to prevent it from being rendered upside-down.
- iconKeepUpright(Boolean) - Static method in class com.trimblemaps.mapsdk.style.layers.PropertyFactory
-
If true, the icon may be flipped to prevent it from being rendered upside-down.
- iconOffset(Expression) - Static method in class com.trimblemaps.mapsdk.style.layers.PropertyFactory
-
Offset distance of icon from its anchor.
- iconOffset(Float[]) - Static method in class com.trimblemaps.mapsdk.style.layers.PropertyFactory
-
Offset distance of icon from its anchor.
- iconOpacity(Expression) - Static method in class com.trimblemaps.mapsdk.style.layers.PropertyFactory
-
The opacity at which the icon will be drawn.
- iconOpacity(Float) - Static method in class com.trimblemaps.mapsdk.style.layers.PropertyFactory
-
The opacity at which the icon will be drawn.
- iconOptional(Expression) - Static method in class com.trimblemaps.mapsdk.style.layers.PropertyFactory
-
If true, text will display without their corresponding icons when the icon collides with other symbols and the text does not.
- iconOptional(Boolean) - Static method in class com.trimblemaps.mapsdk.style.layers.PropertyFactory
-
If true, text will display without their corresponding icons when the icon collides with other symbols and the text does not.
- iconPadding(Expression) - Static method in class com.trimblemaps.mapsdk.style.layers.PropertyFactory
-
Size of the additional area around the icon bounding box used for detecting symbol collisions.
- iconPadding(Float) - Static method in class com.trimblemaps.mapsdk.style.layers.PropertyFactory
-
Size of the additional area around the icon bounding box used for detecting symbol collisions.
- iconPitchAlignment(Expression) - Static method in class com.trimblemaps.mapsdk.style.layers.PropertyFactory
-
Orientation of icon when map is pitched.
- iconPitchAlignment(String) - Static method in class com.trimblemaps.mapsdk.style.layers.PropertyFactory
-
Orientation of icon when map is pitched.
- iconRotate(Expression) - Static method in class com.trimblemaps.mapsdk.style.layers.PropertyFactory
-
Rotates the icon clockwise.
- iconRotate(Float) - Static method in class com.trimblemaps.mapsdk.style.layers.PropertyFactory
-
Rotates the icon clockwise.
- iconRotationAlignment(Expression) - Static method in class com.trimblemaps.mapsdk.style.layers.PropertyFactory
-
- iconRotationAlignment(String) - Static method in class com.trimblemaps.mapsdk.style.layers.PropertyFactory
-
- iconSize(Expression) - Static method in class com.trimblemaps.mapsdk.style.layers.PropertyFactory
-
Scales the original size of the icon by the provided factor.
- iconSize(Float) - Static method in class com.trimblemaps.mapsdk.style.layers.PropertyFactory
-
Scales the original size of the icon by the provided factor.
- iconTextFit(Expression) - Static method in class com.trimblemaps.mapsdk.style.layers.PropertyFactory
-
Scales the icon to fit around the associated text.
- iconTextFit(String) - Static method in class com.trimblemaps.mapsdk.style.layers.PropertyFactory
-
Scales the icon to fit around the associated text.
- iconTextFitPadding(Expression) - Static method in class com.trimblemaps.mapsdk.style.layers.PropertyFactory
-
Size of the additional area added to dimensions determined by
Property.ICON_TEXT_FIT
, in clockwise order: top, right, bottom, left.
- iconTextFitPadding(Float[]) - Static method in class com.trimblemaps.mapsdk.style.layers.PropertyFactory
-
Size of the additional area added to dimensions determined by
Property.ICON_TEXT_FIT
, in clockwise order: top, right, bottom, left.
- iconTranslate(Expression) - Static method in class com.trimblemaps.mapsdk.style.layers.PropertyFactory
-
Distance that the icon's anchor is moved from its original placement.
- iconTranslate(Float[]) - Static method in class com.trimblemaps.mapsdk.style.layers.PropertyFactory
-
Distance that the icon's anchor is moved from its original placement.
- iconTranslateAnchor(Expression) - Static method in class com.trimblemaps.mapsdk.style.layers.PropertyFactory
-
- iconTranslateAnchor(String) - Static method in class com.trimblemaps.mapsdk.style.layers.PropertyFactory
-
- id() - Static method in class com.trimblemaps.mapsdk.style.expressions.Expression
-
Gets the feature's id, if it has one.
- IDEOGRAPHS_RASTERIZED_LOCALLY - com.trimblemaps.mapsdk.maps.GlyphsRasterizationMode
-
Ideographs are rasterized locally, and they are not loaded from the server.
- image(Expression) - Static method in class com.trimblemaps.mapsdk.style.expressions.Expression
-
Returns image expression for use in '*-pattern' and 'icon-image' layer properties.
- Image - Class in com.trimblemaps.mapsdk.maps
-
- Image(byte[], float, String, int, int, boolean) - Constructor for class com.trimblemaps.mapsdk.maps.Image
-
- Image(byte[], float, String, int, int, boolean, float[], float[], float[]) - Constructor for class com.trimblemaps.mapsdk.maps.Image
-
- ImageContent - Class in com.trimblemaps.mapsdk.maps
-
Describes the image content, e.g.
- ImageContent(float, float, float, float) - Constructor for class com.trimblemaps.mapsdk.maps.ImageContent
-
- ImageSource - Class in com.trimblemaps.mapsdk.style.sources
-
Image source, allows a georeferenced raster image to be shown on the map.
- ImageSource(String, LatLngQuad, int) - Constructor for class com.trimblemaps.mapsdk.style.sources.ImageSource
-
Create an ImageSource from coordinates and a bitmap image resource
- ImageSource(String, LatLngQuad, Bitmap) - Constructor for class com.trimblemaps.mapsdk.style.sources.ImageSource
-
Create an ImageSource from coordinates and a bitmap image
- ImageSource(String, LatLngQuad, URI) - Constructor for class com.trimblemaps.mapsdk.style.sources.ImageSource
-
Create an ImageSource from coordinates and an image URI
- ImageSource(String, LatLngQuad, URL) - Constructor for class com.trimblemaps.mapsdk.style.sources.ImageSource
-
- ImageStretches - Class in com.trimblemaps.mapsdk.maps
-
Describes the image stretch areas.
- ImageStretches(float, float) - Constructor for class com.trimblemaps.mapsdk.maps.ImageStretches
-
- ImageWrapper(String, Bitmap, boolean) - Constructor for class com.trimblemaps.mapsdk.maps.Style.Builder.ImageWrapper
-
- ImageWrapper(String, Bitmap, boolean, List<ImageStretches>, List<ImageStretches>, ImageContent) - Constructor for class com.trimblemaps.mapsdk.maps.Style.Builder.ImageWrapper
-
- in(Expression, Expression) - Static method in class com.trimblemaps.mapsdk.style.expressions.Expression
-
Retrieves whether an item exists in an array or a substring exists in a string.
- in(Number, Expression) - Static method in class com.trimblemaps.mapsdk.style.expressions.Expression
-
Retrieves whether an item exists in an array or a substring exists in a string.
- in(String, Expression) - Static method in class com.trimblemaps.mapsdk.style.expressions.Expression
-
Retrieves whether an item exists in an array or a substring exists in a string.
- include(LatLng) - Method in class com.trimblemaps.mapsdk.geometry.LatLngBounds.Builder
-
Adds a LatLng object to the LatLngBounds.Builder.
- include(LatLng) - Method in class com.trimblemaps.mapsdk.geometry.LatLngBounds
-
Constructs a LatLngBounds from current bounds with an additional latitude-longitude pair.
- includes(List<LatLng>) - Method in class com.trimblemaps.mapsdk.geometry.LatLngBounds.Builder
-
Adds a LatLng object to the LatLngBounds.Builder.
- INFO - Static variable in class com.trimblemaps.mapsdk.log.Logger
-
Priority constant for the println method; use Logger.i.
- InfoWindow - Class in com.trimblemaps.mapsdk.annotations
-
- init(Context) - Static method in class com.trimblemaps.mapsdk.utils.ThreadUtils
-
Initialises the thread utils, verifies debug state of the consuming app.
- initialiseAttributionView() - Method in class com.trimblemaps.mapsdk.maps.MapView
-
- initialiseCompassView() - Method in class com.trimblemaps.mapsdk.maps.MapView
-
- initialiseLogoView() - Method in class com.trimblemaps.mapsdk.maps.MapView
-
- initialize() - Method in class com.trimblemaps.mapsdk.style.sources.UnknownSource
-
- initialize(Context, TrimbleMapsMapOptions) - Method in class com.trimblemaps.mapsdk.maps.MapSurface
-
- initialize(Context, TrimbleMapsMapOptions) - Method in class com.trimblemaps.mapsdk.maps.MapView
-
- initialize(String) - Method in class com.trimblemaps.mapsdk.style.layers.BackgroundLayer
-
- initialize(String, long) - Method in class com.trimblemaps.mapsdk.style.layers.CustomLayer
-
- initialize(String, LatLngQuad) - Method in class com.trimblemaps.mapsdk.style.sources.ImageSource
-
- initialize(String, Object) - Method in class com.trimblemaps.mapsdk.style.sources.CustomGeometrySource
-
- initialize(String, Object) - Method in class com.trimblemaps.mapsdk.style.sources.GeoJsonSource
-
- initialize(String, Object) - Method in class com.trimblemaps.mapsdk.style.sources.VectorSource
-
- initialize(String, Object, int) - Method in class com.trimblemaps.mapsdk.style.sources.RasterDemSource
-
- initialize(String, Object, int) - Method in class com.trimblemaps.mapsdk.style.sources.RasterSource
-
- initialize(String, String) - Method in class com.trimblemaps.mapsdk.style.layers.CircleLayer
-
- initialize(String, String) - Method in class com.trimblemaps.mapsdk.style.layers.FillExtrusionLayer
-
- initialize(String, String) - Method in class com.trimblemaps.mapsdk.style.layers.FillLayer
-
- initialize(String, String) - Method in class com.trimblemaps.mapsdk.style.layers.HeatmapLayer
-
- initialize(String, String) - Method in class com.trimblemaps.mapsdk.style.layers.HillshadeLayer
-
- initialize(String, String) - Method in class com.trimblemaps.mapsdk.style.layers.LineLayer
-
- initialize(String, String) - Method in class com.trimblemaps.mapsdk.style.layers.RasterLayer
-
- initialize(String, String) - Method in class com.trimblemaps.mapsdk.style.layers.SymbolLayer
-
- initializeFileDirsPaths(Context) - Static method in class com.trimblemaps.mapsdk.storage.FileSource
-
Initializes file directories paths.
- injectCompassAnimationListener(TrimbleMapsMap.OnCompassAnimationListener) - Method in class com.trimblemaps.mapsdk.maps.widgets.CompassView
-
- instance(Context) - Static method in class com.trimblemaps.mapsdk.net.ConnectivityReceiver
-
Get a single instance of ConnectivityReceiver.
- intermediatePoints(List<Location>) - Method in class com.trimblemaps.mapsdk.location.LocationUpdate.Builder
-
This method can be used to provide the list of locations that are on the path to the target location.
- interpolate(Expression.Interpolator, Expression, Expression.Stop...) - Static method in class com.trimblemaps.mapsdk.style.expressions.Expression
-
Produces continuous, smooth results by interpolating between pairs of input and output values (\"stops\").
- interpolate(Expression.Interpolator, Expression, Expression...) - Static method in class com.trimblemaps.mapsdk.style.expressions.Expression
-
Produces continuous, smooth results by interpolating between pairs of input and output values (\"stops\").
- intersect(double, double, double, double) - Method in class com.trimblemaps.mapsdk.geometry.LatLngBounds
-
Returns a new LatLngBounds that is the intersection of this with another box.
- intersect(LatLngBounds) - Method in class com.trimblemaps.mapsdk.geometry.LatLngBounds
-
Returns a new LatLngBounds that is the intersection of this with another LatLngBounds,
- invalidate() - Method in class com.trimblemaps.mapsdk.maps.UiSettings
-
Invalidates the ViewSettings instances shown on top of the MapView
- invalidate(OfflineRegion.OfflineRegionInvalidateCallback) - Method in class com.trimblemaps.mapsdk.offline.OfflineRegion
-
Invalidate all the tiles from an offline region forcing TrimbleMaps GL to revalidate
the tiles with the server before using.
- invalidateAmbientCache(OfflineManager.FileSourceCallback) - Method in class com.trimblemaps.mapsdk.offline.OfflineManager
-
Forces re-validation of the ambient cache.
- invalidateContentPadding() - Method in class com.trimblemaps.mapsdk.maps.Projection
-
- invalidateRegion(LatLngBounds) - Method in class com.trimblemaps.mapsdk.style.sources.CustomGeometrySource
-
Invalidate previously provided features within a given bounds at all zoom levels.
- invalidateTile(int, int, int) - Method in class com.trimblemaps.mapsdk.style.sources.CustomGeometrySource
-
Invalidate the geometry contents of a specific tile.
- InvalidLatLngBoundsException - Exception in com.trimblemaps.mapsdk.exceptions
-
An InvalidLatLngBoundsException is thrown by LatLngBounds
when there aren't enough LatLng to create a bounds.
- InvalidLatLngBoundsException(int) - Constructor for exception com.trimblemaps.mapsdk.exceptions.InvalidLatLngBoundsException
-
- InvalidMarkerPositionException - Exception in com.trimblemaps.mapsdk.exceptions
-
A InvalidMarkerPositionException is thrown when a Marker object is created with an invalid LatLng position.
- InvalidMarkerPositionException() - Constructor for exception com.trimblemaps.mapsdk.exceptions.InvalidMarkerPositionException
-
Creates a invalid marker position exception thrown when a Marker object is created with an invalid LatLng position.
- is3dBuildingVisible() - Method in class com.trimblemaps.mapsdk.maps.TrimbleMapsMap
-
- isActivated() - Method in class com.trimblemaps.mapsdk.storage.FileSource
-
- isAddressVisible() - Method in class com.trimblemaps.mapsdk.maps.TrimbleMapsMap
-
- isAllowConcurrentMultipleOpenInfoWindows() - Method in class com.trimblemaps.mapsdk.maps.TrimbleMapsMap
-
- isAnimating(boolean) - Method in class com.trimblemaps.mapsdk.maps.widgets.CompassView
-
- isAttributionEnabled() - Method in class com.trimblemaps.mapsdk.maps.UiSettings
-
Returns whether the attribution is enabled.
- isCompassEnabled() - Method in class com.trimblemaps.mapsdk.maps.UiSettings
-
Returns whether the compass is enabled.
- isCompassFadeWhenFacingNorth() - Method in class com.trimblemaps.mapsdk.maps.UiSettings
-
Returns whether the compass performs a fading animation out when facing north.
- isComplete() - Method in class com.trimblemaps.mapsdk.offline.OfflineRegionStatus
-
Validates if the region download has completed
- isConnected() - Method in class com.trimblemaps.mapsdk.net.ConnectivityReceiver
-
Get current connectivity state
- isConnected() - Static method in class com.trimblemaps.mapsdk.TrimbleMaps
-
Determines whether we have an internet connection available.
- isDebugActive() - Method in class com.trimblemaps.mapsdk.maps.TrimbleMapsMap
-
Returns whether the map debug information is currently shown.
- isDeliveringInactiveMessages() - Method in class com.trimblemaps.mapsdk.offline.OfflineRegion
-
Gets whether or not the `OfflineRegionObserver` will continue to deliver messages even if
the region state has been set as STATE_INACTIVE.
- isDeselectMarkersOnTap() - Method in class com.trimblemaps.mapsdk.maps.UiSettings
-
Gets whether the markers are automatically deselected (and therefore, their infowindows
closed) when a map tap is detected.
- isDestroyed() - Method in class com.trimblemaps.mapsdk.maps.MapSurface
-
Returns if the map has been destroyed.
- isDestroyed() - Method in class com.trimblemaps.mapsdk.maps.MapView
-
Returns if the map has been destroyed.
- isDetached() - Method in class com.trimblemaps.mapsdk.style.layers.Layer
-
- isDisableRotateWhenScaling() - Method in class com.trimblemaps.mapsdk.maps.UiSettings
-
Returns whether rotation gesture detector is disabled when scale is detected first.
- isDoubleTapGesturesEnabled() - Method in class com.trimblemaps.mapsdk.maps.UiSettings
-
Returns whether the user may zoom the map with a double tap.
- isEmptySpan() - Method in class com.trimblemaps.mapsdk.geometry.LatLngBounds
-
Validate if LatLngBounds is empty, determined if absolute distance is
- isEnablePlacementTransitions() - Method in class com.trimblemaps.mapsdk.style.layers.TransitionOptions
-
Get the flag that describes whether the fade in/out symbol placement transition should be enabled.
- isExpression() - Method in class com.trimblemaps.mapsdk.style.layers.PropertyValue
-
Returns if this is a expression.
- isExternalStorageReadable() - Static method in class com.trimblemaps.mapsdk.storage.FileSource
-
Checks if external storage is available to at least read.
- isFacingNorth() - Method in class com.trimblemaps.mapsdk.maps.widgets.CompassView
-
- isFadeCompassViewFacingNorth() - Method in class com.trimblemaps.mapsdk.maps.widgets.CompassView
-
- isFlingVelocityAnimationEnabled() - Method in class com.trimblemaps.mapsdk.maps.UiSettings
-
Returns whether fling velocity animation should execute after users finishes a gesture.
- isFullyLoaded() - Method in class com.trimblemaps.mapsdk.maps.Style
-
Returns true if the style is fully loaded.
- isHidden() - Method in class com.trimblemaps.mapsdk.maps.widgets.CompassView
-
- isHorizontalScrollGesturesEnabled() - Method in class com.trimblemaps.mapsdk.maps.UiSettings
-
Returns whether the user may scroll horizontally around the map.
- isIncreaseRotateThresholdWhenScaling() - Method in class com.trimblemaps.mapsdk.maps.UiSettings
-
- isIncreaseScaleThresholdWhenRotating() - Method in class com.trimblemaps.mapsdk.maps.UiSettings
-
Returns whether scale threshold should be increase whenever rotation is detected.
- isInfoWindowShown() - Method in class com.trimblemaps.mapsdk.annotations.Marker
-
Deprecated.
Do not use this method, used internally by the SDK.
- isLegacyImageDrawableSetter() - Method in class com.trimblemaps.mapsdk.maps.widgets.CompassView
-
- isLocalIdeographFontFamilyEnabled() - Method in class com.trimblemaps.mapsdk.maps.TrimbleMapsMapOptions
-
Returns true if local ideograph font family is enabled, defaults to true.
- isLocationComponentActivated() - Method in class com.trimblemaps.mapsdk.location.LocationComponent
-
Returns whether the location component is activated.
- isLocationComponentEnabled() - Method in class com.trimblemaps.mapsdk.location.LocationComponent
-
Returns whether the plugin is enabled, meaning that location can be displayed and camera modes can be used.
- isLogoEnabled() - Method in class com.trimblemaps.mapsdk.maps.UiSettings
-
Returns whether the logo is enabled.
- isNull() - Method in class com.trimblemaps.mapsdk.style.layers.PropertyValue
-
Returns if this is null
- isPoiVisible() - Method in class com.trimblemaps.mapsdk.maps.TrimbleMapsMap
-
- isQuickZoomGesturesEnabled() - Method in class com.trimblemaps.mapsdk.maps.UiSettings
-
Returns whether the user may zoom the map by tapping twice, holding and moving the pointer up and down.
- isRequiredResourceCountPrecise() - Method in class com.trimblemaps.mapsdk.offline.OfflineRegionStatus
-
Returns when the value of requiredResourceCount is a precise
count of the number of required resources, and false when it is merely a lower
bound.
- isRoadSurfaceVisible() - Method in class com.trimblemaps.mapsdk.maps.TrimbleMapsMap
-
- isRotateGesturesEnabled() - Method in class com.trimblemaps.mapsdk.maps.UiSettings
-
Returns whether the user may rotate the map.
- isRotateVelocityAnimationEnabled() - Method in class com.trimblemaps.mapsdk.maps.UiSettings
-
Returns whether rotate velocity animation should execute after users finishes a gesture.
- isScaleVelocityAnimationEnabled() - Method in class com.trimblemaps.mapsdk.maps.UiSettings
-
Returns whether scale velocity animation should execute after users finishes a gesture.
- isScrollGesturesEnabled() - Method in class com.trimblemaps.mapsdk.maps.UiSettings
-
Returns whether the user may scroll around the map.
- isSdf() - Method in class com.trimblemaps.mapsdk.maps.Style.Builder.ImageWrapper
-
- isShortText() - Method in class com.trimblemaps.mapsdk.attribution.AttributionLayout
-
- isSupportedScript(Expression) - Static method in class com.trimblemaps.mapsdk.style.expressions.Expression
-
Returns true if the input string is expected to render legibly.
- isSupportedScript(String) - Static method in class com.trimblemaps.mapsdk.style.expressions.Expression
-
Returns true if the input string is expected to render legibly.
- isTiltGesturesEnabled() - Method in class com.trimblemaps.mapsdk.maps.UiSettings
-
Returns whether the user may tilt the map.
- isTrafficVisible() - Method in class com.trimblemaps.mapsdk.maps.TrimbleMapsMap
-
- isTranslucentSurface() - Method in class com.trimblemaps.mapsdk.maps.renderer.textureview.TextureViewMapRenderer
-
- isUserAnimationInProgress() - Method in class com.trimblemaps.mapsdk.maps.TrimbleMapsMap
-
Check if the animation is currently performed by the user (e.g.
- isValue() - Method in class com.trimblemaps.mapsdk.style.layers.PropertyValue
-
Returns if this is a value.
- isVolatile() - Method in class com.trimblemaps.mapsdk.style.sources.Source
-
Retrieve whether or not the fetched tiles for the given source should be stored in the local cache
- isWeatherAlertVisible() - Method in class com.trimblemaps.mapsdk.maps.TrimbleMapsMap
-
- isWeatherRadarVisible() - Method in class com.trimblemaps.mapsdk.maps.TrimbleMapsMap
-
- isZoomGesturesEnabled() - Method in class com.trimblemaps.mapsdk.maps.UiSettings
-
Returns whether the user may zoom the map.
- LATITUDE_SPAN - Static variable in class com.trimblemaps.mapsdk.constants.GeometryConstants
-
This constant represents the latitude span when representing a geolocation.
- LatLng - Class in com.trimblemaps.mapsdk.geometry
-
A geographical location which contains a single latitude, longitude pair, with
optional altitude.
- LatLng() - Constructor for class com.trimblemaps.mapsdk.geometry.LatLng
-
Construct a new latitude, longitude point at (0, 0)
- LatLng(double, double) - Constructor for class com.trimblemaps.mapsdk.geometry.LatLng
-
Construct a new latitude, longitude point given double arguments
- LatLng(double, double, double) - Constructor for class com.trimblemaps.mapsdk.geometry.LatLng
-
Construct a new latitude, longitude, altitude point given double arguments
- LatLng(Location) - Constructor for class com.trimblemaps.mapsdk.geometry.LatLng
-
Construct a new latitude, longitude, altitude point given location argument
- LatLng(Parcel) - Constructor for class com.trimblemaps.mapsdk.geometry.LatLng
-
Constructs a new latitude, longitude, altitude tuple given a parcel.
- LatLng(LatLng) - Constructor for class com.trimblemaps.mapsdk.geometry.LatLng
-
Construct a new latitude, longitude, altitude point given another latitude, longitude, altitude point.
- latLngBounds - Variable in class com.trimblemaps.mapsdk.geometry.VisibleRegion
-
The smallest bounding box that includes the visible region defined in this class.
- LatLngBounds - Class in com.trimblemaps.mapsdk.geometry
-
A geographical area representing a latitude/longitude aligned rectangle.
- LatLngBounds.Builder - Class in com.trimblemaps.mapsdk.geometry
-
Builder for composing LatLngBounds objects.
- LatLngBoundsZoom - Class in com.trimblemaps.mapsdk.geometry
-
A geographical area representing a latitude/longitude aligned rectangle and the zoom level.
- latLngForPixel(PointF) - Method in class com.trimblemaps.mapsdk.snapshotter.MapSnapshot
-
Calculate geographical coordinates from a point in pixels on the Image
- LatLngQuad - Class in com.trimblemaps.mapsdk.geometry
-
A geographical area representing a non-aligned quadrilateral
- LatLngQuad(LatLng, LatLng, LatLng, LatLng) - Constructor for class com.trimblemaps.mapsdk.geometry.LatLngQuad
-
Construct a new LatLngQuad based on its corners,
in order top left, top right, bottom left, bottom right
- LatLngSpan - Class in com.trimblemaps.mapsdk.geometry
-
A geographical span defined by its latitude and longitude span.
- LatLngSpan(double, double) - Constructor for class com.trimblemaps.mapsdk.geometry.LatLngSpan
-
Creates a LatLgnSpan.
- Layer - Class in com.trimblemaps.mapsdk.style.layers
-
Base class for the different Layer types
- Layer() - Constructor for class com.trimblemaps.mapsdk.style.layers.Layer
-
- Layer(long) - Constructor for class com.trimblemaps.mapsdk.style.layers.Layer
-
- LAYER_ID_ANNOTATIONS - Static variable in class com.trimblemaps.mapsdk.constants.TrimbleMapsConstants
-
Layer Id of annotations layer
- layerAbove() - Method in class com.trimblemaps.mapsdk.location.LocationComponentOptions
-
- layerAbove(String) - Method in class com.trimblemaps.mapsdk.location.LocationComponentOptions.Builder
-
- layerBelow() - Method in class com.trimblemaps.mapsdk.location.LocationComponentOptions
-
- layerBelow(String) - Method in class com.trimblemaps.mapsdk.location.LocationComponentOptions.Builder
-
- LayoutPropertyValue<T> - Class in com.trimblemaps.mapsdk.style.layers
-
- LayoutPropertyValue(String, T) - Constructor for class com.trimblemaps.mapsdk.style.layers.LayoutPropertyValue
-
- length(Expression) - Static method in class com.trimblemaps.mapsdk.style.expressions.Expression
-
Gets the length of an array or string.
- length(String) - Static method in class com.trimblemaps.mapsdk.style.expressions.Expression
-
Gets the length of an array or string.
- let(Expression...) - Static method in class com.trimblemaps.mapsdk.style.expressions.Expression
-
- LibraryLoader - Class in com.trimblemaps.mapsdk
-
Loads the mapbox-gl shared library
- LibraryLoader() - Constructor for class com.trimblemaps.mapsdk.LibraryLoader
-
- LibraryLoaderProvider - Interface in com.trimblemaps.mapsdk
-
Injects the default library loader.
- LibraryLoaderProviderImpl - Class in com.trimblemaps.mapsdk.module.loader
-
Concrete implementation of a native library loader.
- LibraryLoaderProviderImpl() - Constructor for class com.trimblemaps.mapsdk.module.loader.LibraryLoaderProviderImpl
-
- Light - Class in com.trimblemaps.mapsdk.style.light
-
The global light source.
- LINE_CAP_BUTT - Static variable in class com.trimblemaps.mapsdk.style.layers.Property
-
A cap with a squared-off end which is drawn to the exact endpoint of the line.
- LINE_CAP_ROUND - Static variable in class com.trimblemaps.mapsdk.style.layers.Property
-
A cap with a rounded end which is drawn beyond the endpoint of the line at a radius of one-half of the line's width and centered on the endpoint of the line.
- LINE_CAP_SQUARE - Static variable in class com.trimblemaps.mapsdk.style.layers.Property
-
A cap with a squared-off end which is drawn beyond the endpoint of the line at a distance of one-half of the line's width.
- LINE_JOIN_BEVEL - Static variable in class com.trimblemaps.mapsdk.style.layers.Property
-
A join with a squared-off end which is drawn beyond the endpoint of the line at a distance of one-half of the line's width.
- LINE_JOIN_MITER - Static variable in class com.trimblemaps.mapsdk.style.layers.Property
-
A join with a sharp, angled corner which is drawn with the outer sides beyond the endpoint of the path until they meet.
- LINE_JOIN_ROUND - Static variable in class com.trimblemaps.mapsdk.style.layers.Property
-
A join with a rounded end which is drawn beyond the endpoint of the line at a radius of one-half of the line's width and centered on the endpoint of the line.
- LINE_TRANSLATE_ANCHOR_MAP - Static variable in class com.trimblemaps.mapsdk.style.layers.Property
-
The line is translated relative to the map.
- LINE_TRANSLATE_ANCHOR_VIEWPORT - Static variable in class com.trimblemaps.mapsdk.style.layers.Property
-
The line is translated relative to the viewport.
- linear() - Static method in class com.trimblemaps.mapsdk.style.expressions.Expression
-
interpolates linearly between the pair of stops just less than and just greater than the input.
- lineBlur(Expression) - Static method in class com.trimblemaps.mapsdk.style.layers.PropertyFactory
-
Blur applied to the line, in density-independent pixels.
- lineBlur(Float) - Static method in class com.trimblemaps.mapsdk.style.layers.PropertyFactory
-
Blur applied to the line, in density-independent pixels.
- lineCap(Expression) - Static method in class com.trimblemaps.mapsdk.style.layers.PropertyFactory
-
The display of line endings.
- lineCap(String) - Static method in class com.trimblemaps.mapsdk.style.layers.PropertyFactory
-
The display of line endings.
- lineColor(int) - Static method in class com.trimblemaps.mapsdk.style.layers.PropertyFactory
-
The color with which the line will be drawn.
- lineColor(Expression) - Static method in class com.trimblemaps.mapsdk.style.layers.PropertyFactory
-
The color with which the line will be drawn.
- lineColor(String) - Static method in class com.trimblemaps.mapsdk.style.layers.PropertyFactory
-
The color with which the line will be drawn.
- lineDasharray(Expression) - Static method in class com.trimblemaps.mapsdk.style.layers.PropertyFactory
-
Specifies the lengths of the alternating dashes and gaps that form the dash pattern.
- lineDasharray(Float[]) - Static method in class com.trimblemaps.mapsdk.style.layers.PropertyFactory
-
Specifies the lengths of the alternating dashes and gaps that form the dash pattern.
- lineGapWidth(Expression) - Static method in class com.trimblemaps.mapsdk.style.layers.PropertyFactory
-
Draws a line casing outside of a line's actual path.
- lineGapWidth(Float) - Static method in class com.trimblemaps.mapsdk.style.layers.PropertyFactory
-
Draws a line casing outside of a line's actual path.
- lineGradient(int) - Static method in class com.trimblemaps.mapsdk.style.layers.PropertyFactory
-
Defines a gradient with which to color a line feature.
- lineGradient(Expression) - Static method in class com.trimblemaps.mapsdk.style.layers.PropertyFactory
-
Defines a gradient with which to color a line feature.
- lineGradient(String) - Static method in class com.trimblemaps.mapsdk.style.layers.PropertyFactory
-
Defines a gradient with which to color a line feature.
- lineJoin(Expression) - Static method in class com.trimblemaps.mapsdk.style.layers.PropertyFactory
-
The display of lines when joining.
- lineJoin(String) - Static method in class com.trimblemaps.mapsdk.style.layers.PropertyFactory
-
The display of lines when joining.
- LineLayer - Class in com.trimblemaps.mapsdk.style.layers
-
A stroked line.
- LineLayer(String, String) - Constructor for class com.trimblemaps.mapsdk.style.layers.LineLayer
-
Creates a LineLayer.
- lineMiterLimit(Expression) - Static method in class com.trimblemaps.mapsdk.style.layers.PropertyFactory
-
Used to automatically convert miter joins to bevel joins for sharp angles.
- lineMiterLimit(Float) - Static method in class com.trimblemaps.mapsdk.style.layers.PropertyFactory
-
Used to automatically convert miter joins to bevel joins for sharp angles.
- lineOffset(Expression) - Static method in class com.trimblemaps.mapsdk.style.layers.PropertyFactory
-
The line's offset.
- lineOffset(Float) - Static method in class com.trimblemaps.mapsdk.style.layers.PropertyFactory
-
The line's offset.
- lineOpacity(Expression) - Static method in class com.trimblemaps.mapsdk.style.layers.PropertyFactory
-
The opacity at which the line will be drawn.
- lineOpacity(Float) - Static method in class com.trimblemaps.mapsdk.style.layers.PropertyFactory
-
The opacity at which the line will be drawn.
- linePattern(Expression) - Static method in class com.trimblemaps.mapsdk.style.layers.PropertyFactory
-
Name of image in sprite to use for drawing image lines.
- linePattern(String) - Static method in class com.trimblemaps.mapsdk.style.layers.PropertyFactory
-
Name of image in sprite to use for drawing image lines.
- lineProgress() - Static method in class com.trimblemaps.mapsdk.style.expressions.Expression
-
Gets the progress along a gradient line.
- lineRoundLimit(Expression) - Static method in class com.trimblemaps.mapsdk.style.layers.PropertyFactory
-
Used to automatically convert round joins to miter joins for shallow angles.
- lineRoundLimit(Float) - Static method in class com.trimblemaps.mapsdk.style.layers.PropertyFactory
-
Used to automatically convert round joins to miter joins for shallow angles.
- lineSortKey(Expression) - Static method in class com.trimblemaps.mapsdk.style.layers.PropertyFactory
-
Sorts features in ascending order based on this value.
- lineSortKey(Float) - Static method in class com.trimblemaps.mapsdk.style.layers.PropertyFactory
-
Sorts features in ascending order based on this value.
- lineTranslate(Expression) - Static method in class com.trimblemaps.mapsdk.style.layers.PropertyFactory
-
The geometry's offset.
- lineTranslate(Float[]) - Static method in class com.trimblemaps.mapsdk.style.layers.PropertyFactory
-
The geometry's offset.
- lineTranslateAnchor(Expression) - Static method in class com.trimblemaps.mapsdk.style.layers.PropertyFactory
-
- lineTranslateAnchor(String) - Static method in class com.trimblemaps.mapsdk.style.layers.PropertyFactory
-
- lineWidth(Expression) - Static method in class com.trimblemaps.mapsdk.style.layers.PropertyFactory
-
Stroke thickness.
- lineWidth(Float) - Static method in class com.trimblemaps.mapsdk.style.layers.PropertyFactory
-
Stroke thickness.
- listOfflineRegions(OfflineManager.ListOfflineRegionsCallback) - Method in class com.trimblemaps.mapsdk.offline.OfflineManager
-
Retrieve all regions in the offline database.
- literal - Variable in class com.trimblemaps.mapsdk.style.expressions.Expression.ExpressionLiteral
-
- literal(boolean) - Static method in class com.trimblemaps.mapsdk.style.expressions.Expression
-
Create a literal boolean expression.
- literal(Number) - Static method in class com.trimblemaps.mapsdk.style.expressions.Expression
-
Create a literal number expression.
- literal(Object) - Static method in class com.trimblemaps.mapsdk.style.expressions.Expression
-
Create a literal object expression.
- literal(Object[]) - Static method in class com.trimblemaps.mapsdk.style.expressions.Expression
-
Create a literal array expression
- literal(String) - Static method in class com.trimblemaps.mapsdk.style.expressions.Expression
-
Create a literal string expression.
- ln(Expression) - Static method in class com.trimblemaps.mapsdk.style.expressions.Expression
-
Returns the natural logarithm of the input.
- ln(Number) - Static method in class com.trimblemaps.mapsdk.style.expressions.Expression
-
Returns the natural logarithm of the input.
- ln2() - Static method in class com.trimblemaps.mapsdk.style.expressions.Expression
-
Returns mathematical constant ln(2).
- load() - Static method in class com.trimblemaps.mapsdk.LibraryLoader
-
Loads "libmapbox-gl.so" native shared library.
- load(String) - Method in class com.trimblemaps.mapsdk.LibraryLoader
-
- locale(Expression) - Static method in class com.trimblemaps.mapsdk.style.expressions.Expression.NumberFormatOption
-
Number formatting option for specifying the locale to use, as a BCP 47 language tag.
- locale(String) - Static method in class com.trimblemaps.mapsdk.style.expressions.Expression.NumberFormatOption
-
Number formatting option for specifying the locale to use, as a BCP 47 language tag.
- localIdeographFontFamily(String) - Method in class com.trimblemaps.mapsdk.maps.TrimbleMapsMapOptions
-
Set the font family for generating glyphs locally for ideographs in the 'CJK Unified Ideographs'
and 'Hangul Syllables' ranges.
- localIdeographFontFamily(String...) - Method in class com.trimblemaps.mapsdk.maps.TrimbleMapsMapOptions
-
Set a font family from range of font families for generating glyphs locally for ideographs in the
'CJK Unified Ideographs' and 'Hangul Syllables' ranges.
- localIdeographFontFamilyEnabled(boolean) - Method in class com.trimblemaps.mapsdk.maps.TrimbleMapsMapOptions
-
Enable local ideograph font family, defaults to true.
- location(Location) - Method in class com.trimblemaps.mapsdk.location.LocationUpdate.Builder
-
Target location.
- LOCATION_SOURCE - Static variable in class com.trimblemaps.mapsdk.location.LocationComponentConstants
-
Source ID of the location's GeoJsonSource.
- LocationComponent - Class in com.trimblemaps.mapsdk.location
-
The Location Component provides location awareness to your mobile application.
- LocationComponent(TrimbleMapsMap, Transform, List<TrimbleMapsMap.OnDeveloperAnimationListener>) - Constructor for class com.trimblemaps.mapsdk.location.LocationComponent
-
Internal use.
- LocationComponentActivationOptions - Class in com.trimblemaps.mapsdk.location
-
A class which holds the various options for activating the Maps SDK's
LocationComponent
to eventually
show the device location on the map.
- LocationComponentActivationOptions.Builder - Class in com.trimblemaps.mapsdk.location
-
- LocationComponentConstants - Class in com.trimblemaps.mapsdk.location
-
- locationComponentOptions() - Method in class com.trimblemaps.mapsdk.location.LocationComponentActivationOptions
-
- locationComponentOptions(LocationComponentOptions) - Method in class com.trimblemaps.mapsdk.location.LocationComponentActivationOptions.Builder
-
- LocationComponentOptions - Class in com.trimblemaps.mapsdk.location
-
This class exposes options for the Location Component.
- LocationComponentOptions(float, int, int, String, int, String, int, String, int, String, int, String, int, String, Integer, Integer, Integer, Integer, Integer, float, boolean, long, int[], float, float, boolean, float, float, RectF, String, String, float, boolean, boolean, Boolean, Boolean, Integer, float, float, float, Interpolator) - Constructor for class com.trimblemaps.mapsdk.location.LocationComponentOptions
-
- LocationComponentOptions(Parcel) - Constructor for class com.trimblemaps.mapsdk.location.LocationComponentOptions
-
- LocationComponentOptions.Builder - Class in com.trimblemaps.mapsdk.location
-
- locationEngine() - Method in class com.trimblemaps.mapsdk.location.LocationComponentActivationOptions
-
- locationEngine(LocationEngine) - Method in class com.trimblemaps.mapsdk.location.LocationComponentActivationOptions.Builder
-
Deliver your own LocationEngine
to the LocationComponent.
- locationEngineRequest() - Method in class com.trimblemaps.mapsdk.location.LocationComponentActivationOptions
-
- locationEngineRequest(LocationEngineRequest) - Method in class com.trimblemaps.mapsdk.location.LocationComponentActivationOptions.Builder
-
- LocationUpdate - Class in com.trimblemaps.mapsdk.location
-
A class that contains the location update configuration.
- LocationUpdate.Builder - Class in com.trimblemaps.mapsdk.location
-
- log(int, String) - Static method in class com.trimblemaps.mapsdk.http.HttpLogger
-
- log(int, String, String) - Static method in class com.trimblemaps.mapsdk.log.Logger
-
Send a log message based on severity.
- log10(Expression) - Static method in class com.trimblemaps.mapsdk.style.expressions.Expression
-
Returns the base-ten logarithm of the input.
- log10(Number) - Static method in class com.trimblemaps.mapsdk.style.expressions.Expression
-
Returns the base-ten logarithm of the input.
- log2(Expression) - Static method in class com.trimblemaps.mapsdk.style.expressions.Expression
-
Returns the base-two logarithm of the input.
- log2(Number) - Static method in class com.trimblemaps.mapsdk.style.expressions.Expression
-
Returns the base-two logarithm of the input.
- logEnabled - Static variable in class com.trimblemaps.mapsdk.http.HttpLogger
-
- logFailure(int, String, String) - Static method in class com.trimblemaps.mapsdk.http.HttpLogger
-
- Logger - Class in com.trimblemaps.mapsdk.log
-
Logger for the TrimbleMaps Maps SDK for Android
- Logger() - Constructor for class com.trimblemaps.mapsdk.log.Logger
-
- Logger.LogLevel - Annotation Type in com.trimblemaps.mapsdk.log
-
Log level indicates which logs are allowed to be emitted by the TrimbleMaps Maps SDK for Android.
- LoggerDefinition - Interface in com.trimblemaps.mapsdk.log
-
Definition of a logger for the TrimbleMaps Maps SDK for Android.
- logoEnabled(boolean) - Method in class com.trimblemaps.mapsdk.maps.TrimbleMapsMapOptions
-
Specifies the visibility state of a logo for a map view.
- logoGravity(int) - Method in class com.trimblemaps.mapsdk.maps.TrimbleMapsMapOptions
-
Specifies the gravity state of logo for a map view.
- logoMargins(int[]) - Method in class com.trimblemaps.mapsdk.maps.TrimbleMapsMapOptions
-
Specifies the margin state of logo for a map view
- logRequestUrl - Static variable in class com.trimblemaps.mapsdk.http.HttpLogger
-
- LONGITUDE_SPAN - Static variable in class com.trimblemaps.mapsdk.constants.GeometryConstants
-
This constant represents the longitude span when representing a geolocation.
- lt(Expression, Expression) - Static method in class com.trimblemaps.mapsdk.style.expressions.Expression
-
Returns true if the first input is strictly less than the second, false otherwise.
- lt(Expression, Expression, Expression) - Static method in class com.trimblemaps.mapsdk.style.expressions.Expression
-
Returns true if the first input is strictly less than the second, false otherwise.
- lt(Expression, Number) - Static method in class com.trimblemaps.mapsdk.style.expressions.Expression
-
Returns true if the first input is strictly less than the second, false otherwise.
- lt(Expression, String) - Static method in class com.trimblemaps.mapsdk.style.expressions.Expression
-
Returns true if the first input is strictly less than the second, false otherwise.
- lt(Expression, String, Expression) - Static method in class com.trimblemaps.mapsdk.style.expressions.Expression
-
Returns true if the first input is strictly less than the second, false otherwise.
- lte(Expression, Expression) - Static method in class com.trimblemaps.mapsdk.style.expressions.Expression
-
Returns true if the first input is less than or equal to the second, false otherwise.
- lte(Expression, Expression, Expression) - Static method in class com.trimblemaps.mapsdk.style.expressions.Expression
-
Returns true if the first input is less than or equal to the second, false otherwise.
- lte(Expression, Number) - Static method in class com.trimblemaps.mapsdk.style.expressions.Expression
-
Returns true if the first input is less than or equal to the second, false otherwise.
- lte(Expression, String) - Static method in class com.trimblemaps.mapsdk.style.expressions.Expression
-
Returns true if the first input is less than or equal to the second, false otherwise.
- lte(Expression, String, Expression) - Static method in class com.trimblemaps.mapsdk.style.expressions.Expression
-
Returns true if the first input is less than or equal to the second, false otherwise.
- object(Expression) - Static method in class com.trimblemaps.mapsdk.style.expressions.Expression
-
Asserts that the input value is an object.
- ObservableEvent - Class in com.trimblemaps.mapsdk.maps
-
Generic Event type used to notify Observer.
- ObservableEvent(String, Date, Date, Value) - Constructor for class com.trimblemaps.mapsdk.maps.ObservableEvent
-
- Observer - Class in com.trimblemaps.mapsdk.maps
-
Observer interface used to subscribe for an Observable events.
- Observer() - Constructor for class com.trimblemaps.mapsdk.maps.Observer
-
- OfflineGeometryRegionDefinition - Class in com.trimblemaps.mapsdk.offline
-
An offline region defined by a style URL, geometry, zoom range, and
device pixel ratio.
- OfflineGeometryRegionDefinition(Parcel) - Constructor for class com.trimblemaps.mapsdk.offline.OfflineGeometryRegionDefinition
-
Constructor to create an OfflineGeometryRegionDefinition from a Parcel.
- OfflineGeometryRegionDefinition(String, Geometry, double, double, float) - Constructor for class com.trimblemaps.mapsdk.offline.OfflineGeometryRegionDefinition
-
Constructor to create an OfflineGeometryRegionDefinition from parameters.
- OfflineGeometryRegionDefinition(String, Geometry, double, double, float, boolean) - Constructor for class com.trimblemaps.mapsdk.offline.OfflineGeometryRegionDefinition
-
Constructor to create an OfflineGeometryRegionDefinition from parameters.
- OfflineManager - Class in com.trimblemaps.mapsdk.offline
-
The offline manager is the main entry point for offline-related functionality.
- OfflineManager.CreateOfflineRegionCallback - Interface in com.trimblemaps.mapsdk.offline
-
This callback receives an asynchronous response containing the newly created
OfflineRegion in the database or an error message otherwise.
- OfflineManager.FileSourceCallback - Interface in com.trimblemaps.mapsdk.offline
-
This callback receives an asynchronous response indicating if an operation has succeeded or failed.
- OfflineManager.ListOfflineRegionsCallback - Interface in com.trimblemaps.mapsdk.offline
-
This callback receives an asynchronous response containing a list of all
OfflineRegion in the database or an error message otherwise.
- OfflineManager.MergeOfflineRegionsCallback - Interface in com.trimblemaps.mapsdk.offline
-
This callback receives an asynchronous response containing a list of all
OfflineRegion added to the database during the merge.
- OfflineManager.PrefetchAmbientCacheCallback - Interface in com.trimblemaps.mapsdk.offline
-
This callback receives an asynchronous response containing a the request ID
of the prefetch ambient cache request.
- OfflineRegion - Class in com.trimblemaps.mapsdk.offline
-
An offline region is the basic building block for offline mobile maps.
- OfflineRegion.DownloadState - Annotation Type in com.trimblemaps.mapsdk.offline
-
A region is either inactive (not downloading, but previously-downloaded
resources are available for use), or active (resources are being downloaded
or will be downloaded, if necessary, when network access is available).
- OfflineRegion.OfflineRegionDeleteCallback - Interface in com.trimblemaps.mapsdk.offline
-
This callback receives an asynchronous response containing a notification when
an offline region has been deleted, or a String
error message otherwise.
- OfflineRegion.OfflineRegionInvalidateCallback - Interface in com.trimblemaps.mapsdk.offline
-
This callback receives an asynchronous response containing a notification when
an offline region has been invalidated, or a String
error message otherwise.
- OfflineRegion.OfflineRegionObserver - Interface in com.trimblemaps.mapsdk.offline
-
A region can have a single observer, which gets notified whenever a change
to the region's status occurs.
- OfflineRegion.OfflineRegionStatusCallback - Interface in com.trimblemaps.mapsdk.offline
-
This callback receives an asynchronous response containing the OfflineRegionStatus
of the offline region, or a String
error message otherwise.
- OfflineRegion.OfflineRegionUpdateMetadataCallback - Interface in com.trimblemaps.mapsdk.offline
-
This callback receives an asynchronous response containing the newly update
OfflineMetadata in the database, or an error message otherwise.
- OfflineRegionDefinition - Interface in com.trimblemaps.mapsdk.offline
-
This is the interface that all Offline Region definitions have to implement.
- OfflineRegionError - Class in com.trimblemaps.mapsdk.offline
-
An Offline Region error
- OfflineRegionError.ErrorReason - Annotation Type in com.trimblemaps.mapsdk.offline
-
Error code, as a string, self-explanatory.
- OfflineRegionStatus - Class in com.trimblemaps.mapsdk.offline
-
A region's status includes its active/inactive state as well as counts
of the number of resources that have completed downloading, their total
size in bytes, and the total number of resources that are required.
- OfflineTilePyramidRegionDefinition - Class in com.trimblemaps.mapsdk.offline
-
An offline region defined by a style URL, geographic bounding box, zoom range, and
device pixel ratio.
- OfflineTilePyramidRegionDefinition(Parcel) - Constructor for class com.trimblemaps.mapsdk.offline.OfflineTilePyramidRegionDefinition
-
Constructor to create an OfflineTilePyramidDefinition from a Parcel.
- OfflineTilePyramidRegionDefinition(String, LatLngBounds, double, double, float) - Constructor for class com.trimblemaps.mapsdk.offline.OfflineTilePyramidRegionDefinition
-
Constructor to create an OfflineTilePyramidDefinition from parameters.
- OfflineTilePyramidRegionDefinition(String, LatLngBounds, double, double, float, boolean) - Constructor for class com.trimblemaps.mapsdk.offline.OfflineTilePyramidRegionDefinition
-
Constructor to create an OfflineTilePyramidDefinition from parameters.
- onAnimationEnd() - Method in interface com.trimblemaps.mapsdk.utils.AnimatorUtils.OnAnimationEndListener
-
- onAppUserTurnstileEvent() - Method in interface com.trimblemaps.mapsdk.maps.TelemetryDefinition
-
Register the app user turnstile event
- onAttach(Context) - Method in class com.trimblemaps.mapsdk.maps.MapFragment
-
Called when the context attaches to this fragment.
- onAttach(Context) - Method in class com.trimblemaps.mapsdk.maps.SupportMapFragment
-
Called when the context attaches to this fragment.
- onAttachedToWindow() - Method in class com.trimblemaps.mapsdk.maps.renderer.glsurfaceview.TrimbleMapsGLSurfaceView
-
This method is used as part of the View class and is not normally
called or subclassed by clients of GLSurfaceView.
- onCameraDidChange(boolean) - Method in interface com.trimblemaps.mapsdk.maps.MapView.OnCameraDidChangeListener
-
Called when the camera did change.
- onCameraDidChange(boolean) - Method in class com.trimblemaps.mapsdk.maps.Transform
-
- onCameraIdle() - Method in interface com.trimblemaps.mapsdk.maps.TrimbleMapsMap.OnCameraIdleListener
-
Called when camera movement has ended.
- onCameraIsChanging() - Method in interface com.trimblemaps.mapsdk.maps.MapView.OnCameraIsChangingListener
-
Called when the camera is changing.
- onCameraMove() - Method in interface com.trimblemaps.mapsdk.maps.TrimbleMapsMap.OnCameraMoveListener
-
Called repeatedly as the camera continues to move after an onCameraMoveStarted call.
- onCameraMoveCanceled() - Method in interface com.trimblemaps.mapsdk.maps.TrimbleMapsMap.OnCameraMoveCanceledListener
-
Called when the developer explicitly calls the cancelTransitions() method or if the reason for camera motion has
changed before the onCameraIdle had a chance to fire after the previous animation.
- onCameraMoveStarted(int) - Method in interface com.trimblemaps.mapsdk.maps.TrimbleMapsMap.OnCameraMoveStartedListener
-
Called when the camera starts moving after it has been idle or when the reason for camera motion has changed.
- onCameraTrackingChanged(int) - Method in interface com.trimblemaps.mapsdk.location.OnCameraTrackingChangedListener
-
- OnCameraTrackingChangedListener - Interface in com.trimblemaps.mapsdk.location
-
Listener that gets invoked when camera tracking state changes.
- onCameraTrackingDismissed() - Method in interface com.trimblemaps.mapsdk.location.OnCameraTrackingChangedListener
-
Invoked whenever camera tracking is broken.
- onCameraWillChange(boolean) - Method in interface com.trimblemaps.mapsdk.maps.MapView.OnCameraWillChangeListener
-
Called when the camera region will change.
- onCancel() - Method in interface com.trimblemaps.mapsdk.maps.TrimbleMapsMap.CancelableCallback
-
Invoked when a task is cancelled.
- onCancelled() - Method in class com.trimblemaps.mapsdk.utils.FileUtils.CheckFileReadPermissionTask
-
- onCancelled() - Method in class com.trimblemaps.mapsdk.utils.FileUtils.CheckFileWritePermissionTask
-
- onCanRemoveUnusedStyleImage(String) - Method in interface com.trimblemaps.mapsdk.maps.MapView.OnCanRemoveUnusedStyleImageListener
-
Called when the map needs to release unused image resources.
- onClick(DialogInterface, int) - Method in class com.trimblemaps.mapsdk.maps.AttributionDialogManager
-
- onClick(View) - Method in class com.trimblemaps.mapsdk.maps.AttributionDialogManager
-
- onCompassAccuracyChange(int) - Method in interface com.trimblemaps.mapsdk.location.CompassListener
-
This gets invoked when the compass accuracy status changes from one value to another.
- onCompassAnimation() - Method in interface com.trimblemaps.mapsdk.maps.TrimbleMapsMap.OnCompassAnimationListener
-
Called repeatedly as the compass continues to move after clicking on it.
- onCompassAnimationFinished() - Method in interface com.trimblemaps.mapsdk.maps.TrimbleMapsMap.OnCompassAnimationListener
-
Called when compass animation has ended.
- onCompassChanged(float) - Method in interface com.trimblemaps.mapsdk.location.CompassListener
-
Callback's invoked when a new compass update occurs.
- onCreate(Bundle) - Method in class com.trimblemaps.mapsdk.maps.MapSurface
-
You must call this method from the parent's Activity#onCreate(Bundle)} or
Fragment#onViewCreated(View, Bundle).
- onCreate(Bundle) - Method in class com.trimblemaps.mapsdk.maps.MapView
-
You must call this method from the parent's Activity#onCreate(Bundle)} or
Fragment#onViewCreated(View, Bundle).
- onCreate(OfflineRegion) - Method in interface com.trimblemaps.mapsdk.offline.OfflineManager.CreateOfflineRegionCallback
-
Receives the newly created offline region.
- onCreateOfflineRegion(OfflineRegionDefinition) - Method in interface com.trimblemaps.mapsdk.maps.TelemetryDefinition
-
Register an end-user offline download event.
- onCreateView(LayoutInflater, ViewGroup, Bundle) - Method in class com.trimblemaps.mapsdk.maps.MapFragment
-
Creates the fragment view hierarchy.
- onCreateView(LayoutInflater, ViewGroup, Bundle) - Method in class com.trimblemaps.mapsdk.maps.SupportMapFragment
-
Creates the fragment view hierarchy.
- onDelete() - Method in interface com.trimblemaps.mapsdk.offline.OfflineRegion.OfflineRegionDeleteCallback
-
Receives the delete notification
- onDestroy() - Method in class com.trimblemaps.mapsdk.location.LocationComponent
-
Internal use.
- onDestroy() - Method in class com.trimblemaps.mapsdk.maps.MapFragment
-
Called when the fragment is destroyed.
- onDestroy() - Method in class com.trimblemaps.mapsdk.maps.MapSurface
-
You must call this method from the parent's Activity#onDestroy() or Fragment#onDestroyView().
- onDestroy() - Method in class com.trimblemaps.mapsdk.maps.MapView
-
You must call this method from the parent's Activity#onDestroy() or Fragment#onDestroyView().
- onDestroy() - Method in class com.trimblemaps.mapsdk.maps.renderer.glsurfaceview.GLSurfaceMapRenderer
-
- onDestroy() - Method in class com.trimblemaps.mapsdk.maps.renderer.glsurfaceview.GLSurfaceViewMapRenderer
-
- onDestroy() - Method in class com.trimblemaps.mapsdk.maps.renderer.MapRenderer
-
- onDestroy() - Method in class com.trimblemaps.mapsdk.maps.renderer.textureview.TextureViewMapRenderer
- onDestroy() - Method in class com.trimblemaps.mapsdk.maps.SupportMapFragment
-
Called when the fragment is destroyed.
- onDestroyView() - Method in class com.trimblemaps.mapsdk.maps.MapFragment
-
Called when the fragment is view hierarchy is being destroyed.
- onDestroyView() - Method in class com.trimblemaps.mapsdk.maps.SupportMapFragment
-
Called when the fragment is view hierarchy is being destroyed.
- onDetachedFromWindow() - Method in class com.trimblemaps.mapsdk.maps.renderer.glsurfaceview.TrimbleMapsGLSurfaceView
-
- onDeveloperAnimationStarted() - Method in interface com.trimblemaps.mapsdk.maps.TrimbleMapsMap.OnDeveloperAnimationListener
-
Notifies listener when a developer invoked animation is about to start.
- onDidBecomeIdle() - Method in interface com.trimblemaps.mapsdk.maps.MapView.OnDidBecomeIdleListener
-
Called when the map has entered the idle state.
- onDidFailLoadingMap(String) - Method in interface com.trimblemaps.mapsdk.maps.MapView.OnDidFailLoadingMapListener
-
Called when the map failed to load.
- onDidFailLoadingStyle(String) - Method in class com.trimblemaps.mapsdk.snapshotter.MapSnapshotter
-
Called by JNI peer when snapshot style is ready.
- onDidFinishLoadingMap() - Method in interface com.trimblemaps.mapsdk.maps.MapView.OnDidFinishLoadingMapListener
-
Called when the map has finished loading.
- onDidFinishLoadingStyle() - Method in interface com.trimblemaps.mapsdk.maps.MapView.OnDidFinishLoadingStyleListener
-
Called when a style has finished loading.
- onDidFinishLoadingStyle() - Method in interface com.trimblemaps.mapsdk.snapshotter.MapSnapshotter.Observer
-
Called when snapshotter finishes loading its style.
- onDidFinishLoadingStyle() - Method in class com.trimblemaps.mapsdk.snapshotter.MapSnapshotter
-
Called by JNI peer when snapshot style is loaded.
- onDidFinishRenderingFrame(boolean) - Method in interface com.trimblemaps.mapsdk.maps.MapView.OnDidFinishRenderingFrameListener
-
Called when the map has finished rendering a frame
- onDidFinishRenderingMap(boolean) - Method in interface com.trimblemaps.mapsdk.maps.MapView.OnDidFinishRenderingMapListener
-
Called when the map has finished rendering.
- onDrawFrame(GL10) - Method in class com.trimblemaps.mapsdk.maps.renderer.glsurfaceview.GLSurfaceMapRenderer
-
- onDrawFrame(GL10) - Method in class com.trimblemaps.mapsdk.maps.renderer.glsurfaceview.GLSurfaceViewMapRenderer
-
- onDrawFrame(GL10) - Method in class com.trimblemaps.mapsdk.maps.renderer.MapRenderer
-
- onDrawFrame(GL10) - Method in class com.trimblemaps.mapsdk.maps.renderer.textureview.TextureViewMapRenderer
-
Overridden to provide package access
- onError() - Method in interface com.trimblemaps.mapsdk.utils.FileUtils.OnCheckFileReadPermissionListener
-
Invoked when app's process doesn't have a permission to read a file or an error occurs.
- onError() - Method in interface com.trimblemaps.mapsdk.utils.FileUtils.OnCheckFileWritePermissionListener
-
Invoked when app's process doesn't have a permission to write to a file or an error occurs.
- onError(long, String) - Method in interface com.trimblemaps.mapsdk.offline.OfflineManager.PrefetchAmbientCacheCallback
-
Receives the error message.
- onError(OfflineRegionError) - Method in interface com.trimblemaps.mapsdk.offline.OfflineRegion.OfflineRegionObserver
-
Implement this method to be notified of errors encountered while downloading
regional resources.
- onError(String) - Method in interface com.trimblemaps.mapsdk.offline.OfflineManager.CreateOfflineRegionCallback
-
Receives the error message.
- onError(String) - Method in interface com.trimblemaps.mapsdk.offline.OfflineManager.FileSourceCallback
-
Receives an error message if an operation was not successful
- onError(String) - Method in interface com.trimblemaps.mapsdk.offline.OfflineManager.ListOfflineRegionsCallback
-
Receives the error message.
- onError(String) - Method in interface com.trimblemaps.mapsdk.offline.OfflineManager.MergeOfflineRegionsCallback
-
Receives the error message.
- onError(String) - Method in interface com.trimblemaps.mapsdk.offline.OfflineRegion.OfflineRegionDeleteCallback
-
Receives the error message
- onError(String) - Method in interface com.trimblemaps.mapsdk.offline.OfflineRegion.OfflineRegionInvalidateCallback
-
Receives the error message
- onError(String) - Method in interface com.trimblemaps.mapsdk.offline.OfflineRegion.OfflineRegionStatusCallback
-
Receives the error message
- onError(String) - Method in interface com.trimblemaps.mapsdk.offline.OfflineRegion.OfflineRegionUpdateMetadataCallback
-
Receives the error message.
- onError(String) - Method in interface com.trimblemaps.mapsdk.snapshotter.MapSnapshotter.ErrorHandler
-
Called on error.
- onError(String) - Method in interface com.trimblemaps.mapsdk.storage.FileSource.ResourcesCachePathChangeCallback
-
Receives an error message if setting the path was not successful
- onFinish() - Method in interface com.trimblemaps.mapsdk.maps.TrimbleMapsMap.CancelableCallback
-
Invoked when a task is complete.
- onFinishLoadingStyle() - Method in class com.trimblemaps.mapsdk.location.LocationComponent
-
Internal use.
- onFling() - Method in interface com.trimblemaps.mapsdk.maps.TrimbleMapsMap.OnFlingListener
-
Called when the map is flinged.
- onFocalPointChanged(PointF) - Method in interface com.trimblemaps.mapsdk.maps.FocalPointChangeListener
-
- onFpsChanged(double) - Method in interface com.trimblemaps.mapsdk.maps.TrimbleMapsMap.OnFpsChangedListener
-
Called for every frame rendered to the map view.
- onGenericMotionEvent(MotionEvent) - Method in class com.trimblemaps.mapsdk.maps.MapView
-
- onGestureInteraction(String, double, double, double) - Method in interface com.trimblemaps.mapsdk.maps.TelemetryDefinition
-
- onGLSurfaceViewDetached() - Method in interface com.trimblemaps.mapsdk.maps.renderer.glsurfaceview.TrimbleMapsGLSurface.OnGLSurfaceViewDetachedListener
-
- onGLSurfaceViewDetached() - Method in interface com.trimblemaps.mapsdk.maps.renderer.glsurfaceview.TrimbleMapsGLSurfaceView.OnGLSurfaceViewDetachedListener
-
- onIndicatorPositionChanged(Point) - Method in interface com.trimblemaps.mapsdk.location.OnIndicatorPositionChangedListener
-
This method is called on each position change of the location indicator, including each animation frame.
- OnIndicatorPositionChangedListener - Interface in com.trimblemaps.mapsdk.location
-
Listener that gets invoked when indicator position changes.
- onInflate(Context, AttributeSet, Bundle) - Method in class com.trimblemaps.mapsdk.maps.MapFragment
-
Called when this fragment is inflated, parses XML tag attributes.
- onInflate(Context, AttributeSet, Bundle) - Method in class com.trimblemaps.mapsdk.maps.SupportMapFragment
-
Called when this fragment is inflated, parses XML tag attributes.
- onInfoWindowClick(Marker) - Method in interface com.trimblemaps.mapsdk.maps.TrimbleMapsMap.OnInfoWindowClickListener
-
Called when the user clicks on an info window.
- onInfoWindowClose(Marker) - Method in interface com.trimblemaps.mapsdk.maps.TrimbleMapsMap.OnInfoWindowCloseListener
-
Called when the marker's info window is closed.
- onInfoWindowLongClick(Marker) - Method in interface com.trimblemaps.mapsdk.maps.TrimbleMapsMap.OnInfoWindowLongClickListener
-
Called when the user makes a long-press gesture on the marker's info window.
- onInvalidate() - Method in interface com.trimblemaps.mapsdk.offline.OfflineRegion.OfflineRegionInvalidateCallback
-
Receives the invalidate notification
- onKeyDown(int, KeyEvent) - Method in class com.trimblemaps.mapsdk.maps.MapView
-
- onKeyLongPress(int, KeyEvent) - Method in class com.trimblemaps.mapsdk.maps.MapView
-
- onKeyUp(int, KeyEvent) - Method in class com.trimblemaps.mapsdk.maps.MapView
-
- onLayout(boolean, int, int, int, int) - Method in class com.trimblemaps.mapsdk.annotations.BubbleLayout
-
Deprecated.
- onList(OfflineRegion[]) - Method in interface com.trimblemaps.mapsdk.offline.OfflineManager.ListOfflineRegionsCallback
-
Receives the list of offline regions.
- onLocationCameraTransitionCanceled(int) - Method in interface com.trimblemaps.mapsdk.location.OnLocationCameraTransitionListener
-
Invoked when the camera mode transition animation has been canceled.
- onLocationCameraTransitionFinished(int) - Method in interface com.trimblemaps.mapsdk.location.OnLocationCameraTransitionListener
-
Invoked when the camera mode transition animation has been finished.
- OnLocationCameraTransitionListener - Interface in com.trimblemaps.mapsdk.location
-
- OnLocationClickListener - Interface in com.trimblemaps.mapsdk.location
-
The Location Component exposes an API for listening to when the user clicks on the location
layer icon visible on the map.
- onLocationComponentClick() - Method in interface com.trimblemaps.mapsdk.location.OnLocationClickListener
-
Called whenever user clicks on the location layer drawn on the map.
- onLocationComponentLongClick() - Method in interface com.trimblemaps.mapsdk.location.OnLocationLongClickListener
-
Called whenever user long clicks on the location layer drawn on the map.
- OnLocationLongClickListener - Interface in com.trimblemaps.mapsdk.location
-
The Location Component exposes an API for listening to when the user long clicks on the location
layer icon visible on the map.
- OnLocationStaleListener - Interface in com.trimblemaps.mapsdk.location
-
Listener that can be added as a callback when the last location update
is considered stale.
- onLowMemory() - Method in class com.trimblemaps.mapsdk.maps.MapFragment
-
Called when the fragment receives onLowMemory call from the hosting Activity.
- onLowMemory() - Method in class com.trimblemaps.mapsdk.maps.MapSurface
-
You must call this method from the parent's Activity#onLowMemory() or Fragment#onLowMemory().
- onLowMemory() - Method in class com.trimblemaps.mapsdk.maps.MapView
-
You must call this method from the parent's Activity#onLowMemory() or Fragment#onLowMemory().
- onLowMemory() - Method in class com.trimblemaps.mapsdk.maps.SupportMapFragment
-
Called when the fragment receives onLowMemory call from the hosting Activity.
- onMapClick(LatLng) - Method in interface com.trimblemaps.mapsdk.maps.TrimbleMapsMap.OnMapClickListener
-
Called when the user clicks on the map view.
- onMapLongClick(LatLng) - Method in interface com.trimblemaps.mapsdk.maps.TrimbleMapsMap.OnMapLongClickListener
-
Called when the user long clicks on the map view.
- onMapReady(TrimbleMapsMap) - Method in class com.trimblemaps.mapsdk.maps.MapFragment
-
Called when the style of the map has successfully loaded.
- onMapReady(TrimbleMapsMap) - Method in interface com.trimblemaps.mapsdk.maps.OnMapReadyCallback
-
Called when the map is ready to be used.
- onMapReady(TrimbleMapsMap) - Method in class com.trimblemaps.mapsdk.maps.SupportMapFragment
-
- OnMapReadyCallback - Interface in com.trimblemaps.mapsdk.maps
-
Interface definition for a callback to be invoked when the map is ready to be used.
- onMapViewReady(MapView) - Method in interface com.trimblemaps.mapsdk.maps.MapFragment.OnMapViewReadyCallback
-
Called when the map has been created.
- onMarkerClick(Marker) - Method in interface com.trimblemaps.mapsdk.maps.TrimbleMapsMap.OnMarkerClickListener
-
Deprecated.
Called when the user clicks on a marker.
- onMerge(OfflineRegion[]) - Method in interface com.trimblemaps.mapsdk.offline.OfflineManager.MergeOfflineRegionsCallback
-
Receives the list of merged offline regions.
- onMove(MoveGestureDetector) - Method in interface com.trimblemaps.mapsdk.maps.TrimbleMapsMap.OnMoveListener
-
- onMoveBegin(MoveGestureDetector) - Method in interface com.trimblemaps.mapsdk.maps.TrimbleMapsMap.OnMoveListener
-
- onMoveEnd(MoveGestureDetector) - Method in interface com.trimblemaps.mapsdk.maps.TrimbleMapsMap.OnMoveListener
-
- onNetworkStateChanged(boolean) - Method in interface com.trimblemaps.mapsdk.net.ConnectivityListener
-
- onPause() - Method in class com.trimblemaps.mapsdk.maps.MapFragment
-
Called when the fragment is pausing.
- onPause() - Method in class com.trimblemaps.mapsdk.maps.MapSurface
-
You must call this method from the parent's Activity#onPause() or Fragment#onPause().
- onPause() - Method in class com.trimblemaps.mapsdk.maps.MapView
-
You must call this method from the parent's Activity#onPause() or Fragment#onPause().
- onPause() - Method in class com.trimblemaps.mapsdk.maps.renderer.glsurfaceview.GLSurfaceMapRenderer
-
- onPause() - Method in class com.trimblemaps.mapsdk.maps.renderer.glsurfaceview.GLSurfaceViewMapRenderer
-
- onPause() - Method in class com.trimblemaps.mapsdk.maps.renderer.glsurfaceview.TrimbleMapsGLSurface
-
- onPause() - Method in class com.trimblemaps.mapsdk.maps.renderer.glsurfaceview.TrimbleMapsGLSurfaceView
-
- onPause() - Method in class com.trimblemaps.mapsdk.maps.renderer.MapRenderer
-
- onPause() - Method in class com.trimblemaps.mapsdk.maps.SupportMapFragment
-
Called when the fragment is pausing.
- onPerformanceEvent(Bundle) - Method in interface com.trimblemaps.mapsdk.maps.TelemetryDefinition
-
Register a performance event.
- onPolygonClick(Polygon) - Method in interface com.trimblemaps.mapsdk.maps.TrimbleMapsMap.OnPolygonClickListener
-
Deprecated.
Called when the user clicks on a polygon.
- onPolylineClick(Polyline) - Method in interface com.trimblemaps.mapsdk.maps.TrimbleMapsMap.OnPolylineClickListener
-
Deprecated.
Called when the user clicks on a polyline.
- onPostExecute(Boolean) - Method in class com.trimblemaps.mapsdk.utils.FileUtils.CheckFileReadPermissionTask
-
- onPostExecute(Boolean) - Method in class com.trimblemaps.mapsdk.utils.FileUtils.CheckFileWritePermissionTask
-
- onReadPermissionGranted() - Method in interface com.trimblemaps.mapsdk.utils.FileUtils.OnCheckFileReadPermissionListener
-
Invoked when app's process has a permission to read a file.
- onReceive(Context, Intent) - Method in class com.trimblemaps.mapsdk.net.ConnectivityReceiver
- onRenderModeChanged(int) - Method in interface com.trimblemaps.mapsdk.location.OnRenderModeChangedListener
-
- OnRenderModeChangedListener - Interface in com.trimblemaps.mapsdk.location
-
Listener that gets invoked when layer render mode changes.
- onResponse(int, String, String, String, String, String, String, byte[]) - Method in interface com.trimblemaps.mapsdk.http.HttpResponder
-
Invoked when a resource has finished.
- onResponse(int, String, String, String, String, String, String, byte[]) - Method in class com.trimblemaps.mapsdk.http.NativeHttpRequest
-
- onResume() - Method in class com.trimblemaps.mapsdk.maps.MapFragment
-
Called when the fragment is ready to be interacted with.
- onResume() - Method in class com.trimblemaps.mapsdk.maps.MapSurface
-
You must call this method from the parent's Activity#onResume() or Fragment#onResume().
- onResume() - Method in class com.trimblemaps.mapsdk.maps.MapView
-
You must call this method from the parent's Activity#onResume() or Fragment#onResume().
- onResume() - Method in class com.trimblemaps.mapsdk.maps.renderer.glsurfaceview.GLSurfaceMapRenderer
-
- onResume() - Method in class com.trimblemaps.mapsdk.maps.renderer.glsurfaceview.GLSurfaceViewMapRenderer
-
- onResume() - Method in class com.trimblemaps.mapsdk.maps.renderer.glsurfaceview.TrimbleMapsGLSurface
-
Resumes the rendering thread, re-creating the OpenGL context if necessary.
- onResume() - Method in class com.trimblemaps.mapsdk.maps.renderer.glsurfaceview.TrimbleMapsGLSurfaceView
-
Resumes the rendering thread, re-creating the OpenGL context if necessary.
- onResume() - Method in class com.trimblemaps.mapsdk.maps.renderer.MapRenderer
-
- onResume() - Method in class com.trimblemaps.mapsdk.maps.SupportMapFragment
-
Called when the fragment is ready to be interacted with.
- onRotate(RotateGestureDetector) - Method in interface com.trimblemaps.mapsdk.maps.TrimbleMapsMap.OnRotateListener
-
- onRotateBegin(RotateGestureDetector) - Method in interface com.trimblemaps.mapsdk.maps.TrimbleMapsMap.OnRotateListener
-
- onRotateEnd(RotateGestureDetector) - Method in interface com.trimblemaps.mapsdk.maps.TrimbleMapsMap.OnRotateListener
-
- onSaveInstanceState(Bundle) - Method in class com.trimblemaps.mapsdk.maps.MapFragment
-
Called when the fragment state needs to be saved.
- onSaveInstanceState(Bundle) - Method in class com.trimblemaps.mapsdk.maps.MapSurface
-
You must call this method from the parent's Activity#onSaveInstanceState(Bundle)
or Fragment#onSaveInstanceState(Bundle).
- onSaveInstanceState(Bundle) - Method in class com.trimblemaps.mapsdk.maps.MapView
-
You must call this method from the parent's Activity#onSaveInstanceState(Bundle)
or Fragment#onSaveInstanceState(Bundle).
- onSaveInstanceState(Bundle) - Method in class com.trimblemaps.mapsdk.maps.SupportMapFragment
-
Called when the fragment state needs to be saved.
- onScale(StandardScaleGestureDetector) - Method in interface com.trimblemaps.mapsdk.maps.TrimbleMapsMap.OnScaleListener
-
- onScaleBegin(StandardScaleGestureDetector) - Method in interface com.trimblemaps.mapsdk.maps.TrimbleMapsMap.OnScaleListener
-
- onScaleEnd(StandardScaleGestureDetector) - Method in interface com.trimblemaps.mapsdk.maps.TrimbleMapsMap.OnScaleListener
-
- onShove(ShoveGestureDetector) - Method in interface com.trimblemaps.mapsdk.maps.TrimbleMapsMap.OnShoveListener
-
- onShoveBegin(ShoveGestureDetector) - Method in interface com.trimblemaps.mapsdk.maps.TrimbleMapsMap.OnShoveListener
-
- onShoveEnd(ShoveGestureDetector) - Method in interface com.trimblemaps.mapsdk.maps.TrimbleMapsMap.OnShoveListener
-
- onSizeChanged(int, int, int, int) - Method in class com.trimblemaps.mapsdk.maps.MapSurface
-
- onSizeChanged(int, int, int, int) - Method in class com.trimblemaps.mapsdk.maps.MapView
-
- onSnapshotFailed(String) - Method in class com.trimblemaps.mapsdk.snapshotter.MapSnapshotter
-
Called by JNI peer when snapshot has failed.
- onSnapshotReady(Bitmap) - Method in interface com.trimblemaps.mapsdk.maps.TrimbleMapsMap.SnapshotReadyCallback
-
Invoked when the snapshot has been taken.
- onSnapshotReady(MapSnapshot) - Method in class com.trimblemaps.mapsdk.snapshotter.MapSnapshotter
-
Called by JNI peer when snapshot is ready.
- onSnapshotReady(MapSnapshot) - Method in interface com.trimblemaps.mapsdk.snapshotter.MapSnapshotter.SnapshotReadyCallback
-
Called when the snapshot is complete.
- onSourceChangedListener(String) - Method in interface com.trimblemaps.mapsdk.maps.MapView.OnSourceChangedListener
-
Called when a map source has changed.
- onStaleStateChange(boolean) - Method in interface com.trimblemaps.mapsdk.location.OnLocationStaleListener
-
Called when the stale state changes.
- onStart() - Method in class com.trimblemaps.mapsdk.location.LocationComponent
-
Internal use.
- onStart() - Method in class com.trimblemaps.mapsdk.maps.MapFragment
-
Called when the fragment is visible for the users.
- onStart() - Method in class com.trimblemaps.mapsdk.maps.MapSurface
-
You must call this method from the parent's Activity#onStart() or Fragment#onStart()
- onStart() - Method in class com.trimblemaps.mapsdk.maps.MapView
-
You must call this method from the parent's Activity#onStart() or Fragment#onStart()
- onStart() - Method in class com.trimblemaps.mapsdk.maps.renderer.glsurfaceview.GLSurfaceMapRenderer
-
- onStart() - Method in class com.trimblemaps.mapsdk.maps.renderer.glsurfaceview.GLSurfaceViewMapRenderer
-
- onStart() - Method in class com.trimblemaps.mapsdk.maps.renderer.MapRenderer
-
- onStart() - Method in class com.trimblemaps.mapsdk.maps.renderer.textureview.TextureViewMapRenderer
- onStart() - Method in class com.trimblemaps.mapsdk.maps.SupportMapFragment
-
Called when the fragment is visible for the users.
- onStartLoadingMap() - Method in class com.trimblemaps.mapsdk.location.LocationComponent
-
Internal use.
- onStatus(OfflineRegionStatus) - Method in interface com.trimblemaps.mapsdk.offline.OfflineRegion.OfflineRegionStatusCallback
-
Receives the status
- onStatusChanged(OfflineRegionStatus) - Method in interface com.trimblemaps.mapsdk.offline.OfflineRegion.OfflineRegionObserver
-
Implement this method to be notified of a change in the status of an
offline region.
- onStop() - Method in class com.trimblemaps.mapsdk.location.LocationComponent
-
Internal use.
- onStop() - Method in class com.trimblemaps.mapsdk.maps.AttributionDialogManager
-
- onStop() - Method in class com.trimblemaps.mapsdk.maps.MapFragment
-
Called when the fragment is no longer visible for the user.
- onStop() - Method in class com.trimblemaps.mapsdk.maps.MapSurface
-
You must call this method from the parent's Activity#onStop() or Fragment#onStop().
- onStop() - Method in class com.trimblemaps.mapsdk.maps.MapView
-
You must call this method from the parent's Activity#onStop() or Fragment#onStop().
- onStop() - Method in class com.trimblemaps.mapsdk.maps.renderer.glsurfaceview.GLSurfaceMapRenderer
-
- onStop() - Method in class com.trimblemaps.mapsdk.maps.renderer.glsurfaceview.GLSurfaceViewMapRenderer
-
- onStop() - Method in class com.trimblemaps.mapsdk.maps.renderer.MapRenderer
-
- onStop() - Method in class com.trimblemaps.mapsdk.maps.renderer.textureview.TextureViewMapRenderer
- onStop() - Method in class com.trimblemaps.mapsdk.maps.SupportMapFragment
-
Called when the fragment is no longer visible for the user.
- onStyleImageMissing(String) - Method in interface com.trimblemaps.mapsdk.maps.MapView.OnStyleImageMissingListener
-
Called when the map is missing an icon.The icon should be added synchronously with
Style.addImage(String, Bitmap)
to be rendered on the current zoom level.
- onStyleImageMissing(String) - Method in interface com.trimblemaps.mapsdk.snapshotter.MapSnapshotter.Observer
-
- onStyleImageMissing(String) - Method in class com.trimblemaps.mapsdk.snapshotter.MapSnapshotter
-
Called by JNI peer when snapshot style image is missing.
- onStyleLoaded(Style) - Method in interface com.trimblemaps.mapsdk.maps.Style.OnStyleLoaded
-
Invoked when a style has finished loading.
- onSuccess() - Method in interface com.trimblemaps.mapsdk.offline.OfflineManager.FileSourceCallback
-
Receives the success of an operation
- onSuccess(long) - Method in interface com.trimblemaps.mapsdk.offline.OfflineManager.PrefetchAmbientCacheCallback
-
Receives request Id of the prefetch ambient cache request.
- onSuccess(String) - Method in interface com.trimblemaps.mapsdk.storage.FileSource.ResourcesCachePathChangeCallback
-
Receives the new database path
- onSurfaceChanged(GL10, int, int) - Method in class com.trimblemaps.mapsdk.maps.renderer.glsurfaceview.GLSurfaceMapRenderer
-
- onSurfaceChanged(GL10, int, int) - Method in class com.trimblemaps.mapsdk.maps.renderer.glsurfaceview.GLSurfaceViewMapRenderer
-
- onSurfaceChanged(GL10, int, int) - Method in class com.trimblemaps.mapsdk.maps.renderer.MapRenderer
-
- onSurfaceChanged(GL10, int, int) - Method in class com.trimblemaps.mapsdk.maps.renderer.textureview.TextureViewMapRenderer
-
Overridden to provide package access
- onSurfaceCreated(GL10, EGLConfig) - Method in class com.trimblemaps.mapsdk.maps.renderer.glsurfaceview.GLSurfaceMapRenderer
-
- onSurfaceCreated(GL10, EGLConfig) - Method in class com.trimblemaps.mapsdk.maps.renderer.glsurfaceview.GLSurfaceViewMapRenderer
-
- onSurfaceCreated(GL10, EGLConfig) - Method in class com.trimblemaps.mapsdk.maps.renderer.MapRenderer
-
- onSurfaceCreated(GL10, EGLConfig) - Method in class com.trimblemaps.mapsdk.maps.renderer.textureview.TextureViewMapRenderer
-
Overridden to provide package access
- onSurfaceDestroyed() - Method in class com.trimblemaps.mapsdk.maps.renderer.glsurfaceview.GLSurfaceMapRenderer
-
- onSurfaceDestroyed() - Method in class com.trimblemaps.mapsdk.maps.renderer.glsurfaceview.GLSurfaceViewMapRenderer
-
- onSurfaceDestroyed() - Method in class com.trimblemaps.mapsdk.maps.renderer.MapRenderer
-
- onSurfaceDestroyed() - Method in class com.trimblemaps.mapsdk.maps.renderer.textureview.TextureViewMapRenderer
-
Overridden to provide package access
- onTouchEvent(MotionEvent) - Method in class com.trimblemaps.mapsdk.maps.MapView
-
- onTrackballEvent(MotionEvent) - Method in class com.trimblemaps.mapsdk.maps.MapView
-
- onUpdate(byte[]) - Method in interface com.trimblemaps.mapsdk.offline.OfflineRegion.OfflineRegionUpdateMetadataCallback
-
Receives the newly update offline region metadata.
- onURL(int, String) - Method in interface com.trimblemaps.mapsdk.storage.FileSource.ResourceTransformCallback
-
Called whenever a URL needs to be transformed.
- onViewCreated(View, Bundle) - Method in class com.trimblemaps.mapsdk.maps.MapFragment
-
Called when the fragment view hierarchy is created.
- onViewCreated(View, Bundle) - Method in class com.trimblemaps.mapsdk.maps.SupportMapFragment
-
Called when the fragment view hierarchy is created.
- onWillStartLoadingMap() - Method in interface com.trimblemaps.mapsdk.maps.MapView.OnWillStartLoadingMapListener
-
Called when the map will start loading.
- onWillStartRenderingFrame() - Method in interface com.trimblemaps.mapsdk.maps.MapView.OnWillStartRenderingFrameListener
-
Called when the map will start rendering a frame.
- onWillStartRenderingMap() - Method in interface com.trimblemaps.mapsdk.maps.MapView.OnWillStartRenderingMapListener
-
Called when the map will start rendering.
- onWritePermissionGranted() - Method in interface com.trimblemaps.mapsdk.utils.FileUtils.OnCheckFileWritePermissionListener
-
Invoked when app's process has a permission to write to a file.
- Options(int, int) - Constructor for class com.trimblemaps.mapsdk.snapshotter.MapSnapshotter.Options
-
- Options(Context) - Constructor for class com.trimblemaps.mapsdk.attribution.AttributionParser.Options
-
- RADIUS_EARTH_METERS - Static variable in class com.trimblemaps.mapsdk.constants.GeometryConstants
-
- RASTER_RESAMPLING_LINEAR - Static variable in class com.trimblemaps.mapsdk.style.layers.Property
-
(Bi)linear filtering interpolates pixel values using the weighted average of the four closest original source pixels creating a smooth but blurry look when overscaled
- RASTER_RESAMPLING_NEAREST - Static variable in class com.trimblemaps.mapsdk.style.layers.Property
-
Nearest neighbor filtering interpolates pixel values using the nearest original source pixel creating a sharp but pixelated look when overscaled
- rasterBrightnessMax(Expression) - Static method in class com.trimblemaps.mapsdk.style.layers.PropertyFactory
-
Increase or reduce the brightness of the image.
- rasterBrightnessMax(Float) - Static method in class com.trimblemaps.mapsdk.style.layers.PropertyFactory
-
Increase or reduce the brightness of the image.
- rasterBrightnessMin(Expression) - Static method in class com.trimblemaps.mapsdk.style.layers.PropertyFactory
-
Increase or reduce the brightness of the image.
- rasterBrightnessMin(Float) - Static method in class com.trimblemaps.mapsdk.style.layers.PropertyFactory
-
Increase or reduce the brightness of the image.
- rasterContrast(Expression) - Static method in class com.trimblemaps.mapsdk.style.layers.PropertyFactory
-
Increase or reduce the contrast of the image.
- rasterContrast(Float) - Static method in class com.trimblemaps.mapsdk.style.layers.PropertyFactory
-
Increase or reduce the contrast of the image.
- RasterDemSource - Class in com.trimblemaps.mapsdk.style.sources
-
A raster DEM source.
- RasterDemSource(String, TileSet) - Constructor for class com.trimblemaps.mapsdk.style.sources.RasterDemSource
-
Create the raster dem source from a
TileSet
- RasterDemSource(String, TileSet, int) - Constructor for class com.trimblemaps.mapsdk.style.sources.RasterDemSource
-
Create the raster source from a
TileSet
with a specific tile size
- RasterDemSource(String, String) - Constructor for class com.trimblemaps.mapsdk.style.sources.RasterDemSource
-
Create the raster dem source from an URI
- RasterDemSource(String, String, int) - Constructor for class com.trimblemaps.mapsdk.style.sources.RasterDemSource
-
Create the raster source from an URL with a specific tile size
- RasterDemSource(String, URI) - Constructor for class com.trimblemaps.mapsdk.style.sources.RasterDemSource
-
Create the raster dem source from an URI.
- RasterDemSource(String, URL) - Constructor for class com.trimblemaps.mapsdk.style.sources.RasterDemSource
-
- rasterFadeDuration(Expression) - Static method in class com.trimblemaps.mapsdk.style.layers.PropertyFactory
-
Fade duration when a new tile is added.
- rasterFadeDuration(Float) - Static method in class com.trimblemaps.mapsdk.style.layers.PropertyFactory
-
Fade duration when a new tile is added.
- rasterHueRotate(Expression) - Static method in class com.trimblemaps.mapsdk.style.layers.PropertyFactory
-
Rotates hues around the color wheel.
- rasterHueRotate(Float) - Static method in class com.trimblemaps.mapsdk.style.layers.PropertyFactory
-
Rotates hues around the color wheel.
- RasterLayer - Class in com.trimblemaps.mapsdk.style.layers
-
Raster map textures such as satellite imagery.
- RasterLayer(String, String) - Constructor for class com.trimblemaps.mapsdk.style.layers.RasterLayer
-
Creates a RasterLayer.
- rasterOpacity(Expression) - Static method in class com.trimblemaps.mapsdk.style.layers.PropertyFactory
-
The opacity at which the image will be drawn.
- rasterOpacity(Float) - Static method in class com.trimblemaps.mapsdk.style.layers.PropertyFactory
-
The opacity at which the image will be drawn.
- rasterResampling(Expression) - Static method in class com.trimblemaps.mapsdk.style.layers.PropertyFactory
-
The resampling/interpolation method to use for overscaling, also known as texture magnification filter
- rasterResampling(String) - Static method in class com.trimblemaps.mapsdk.style.layers.PropertyFactory
-
The resampling/interpolation method to use for overscaling, also known as texture magnification filter
- rasterSaturation(Expression) - Static method in class com.trimblemaps.mapsdk.style.layers.PropertyFactory
-
Increase or reduce the saturation of the image.
- rasterSaturation(Float) - Static method in class com.trimblemaps.mapsdk.style.layers.PropertyFactory
-
Increase or reduce the saturation of the image.
- RasterSource - Class in com.trimblemaps.mapsdk.style.sources
-
Raster source, allows using raster tiles as source.
- RasterSource(String, TileSet) - Constructor for class com.trimblemaps.mapsdk.style.sources.RasterSource
-
Create the raster source from a
TileSet
- RasterSource(String, TileSet, int) - Constructor for class com.trimblemaps.mapsdk.style.sources.RasterSource
-
Create the raster source from a
TileSet
with a specific tile size
- RasterSource(String, String) - Constructor for class com.trimblemaps.mapsdk.style.sources.RasterSource
-
Create the raster source from an URI.
- RasterSource(String, String, int) - Constructor for class com.trimblemaps.mapsdk.style.sources.RasterSource
-
Create the raster source from an URI with a specific tile size.
- RasterSource(String, URI) - Constructor for class com.trimblemaps.mapsdk.style.sources.RasterSource
-
Create the raster source from an URI.
- RasterSource(String, URL) - Constructor for class com.trimblemaps.mapsdk.style.sources.RasterSource
-
- raw(String) - Static method in class com.trimblemaps.mapsdk.style.expressions.Expression
-
Returns a DSL equivalent of a raw expression.
- REASON_API_ANIMATION - Static variable in interface com.trimblemaps.mapsdk.maps.TrimbleMapsMap.OnCameraMoveStartedListener
-
- REASON_API_GESTURE - Static variable in interface com.trimblemaps.mapsdk.maps.TrimbleMapsMap.OnCameraMoveStartedListener
-
- REASON_CONNECTION - Static variable in class com.trimblemaps.mapsdk.offline.OfflineRegionError
-
- REASON_DEVELOPER_ANIMATION - Static variable in interface com.trimblemaps.mapsdk.maps.TrimbleMapsMap.OnCameraMoveStartedListener
-
- REASON_NOT_FOUND - Static variable in class com.trimblemaps.mapsdk.offline.OfflineRegionError
-
- REASON_OTHER - Static variable in class com.trimblemaps.mapsdk.offline.OfflineRegionError
-
- REASON_SERVER - Static variable in class com.trimblemaps.mapsdk.offline.OfflineRegionError
-
- REASON_SUCCESS - Static variable in class com.trimblemaps.mapsdk.offline.OfflineRegionError
-
- recreate(String, Bitmap) - Static method in class com.trimblemaps.mapsdk.annotations.IconFactory
-
Deprecated.
Create an Icon using a previously created icon identifier along with a provided Bitmap.
- remove() - Method in class com.trimblemaps.mapsdk.annotations.Annotation
-
Deprecated.
Do not use this method, used internally by the SDK.
- removeAnnotation(long) - Method in class com.trimblemaps.mapsdk.maps.TrimbleMapsMap
-
- removeAnnotation(Annotation) - Method in class com.trimblemaps.mapsdk.maps.TrimbleMapsMap
-
- removeAnnotations() - Method in class com.trimblemaps.mapsdk.maps.TrimbleMapsMap
-
- removeAnnotations(List<? extends Annotation>) - Method in class com.trimblemaps.mapsdk.maps.TrimbleMapsMap
-
- removeCompassListener(CompassListener) - Method in interface com.trimblemaps.mapsdk.location.CompassEngine
-
Removes a
CompassListener
that can be used to
receive heading and state changes.
- removeImage(String) - Method in class com.trimblemaps.mapsdk.maps.Style
-
Removes an image from the map's style.
- removeLayer(Layer) - Method in class com.trimblemaps.mapsdk.maps.Style
-
Removes the layer.
- removeLayer(String) - Method in class com.trimblemaps.mapsdk.maps.Style
-
Removes the layer.
- removeLayerAt(int) - Method in class com.trimblemaps.mapsdk.maps.Style
-
Removes the layer.
- removeListener(ConnectivityListener) - Method in class com.trimblemaps.mapsdk.net.ConnectivityReceiver
-
Remove a listener
- removeMarker(Marker) - Method in class com.trimblemaps.mapsdk.maps.TrimbleMapsMap
-
- removeOnCameraDidChangeListener(MapView.OnCameraDidChangeListener) - Method in class com.trimblemaps.mapsdk.maps.MapSurface
-
Set a callback that's invoked when the camera region did change.
- removeOnCameraDidChangeListener(MapView.OnCameraDidChangeListener) - Method in class com.trimblemaps.mapsdk.maps.MapView
-
Set a callback that's invoked when the camera region did change.
- removeOnCameraIdleListener(TrimbleMapsMap.OnCameraIdleListener) - Method in class com.trimblemaps.mapsdk.maps.TrimbleMapsMap
-
Removes a callback that is invoked when camera movement has ended.
- removeOnCameraIsChangingListener(MapView.OnCameraIsChangingListener) - Method in class com.trimblemaps.mapsdk.maps.MapSurface
-
Remove a callback that's invoked when the camera is changing.
- removeOnCameraIsChangingListener(MapView.OnCameraIsChangingListener) - Method in class com.trimblemaps.mapsdk.maps.MapView
-
Remove a callback that's invoked when the camera is changing.
- removeOnCameraMoveCancelListener(TrimbleMapsMap.OnCameraMoveCanceledListener) - Method in class com.trimblemaps.mapsdk.maps.TrimbleMapsMap
-
Removes a callback that is invoked when camera movement was cancelled.
- removeOnCameraMoveListener(TrimbleMapsMap.OnCameraMoveListener) - Method in class com.trimblemaps.mapsdk.maps.TrimbleMapsMap
-
Removes a callback that is invoked when camera position changes.
- removeOnCameraMoveStartedListener(TrimbleMapsMap.OnCameraMoveStartedListener) - Method in class com.trimblemaps.mapsdk.maps.TrimbleMapsMap
-
Removes a callback that is invoked when camera movement has started.
- removeOnCameraTrackingChangedListener(OnCameraTrackingChangedListener) - Method in class com.trimblemaps.mapsdk.location.LocationComponent
-
Removes a listener that gets invoked when camera tracking state changes.
- removeOnCameraWillChangeListener(MapView.OnCameraWillChangeListener) - Method in class com.trimblemaps.mapsdk.maps.MapSurface
-
Remove a callback that's invoked when the camera region will change.
- removeOnCameraWillChangeListener(MapView.OnCameraWillChangeListener) - Method in class com.trimblemaps.mapsdk.maps.MapView
-
Remove a callback that's invoked when the camera region will change.
- removeOnCanRemoveUnusedStyleImageListener(MapView.OnCanRemoveUnusedStyleImageListener) - Method in class com.trimblemaps.mapsdk.maps.MapSurface
-
Removes a callback that's invoked when map needs to release unused image resources.
- removeOnCanRemoveUnusedStyleImageListener(MapView.OnCanRemoveUnusedStyleImageListener) - Method in class com.trimblemaps.mapsdk.maps.MapView
-
Removes a callback that's invoked when map needs to release unused image resources.
- removeOnDidBecomeIdleListener(MapView.OnDidBecomeIdleListener) - Method in class com.trimblemaps.mapsdk.maps.MapSurface
-
Remove a callback that's invoked when the map has entered the idle state.
- removeOnDidBecomeIdleListener(MapView.OnDidBecomeIdleListener) - Method in class com.trimblemaps.mapsdk.maps.MapView
-
Remove a callback that's invoked when the map has entered the idle state.
- removeOnDidFailLoadingMapListener(MapView.OnDidFailLoadingMapListener) - Method in class com.trimblemaps.mapsdk.maps.MapSurface
-
Set a callback that's invoked when the map failed to load.
- removeOnDidFailLoadingMapListener(MapView.OnDidFailLoadingMapListener) - Method in class com.trimblemaps.mapsdk.maps.MapView
-
Set a callback that's invoked when the map failed to load.
- removeOnDidFinishLoadingMapListener(MapView.OnDidFinishLoadingMapListener) - Method in class com.trimblemaps.mapsdk.maps.MapSurface
-
Set a callback that's invoked when the map has finished loading.
- removeOnDidFinishLoadingMapListener(MapView.OnDidFinishLoadingMapListener) - Method in class com.trimblemaps.mapsdk.maps.MapView
-
Set a callback that's invoked when the map has finished loading.
- removeOnDidFinishLoadingStyleListener(MapView.OnDidFinishLoadingStyleListener) - Method in class com.trimblemaps.mapsdk.maps.MapSurface
-
Set a callback that's invoked when the style has finished loading.
- removeOnDidFinishLoadingStyleListener(MapView.OnDidFinishLoadingStyleListener) - Method in class com.trimblemaps.mapsdk.maps.MapView
-
Set a callback that's invoked when the style has finished loading.
- removeOnDidFinishRenderingFrameListener(MapView.OnDidFinishRenderingFrameListener) - Method in class com.trimblemaps.mapsdk.maps.MapSurface
-
Set a callback that's invoked when the map has finished rendering a frame.
- removeOnDidFinishRenderingFrameListener(MapView.OnDidFinishRenderingFrameListener) - Method in class com.trimblemaps.mapsdk.maps.MapView
-
Set a callback that's invoked when the map has finished rendering a frame.
- removeOnDidFinishRenderingMapListener(MapView.OnDidFinishRenderingMapListener) - Method in class com.trimblemaps.mapsdk.maps.MapSurface
-
Remove a callback that's invoked when the map has finished rendering.
- removeOnDidFinishRenderingMapListener(MapView.OnDidFinishRenderingMapListener) - Method in class com.trimblemaps.mapsdk.maps.MapView
-
Remove a callback that's invoked when the map has finished rendering.
- removeOnFlingListener(TrimbleMapsMap.OnFlingListener) - Method in class com.trimblemaps.mapsdk.maps.TrimbleMapsMap
-
Removes a callback that's invoked when the map is flinged.
- removeOnIndicatorPositionChangedListener(OnIndicatorPositionChangedListener) - Method in class com.trimblemaps.mapsdk.location.LocationComponent
-
Removes a listener that gets invoked when indicator position changes.
- removeOnLocationClickListener(OnLocationClickListener) - Method in class com.trimblemaps.mapsdk.location.LocationComponent
-
Removes the passed listener from the current list of location click listeners.
- removeOnLocationLongClickListener(OnLocationLongClickListener) - Method in class com.trimblemaps.mapsdk.location.LocationComponent
-
Removes the passed listener from the current list of location long click listeners.
- removeOnLocationStaleListener(OnLocationStaleListener) - Method in class com.trimblemaps.mapsdk.location.LocationComponent
-
Removes the passed listener from the current list of stale listeners.
- removeOnMapClickListener(TrimbleMapsMap.OnMapClickListener) - Method in class com.trimblemaps.mapsdk.maps.TrimbleMapsMap
-
Removes a callback that's invoked when the user clicks on the map view.
- removeOnMapLongClickListener(TrimbleMapsMap.OnMapLongClickListener) - Method in class com.trimblemaps.mapsdk.maps.TrimbleMapsMap
-
Removes a callback that's invoked when the user long clicks on the map view.
- removeOnMoveListener(TrimbleMapsMap.OnMoveListener) - Method in class com.trimblemaps.mapsdk.maps.TrimbleMapsMap
-
Removes a callback that's invoked when the map is moved.
- removeOnRotateListener(TrimbleMapsMap.OnRotateListener) - Method in class com.trimblemaps.mapsdk.maps.TrimbleMapsMap
-
Removes a callback that's invoked when the map is rotated.
- removeOnScaleListener(TrimbleMapsMap.OnScaleListener) - Method in class com.trimblemaps.mapsdk.maps.TrimbleMapsMap
-
Removes a callback that's invoked when the map is scaled.
- removeOnShoveListener(TrimbleMapsMap.OnShoveListener) - Method in class com.trimblemaps.mapsdk.maps.TrimbleMapsMap
-
Remove a callback that's invoked when the map is tilted.
- removeOnSourceChangedListener(MapView.OnSourceChangedListener) - Method in class com.trimblemaps.mapsdk.maps.MapSurface
-
Set a callback that's invoked when a map source has changed.
- removeOnSourceChangedListener(MapView.OnSourceChangedListener) - Method in class com.trimblemaps.mapsdk.maps.MapView
-
Set a callback that's invoked when a map source has changed.
- removeOnStyleImageMissingListener(MapView.OnStyleImageMissingListener) - Method in class com.trimblemaps.mapsdk.maps.MapSurface
-
Set a callback that's invoked when a map source has changed.
- removeOnStyleImageMissingListener(MapView.OnStyleImageMissingListener) - Method in class com.trimblemaps.mapsdk.maps.MapView
-
Set a callback that's invoked when a map source has changed.
- removeOnTouchListener(View.OnTouchListener) - Method in class com.trimblemaps.mapsdk.maps.MapView
-
Remove an OnTouchListener previously registered
- removeOnWillStartLoadingMapListener(MapView.OnWillStartLoadingMapListener) - Method in class com.trimblemaps.mapsdk.maps.MapSurface
-
Set a callback that's invoked when the map will start loading.
- removeOnWillStartLoadingMapListener(MapView.OnWillStartLoadingMapListener) - Method in class com.trimblemaps.mapsdk.maps.MapView
-
Set a callback that's invoked when the map will start loading.
- removeOnWillStartRenderingFrameListener(MapView.OnWillStartRenderingFrameListener) - Method in class com.trimblemaps.mapsdk.maps.MapSurface
-
Set a callback that's invoked when the map will start rendering a frame.
- removeOnWillStartRenderingFrameListener(MapView.OnWillStartRenderingFrameListener) - Method in class com.trimblemaps.mapsdk.maps.MapView
-
Set a callback that's invoked when the map will start rendering a frame.
- removeOnWillStartRenderingMapListener(MapView.OnWillStartRenderingMapListener) - Method in class com.trimblemaps.mapsdk.maps.MapSurface
-
Set a callback that's invoked when the map will start rendering.
- removeOnWillStartRenderingMapListener(MapView.OnWillStartRenderingMapListener) - Method in class com.trimblemaps.mapsdk.maps.MapView
-
Set a callback that's invoked when the map will start rendering.
- removePolygon(Polygon) - Method in class com.trimblemaps.mapsdk.maps.TrimbleMapsMap
-
- removePolyline(Polyline) - Method in class com.trimblemaps.mapsdk.maps.TrimbleMapsMap
-
- removeRenderModeChangedListener(OnRenderModeChangedListener) - Method in class com.trimblemaps.mapsdk.location.LocationComponent
-
Removes a listener that gets invoked when render mode changes.
- removeSource(Source) - Method in class com.trimblemaps.mapsdk.maps.Style
-
Removes the source, preserving the reference for re-use
- removeSource(String) - Method in class com.trimblemaps.mapsdk.maps.Style
-
Removes the source from the style.
- RenderMode - Class in com.trimblemaps.mapsdk.location.modes
-
Contains the variety of ways the user location can be rendered on the map.
- RenderMode.Mode - Annotation Type in com.trimblemaps.mapsdk.location.modes
-
- renderSurfaceOnTop(boolean) - Method in class com.trimblemaps.mapsdk.maps.TrimbleMapsMapOptions
-
Set the flag to render the map surface on top of another surface.
- requestRender() - Method in class com.trimblemaps.mapsdk.maps.renderer.glsurfaceview.GLSurfaceMapRenderer
-
May be called from any thread.
- requestRender() - Method in class com.trimblemaps.mapsdk.maps.renderer.glsurfaceview.GLSurfaceViewMapRenderer
-
May be called from any thread.
- requestRender() - Method in class com.trimblemaps.mapsdk.maps.renderer.glsurfaceview.TrimbleMapsGLSurface
-
Request that the renderer render a frame.
- requestRender() - Method in class com.trimblemaps.mapsdk.maps.renderer.glsurfaceview.TrimbleMapsGLSurfaceView
-
Request that the renderer render a frame.
- requestRender() - Method in interface com.trimblemaps.mapsdk.maps.renderer.MapRendererScheduler
-
- requestRender() - Method in class com.trimblemaps.mapsdk.maps.renderer.textureview.TextureViewMapRenderer
- reset() - Method in class com.trimblemaps.mapsdk.snapshotter.MapSnapshotter
-
- resetAnimation() - Method in class com.trimblemaps.mapsdk.maps.widgets.CompassView
-
- resetDatabase(OfflineManager.FileSourceCallback) - Method in class com.trimblemaps.mapsdk.offline.OfflineManager
-
Delete existing database and re-initialize.
- resetNorth() - Method in class com.trimblemaps.mapsdk.maps.TrimbleMapsMap
-
Resets the map view to face north.
- resolveArgs(Context, Bundle) - Static method in class com.trimblemaps.mapsdk.utils.MapFragmentUtils
-
Convert a bundle of fragment arguments to TrimbleMapsMapOptions.
- resolvedLocale(Expression) - Static method in class com.trimblemaps.mapsdk.style.expressions.Expression
-
Returns the IETF language tag of the locale being used by the provided collator.
- Resource - Class in com.trimblemaps.mapsdk.storage
-
Resource provides access to resource types.
- Resource() - Constructor for class com.trimblemaps.mapsdk.storage.Resource
-
- Resource.Kind - Annotation Type in com.trimblemaps.mapsdk.storage
-
Resource type variants.
- rgb(Expression, Expression, Expression) - Static method in class com.trimblemaps.mapsdk.style.expressions.Expression
-
Creates a color value from red, green, and blue components, which must range between 0 and 255,
and an alpha component of 1.
- rgb(Number, Number, Number) - Static method in class com.trimblemaps.mapsdk.style.expressions.Expression
-
Creates a color value from red, green, and blue components, which must range between 0 and 255,
and an alpha component of 1.
- rgba(Expression, Expression, Expression, Expression) - Static method in class com.trimblemaps.mapsdk.style.expressions.Expression
-
Creates a color value from red, green, blue components, which must range between 0 and 255,
and an alpha component which must range between 0 and 1.
- rgba(Number, Number, Number, Number) - Static method in class com.trimblemaps.mapsdk.style.expressions.Expression
-
Creates a color value from red, green, blue components, which must range between 0 and 255,
and an alpha component which must range between 0 and 1.
- rgbaToColor(String) - Static method in class com.trimblemaps.mapsdk.utils.ColorUtils
-
Convert an rgba string to a Color int.
- rotate(View, float) - Static method in class com.trimblemaps.mapsdk.utils.AnimatorUtils
-
Animate a view rotation property to a value.
- ROTATE_VELOCITY_RATIO_THRESHOLD - Static variable in class com.trimblemaps.mapsdk.constants.TrimbleMapsConstants
-
Last rotation delta to XY velocity ratio required to execute rotation velocity animation.
- rotateBy(View, float) - Static method in class com.trimblemaps.mapsdk.utils.AnimatorUtils
-
Animate a view rotation property by a value.
- rotateGesturesEnabled(boolean) - Method in class com.trimblemaps.mapsdk.maps.TrimbleMapsMapOptions
-
Specifies if the rotate gesture is enabled for a map view.
- ROTATION - Static variable in class com.trimblemaps.mapsdk.constants.TelemetryConstants
-
Deprecated.
- ROTATION_THRESHOLD_INCREASE_WHEN_SCALING - Static variable in class com.trimblemaps.mapsdk.constants.TrimbleMapsConstants
-
- round(Expression) - Static method in class com.trimblemaps.mapsdk.style.expressions.Expression
-
Rounds the input to the nearest integer.
- round(Number) - Static method in class com.trimblemaps.mapsdk.style.expressions.Expression
-
Rounds the input to the nearest integer.
- run() - Method in class com.trimblemaps.mapsdk.maps.widgets.CompassView
-
- runPackDatabaseAutomatically(boolean) - Method in class com.trimblemaps.mapsdk.offline.OfflineManager
-
Sets whether database file packing occurs automatically.
- SATELLITE - Static variable in class com.trimblemaps.mapsdk.maps.Style
-
- SCALE_VELOCITY_ANIMATION_DURATION_MULTIPLIER - Static variable in class com.trimblemaps.mapsdk.constants.TrimbleMapsConstants
-
Scale velocity animation duration multiplier.
- SCALE_VELOCITY_RATIO_THRESHOLD - Static variable in class com.trimblemaps.mapsdk.constants.TrimbleMapsConstants
-
Last scale span delta to XY velocity ratio required to execute scale velocity animation.
- SCHEDULED_ANIMATION_TIMEOUT - Static variable in class com.trimblemaps.mapsdk.constants.TrimbleMapsConstants
-
Time within which user needs to lift fingers for velocity animation to start.
- scrollBy(float, float) - Method in class com.trimblemaps.mapsdk.maps.TrimbleMapsMap
-
Scrolls the camera over the map, shifting the center of view by the specified number of pixels in the x and y
directions.
- scrollBy(float, float, long) - Method in class com.trimblemaps.mapsdk.maps.TrimbleMapsMap
-
Scrolls the camera over the map, shifting the center of view by the specified number of pixels in the x and y
directions.
- scrollGesturesEnabled(boolean) - Method in class com.trimblemaps.mapsdk.maps.TrimbleMapsMapOptions
-
Specifies if the scroll gesture is enabled for a map view.
- selectMarker(Marker) - Method in class com.trimblemaps.mapsdk.maps.TrimbleMapsMap
-
- set3dBuildingVisibility(boolean) - Method in class com.trimblemaps.mapsdk.maps.TrimbleMapsMap
-
- setAccessToken(String) - Method in class com.trimblemaps.mapsdk.storage.FileSource
-
- setAddressVisibility(boolean) - Method in class com.trimblemaps.mapsdk.maps.TrimbleMapsMap
-
- setAllGesturesEnabled(boolean) - Method in class com.trimblemaps.mapsdk.maps.UiSettings
-
Sets the preference for whether all gestures should be enabled or disabled.
- setAllowConcurrentMultipleOpenInfoWindows(boolean) - Method in class com.trimblemaps.mapsdk.maps.TrimbleMapsMap
-
- setAllVelocityAnimationsEnabled(boolean) - Method in class com.trimblemaps.mapsdk.maps.UiSettings
-
Set whether all velocity animations should execute after users finishes a gesture.
- setAlpha(float) - Method in class com.trimblemaps.mapsdk.annotations.BasePointCollection
-
Deprecated.
- setAltitude(double) - Method in class com.trimblemaps.mapsdk.geometry.LatLng
-
Set the altitude, in meters.
- setAnchor(String) - Method in class com.trimblemaps.mapsdk.style.light.Light
-
Set the Anchor property.
- setApiBaseUrl(String) - Method in class com.trimblemaps.mapsdk.storage.FileSource
-
- setArrowDirection(ArrowDirection) - Method in class com.trimblemaps.mapsdk.annotations.BubbleLayout
-
Deprecated.
Set the arrow direction.
- setArrowHeight(float) - Method in class com.trimblemaps.mapsdk.annotations.BubbleLayout
-
Deprecated.
Set the arrow height.
- setArrowPosition(float) - Method in class com.trimblemaps.mapsdk.annotations.BubbleLayout
-
Deprecated.
Get the arrow position.
- setArrowWidth(float) - Method in class com.trimblemaps.mapsdk.annotations.BubbleLayout
-
Deprecated.
Set the arrow width.
- setAttribution(String) - Method in class com.trimblemaps.mapsdk.style.sources.TileSet
-
Default: null.
- setAttributionDialogManager(AttributionDialogManager) - Method in class com.trimblemaps.mapsdk.maps.UiSettings
-
Set a custom attribution dialog manager.
- setAttributionEnabled(boolean) - Method in class com.trimblemaps.mapsdk.maps.UiSettings
-
Enables or disables the attribution.
- setAttributionGravity(int) - Method in class com.trimblemaps.mapsdk.maps.UiSettings
-
Sets the gravity of the attribution.
- setAttributionMargins(int, int, int, int) - Method in class com.trimblemaps.mapsdk.maps.UiSettings
-
Sets the margins of the attribution view in pixels.
- setAttributionTintColor(int) - Method in class com.trimblemaps.mapsdk.maps.UiSettings
-
Sets the tint of the attribution view.
- setBackgroundColorTransition(TransitionOptions) - Method in class com.trimblemaps.mapsdk.style.layers.BackgroundLayer
-
Set the BackgroundColor property transition options
- setBackgroundOpacityTransition(TransitionOptions) - Method in class com.trimblemaps.mapsdk.style.layers.BackgroundLayer
-
Set the BackgroundOpacity property transition options
- setBackgroundPatternTransition(TransitionOptions) - Method in class com.trimblemaps.mapsdk.style.layers.BackgroundLayer
-
Set the BackgroundPattern property transition options
- setBounds(Float...) - Method in class com.trimblemaps.mapsdk.style.sources.TileSet
-
Default: [-180, -90, 180, 90].
- setBubbleColor(int) - Method in class com.trimblemaps.mapsdk.annotations.BubbleLayout
-
Deprecated.
Set the bubble color.
- setCameraMode(int) - Method in class com.trimblemaps.mapsdk.location.LocationComponent
-
Sets the camera mode, which determines how the map camera will track the rendered location.
- setCameraMode(int, long, Double, Double, Double, OnLocationCameraTransitionListener) - Method in class com.trimblemaps.mapsdk.location.LocationComponent
-
Sets the camera mode, which determines how the map camera will track the rendered location.
- setCameraMode(int, OnLocationCameraTransitionListener) - Method in class com.trimblemaps.mapsdk.location.LocationComponent
-
Sets the camera mode, which determines how the map camera will track the rendered location.
- setCameraPosition(CameraPosition) - Method in class com.trimblemaps.mapsdk.maps.TrimbleMapsMap
-
Repositions the camera according to the cameraPosition.
- setCameraPosition(CameraPosition) - Method in class com.trimblemaps.mapsdk.snapshotter.MapSnapshotter
-
- setCenter(LatLng) - Method in class com.trimblemaps.mapsdk.style.sources.TileSet
-
- setCenter(Float...) - Method in class com.trimblemaps.mapsdk.style.sources.TileSet
-
The first value is the longitude, the second is latitude (both in
WGS:84 values), the third value is the zoom level as an integer.
- setCircleBlurTransition(TransitionOptions) - Method in class com.trimblemaps.mapsdk.style.layers.CircleLayer
-
Set the CircleBlur property transition options
- setCircleColorTransition(TransitionOptions) - Method in class com.trimblemaps.mapsdk.style.layers.CircleLayer
-
Set the CircleColor property transition options
- setCircleOpacityTransition(TransitionOptions) - Method in class com.trimblemaps.mapsdk.style.layers.CircleLayer
-
Set the CircleOpacity property transition options
- setCircleRadiusTransition(TransitionOptions) - Method in class com.trimblemaps.mapsdk.style.layers.CircleLayer
-
Set the CircleRadius property transition options
- setCircleStrokeColorTransition(TransitionOptions) - Method in class com.trimblemaps.mapsdk.style.layers.CircleLayer
-
Set the CircleStrokeColor property transition options
- setCircleStrokeOpacityTransition(TransitionOptions) - Method in class com.trimblemaps.mapsdk.style.layers.CircleLayer
-
Set the CircleStrokeOpacity property transition options
- setCircleStrokeWidthTransition(TransitionOptions) - Method in class com.trimblemaps.mapsdk.style.layers.CircleLayer
-
Set the CircleStrokeWidth property transition options
- setCircleTranslateTransition(TransitionOptions) - Method in class com.trimblemaps.mapsdk.style.layers.CircleLayer
-
Set the CircleTranslate property transition options
- setColor(int) - Method in class com.trimblemaps.mapsdk.annotations.Polyline
-
Deprecated.
Sets the color of the polyline.
- setColor(int) - Method in class com.trimblemaps.mapsdk.style.light.Light
-
Set the Color property.
- setColor(String) - Method in class com.trimblemaps.mapsdk.style.light.Light
-
Set the Color property.
- setColorTransition(TransitionOptions) - Method in class com.trimblemaps.mapsdk.style.light.Light
-
Set the Color property transition options.
- setCompassEnabled(boolean) - Method in class com.trimblemaps.mapsdk.maps.UiSettings
-
Enables or disables the compass.
- setCompassEngine(CompassEngine) - Method in class com.trimblemaps.mapsdk.location.LocationComponent
-
Sets the compass engine used to provide compass heading values.
- setCompassFadeFacingNorth(boolean) - Method in class com.trimblemaps.mapsdk.maps.UiSettings
-
Enables or disables fading of the compass when facing north.
- setCompassGravity(int) - Method in class com.trimblemaps.mapsdk.maps.UiSettings
-
Sets the gravity of the compass view.
- setCompassImage(Drawable) - Method in class com.trimblemaps.mapsdk.maps.UiSettings
-
- setCompassImage(Drawable) - Method in class com.trimblemaps.mapsdk.maps.widgets.CompassView
-
- setCompassImageResource(int) - Method in class com.trimblemaps.mapsdk.maps.UiSettings
-
Specifies the CompassView image.
- setCompassImageResource(int) - Method in class com.trimblemaps.mapsdk.maps.widgets.CompassView
-
- setCompassMargins(int, int, int, int) - Method in class com.trimblemaps.mapsdk.maps.UiSettings
-
Sets the margins of the compass view in pixels.
- setConnected(Boolean) - Method in class com.trimblemaps.mapsdk.net.ConnectivityReceiver
-
Overwrites system connectivity state.
- setConnected(Boolean) - Static method in class com.trimblemaps.mapsdk.TrimbleMaps
-
Manually sets the connectivity state of the app.
- setCoordinates(LatLngQuad) - Method in class com.trimblemaps.mapsdk.style.sources.ImageSource
-
Updates the latitude and longitude of the four corners of the image
- setCornersRadius(float) - Method in class com.trimblemaps.mapsdk.annotations.BubbleLayout
-
Deprecated.
Set the corner radius
- setData(String...) - Method in class com.trimblemaps.mapsdk.style.sources.TileSet
-
An array of data files in GeoJSON format.
- setDebugActive(boolean) - Method in class com.trimblemaps.mapsdk.maps.TrimbleMapsMap
-
Changes whether the map debug information is shown.
- setDebugLoggingEnabled(boolean) - Method in interface com.trimblemaps.mapsdk.maps.TelemetryDefinition
-
Set the end-user selected state to participate or opt-out in telemetry collection.
- setDeliverInactiveMessages(boolean) - Method in class com.trimblemaps.mapsdk.offline.OfflineRegion
-
When set true, the `OfflineRegionObserver` will continue to deliver messages even if
the region state has been set as STATE_INACTIVE (operations happen asynchronously).
- setDescription(String) - Method in class com.trimblemaps.mapsdk.style.sources.TileSet
-
A text description of the tileset.
- setDeselectMarkersOnTap(boolean) - Method in class com.trimblemaps.mapsdk.maps.UiSettings
-
Sets whether the markers are automatically deselected (and therefore, their infowindows
closed) when a map tap is detected.
- setDetached() - Method in class com.trimblemaps.mapsdk.style.layers.Layer
-
- setDetached() - Method in class com.trimblemaps.mapsdk.style.sources.Source
-
- setDetachedListener(TrimbleMapsGLSurface.OnGLSurfaceViewDetachedListener) - Method in class com.trimblemaps.mapsdk.maps.renderer.glsurfaceview.TrimbleMapsGLSurface
-
Set a listener that gets notified when the view is detached from window.
- setDetachedListener(TrimbleMapsGLSurfaceView.OnGLSurfaceViewDetachedListener) - Method in class com.trimblemaps.mapsdk.maps.renderer.glsurfaceview.TrimbleMapsGLSurfaceView
-
Set a listener that gets notified when the view is detached from window.
- setDisableRotateWhenScaling(boolean) - Method in class com.trimblemaps.mapsdk.maps.UiSettings
-
Set whether rotation gesture detector should be disabled when scale is detected first.
- setDoubleTapGesturesEnabled(boolean) - Method in class com.trimblemaps.mapsdk.maps.UiSettings
-
Changes whether the user may zoom the map with a double tap.
- setDownloadState(int) - Method in class com.trimblemaps.mapsdk.offline.OfflineRegion
-
Pause or resume downloading of regional resources.
- setEGLConfigChooser(GLSurfaceView.EGLConfigChooser) - Method in class com.trimblemaps.mapsdk.maps.renderer.glsurfaceview.TrimbleMapsGLSurface
-
Install a custom EGLConfigChooser.
- setEGLConfigChooser(GLSurfaceView.EGLConfigChooser) - Method in class com.trimblemaps.mapsdk.maps.renderer.glsurfaceview.TrimbleMapsGLSurfaceView
-
Install a custom EGLConfigChooser.
- setEGLContextFactory(GLSurfaceView.EGLContextFactory) - Method in class com.trimblemaps.mapsdk.maps.renderer.glsurfaceview.TrimbleMapsGLSurface
-
Install a custom EGLContextFactory.
- setEGLContextFactory(GLSurfaceView.EGLContextFactory) - Method in class com.trimblemaps.mapsdk.maps.renderer.glsurfaceview.TrimbleMapsGLSurfaceView
-
Install a custom EGLContextFactory.
- setEGLWindowSurfaceFactory(GLSurfaceView.EGLWindowSurfaceFactory) - Method in class com.trimblemaps.mapsdk.maps.renderer.glsurfaceview.TrimbleMapsGLSurface
-
Install a custom EGLWindowSurfaceFactory.
- setEGLWindowSurfaceFactory(GLSurfaceView.EGLWindowSurfaceFactory) - Method in class com.trimblemaps.mapsdk.maps.renderer.glsurfaceview.TrimbleMapsGLSurfaceView
-
Install a custom EGLWindowSurfaceFactory.
- setEnabled(boolean) - Method in class com.trimblemaps.mapsdk.maps.widgets.CompassView
-
- setEncoding(String) - Method in class com.trimblemaps.mapsdk.style.sources.TileSet
-
Default: "mapbox".
- setFillColor(int) - Method in class com.trimblemaps.mapsdk.annotations.Polygon
-
Deprecated.
Sets the color of the fill region of the polygon.
- setFillColorTransition(TransitionOptions) - Method in class com.trimblemaps.mapsdk.style.layers.FillLayer
-
Set the FillColor property transition options
- setFillExtrusionBaseTransition(TransitionOptions) - Method in class com.trimblemaps.mapsdk.style.layers.FillExtrusionLayer
-
Set the FillExtrusionBase property transition options
- setFillExtrusionColorTransition(TransitionOptions) - Method in class com.trimblemaps.mapsdk.style.layers.FillExtrusionLayer
-
Set the FillExtrusionColor property transition options
- setFillExtrusionHeightTransition(TransitionOptions) - Method in class com.trimblemaps.mapsdk.style.layers.FillExtrusionLayer
-
Set the FillExtrusionHeight property transition options
- setFillExtrusionOpacityTransition(TransitionOptions) - Method in class com.trimblemaps.mapsdk.style.layers.FillExtrusionLayer
-
Set the FillExtrusionOpacity property transition options
- setFillExtrusionPatternTransition(TransitionOptions) - Method in class com.trimblemaps.mapsdk.style.layers.FillExtrusionLayer
-
Set the FillExtrusionPattern property transition options
- setFillExtrusionTranslateTransition(TransitionOptions) - Method in class com.trimblemaps.mapsdk.style.layers.FillExtrusionLayer
-
Set the FillExtrusionTranslate property transition options
- setFillOpacityTransition(TransitionOptions) - Method in class com.trimblemaps.mapsdk.style.layers.FillLayer
-
Set the FillOpacity property transition options
- setFillOutlineColorTransition(TransitionOptions) - Method in class com.trimblemaps.mapsdk.style.layers.FillLayer
-
Set the FillOutlineColor property transition options
- setFillPatternTransition(TransitionOptions) - Method in class com.trimblemaps.mapsdk.style.layers.FillLayer
-
Set the FillPattern property transition options
- setFillTranslateTransition(TransitionOptions) - Method in class com.trimblemaps.mapsdk.style.layers.FillLayer
-
Set the FillTranslate property transition options
- setFilter(Expression) - Method in class com.trimblemaps.mapsdk.style.layers.CircleLayer
-
Set a single expression filter.
- setFilter(Expression) - Method in class com.trimblemaps.mapsdk.style.layers.FillExtrusionLayer
-
Set a single expression filter.
- setFilter(Expression) - Method in class com.trimblemaps.mapsdk.style.layers.FillLayer
-
Set a single expression filter.
- setFilter(Expression) - Method in class com.trimblemaps.mapsdk.style.layers.HeatmapLayer
-
Set a single expression filter.
- setFilter(Expression) - Method in class com.trimblemaps.mapsdk.style.layers.LineLayer
-
Set a single expression filter.
- setFilter(Expression) - Method in class com.trimblemaps.mapsdk.style.layers.SymbolLayer
-
Set a single expression filter.
- setFlingVelocityAnimationEnabled(boolean) - Method in class com.trimblemaps.mapsdk.maps.UiSettings
-
Set whether fling velocity animation should execute after users finishes a gesture.
- setFocalBearing(double, float, float, long) - Method in class com.trimblemaps.mapsdk.maps.TrimbleMapsMap
-
Transform the map bearing given a bearing, focal point coordinates, and a duration.
- setFocalPoint(PointF) - Method in class com.trimblemaps.mapsdk.maps.UiSettings
-
Sets the focal point used as center for a gesture
- setFontScale(Number) - Method in class com.trimblemaps.mapsdk.style.types.FormattedSection
-
Set font scale.
- setFontStack(String[]) - Method in class com.trimblemaps.mapsdk.style.types.FormattedSection
-
Set main and fallback fonts that are a part of the style.
- setGeoJson(Feature) - Method in class com.trimblemaps.mapsdk.style.sources.GeoJsonSource
-
Updates the GeoJson with a single feature.
- setGeoJson(FeatureCollection) - Method in class com.trimblemaps.mapsdk.style.sources.GeoJsonSource
-
Updates the GeoJson.
- setGeoJson(Geometry) - Method in class com.trimblemaps.mapsdk.style.sources.GeoJsonSource
-
Updates the GeoJson with a single geometry.
- setGeoJson(String) - Method in class com.trimblemaps.mapsdk.style.sources.GeoJsonSource
-
Updates the GeoJson.
- setGesturesManager(AndroidGesturesManager, boolean, boolean) - Method in class com.trimblemaps.mapsdk.maps.TrimbleMapsMap
-
Sets a custom
AndroidGesturesManager
to handle
MotionEvent
s
registered by the
MapView
.
- setGrids(String...) - Method in class com.trimblemaps.mapsdk.style.sources.TileSet
-
An array of interactivity endpoints.
- setHeatmapIntensityTransition(TransitionOptions) - Method in class com.trimblemaps.mapsdk.style.layers.HeatmapLayer
-
Set the HeatmapIntensity property transition options
- setHeatmapOpacityTransition(TransitionOptions) - Method in class com.trimblemaps.mapsdk.style.layers.HeatmapLayer
-
Set the HeatmapOpacity property transition options
- setHeatmapRadiusTransition(TransitionOptions) - Method in class com.trimblemaps.mapsdk.style.layers.HeatmapLayer
-
Set the HeatmapRadius property transition options
- setHillshadeAccentColorTransition(TransitionOptions) - Method in class com.trimblemaps.mapsdk.style.layers.HillshadeLayer
-
Set the HillshadeAccentColor property transition options
- setHillshadeExaggerationTransition(TransitionOptions) - Method in class com.trimblemaps.mapsdk.style.layers.HillshadeLayer
-
Set the HillshadeExaggeration property transition options
- setHillshadeHighlightColorTransition(TransitionOptions) - Method in class com.trimblemaps.mapsdk.style.layers.HillshadeLayer
-
Set the HillshadeHighlightColor property transition options
- setHillshadeShadowColorTransition(TransitionOptions) - Method in class com.trimblemaps.mapsdk.style.layers.HillshadeLayer
-
Set the HillshadeShadowColor property transition options
- setHoles(List<? extends List<LatLng>>) - Method in class com.trimblemaps.mapsdk.annotations.Polygon
-
Deprecated.
Sets the holes of this polygon.
- setHorizontalScrollGesturesEnabled(boolean) - Method in class com.trimblemaps.mapsdk.maps.UiSettings
-
Changes whether the user may scroll horizontally around the map.
- setIcon(Icon) - Method in class com.trimblemaps.mapsdk.annotations.BaseMarkerOptions
-
Deprecated.
Set the icon of the Marker.
- setIcon(Icon) - Method in class com.trimblemaps.mapsdk.annotations.Marker
-
Deprecated.
Sets the icon of the marker.
- setIconColorTransition(TransitionOptions) - Method in class com.trimblemaps.mapsdk.style.layers.SymbolLayer
-
Set the IconColor property transition options
- setIconHaloBlurTransition(TransitionOptions) - Method in class com.trimblemaps.mapsdk.style.layers.SymbolLayer
-
Set the IconHaloBlur property transition options
- setIconHaloColorTransition(TransitionOptions) - Method in class com.trimblemaps.mapsdk.style.layers.SymbolLayer
-
Set the IconHaloColor property transition options
- setIconHaloWidthTransition(TransitionOptions) - Method in class com.trimblemaps.mapsdk.style.layers.SymbolLayer
-
Set the IconHaloWidth property transition options
- setIconOpacityTransition(TransitionOptions) - Method in class com.trimblemaps.mapsdk.style.layers.SymbolLayer
-
Set the IconOpacity property transition options
- setIconTranslateTransition(TransitionOptions) - Method in class com.trimblemaps.mapsdk.style.layers.SymbolLayer
-
Set the IconTranslate property transition options
- setId(long) - Method in class com.trimblemaps.mapsdk.annotations.Annotation
-
Deprecated.
Do not use this method, used internally by the SDK.
- setImage(int) - Method in class com.trimblemaps.mapsdk.style.sources.ImageSource
-
Updates the source image to a bitmap image resource
- setImage(Bitmap) - Method in class com.trimblemaps.mapsdk.style.sources.ImageSource
-
Updates the source image to a bitmap
- setIncreaseRotateThresholdWhenScaling(boolean) - Method in class com.trimblemaps.mapsdk.maps.UiSettings
-
- setIncreaseScaleThresholdWhenRotating(boolean) - Method in class com.trimblemaps.mapsdk.maps.UiSettings
-
set whether scale threshold should be increase whenever rotation is detected.
- setInfoWindowAdapter(TrimbleMapsMap.InfoWindowAdapter) - Method in class com.trimblemaps.mapsdk.maps.TrimbleMapsMap
-
- setIntensity(float) - Method in class com.trimblemaps.mapsdk.style.light.Light
-
Set the Intensity property.
- setIntensityTransition(TransitionOptions) - Method in class com.trimblemaps.mapsdk.style.light.Light
-
Set the Intensity property transition options.
- setLatitude(double) - Method in class com.trimblemaps.mapsdk.geometry.LatLng
-
Set the latitude, in degrees.
- setLatitudeSpan(double) - Method in class com.trimblemaps.mapsdk.geometry.LatLngSpan
-
Sets the latitude span.
- setLatLngBoundsForCameraTarget(LatLngBounds) - Method in class com.trimblemaps.mapsdk.maps.TrimbleMapsMap
-
Sets a LatLngBounds that constraints map transformations to this bounds.
- setLegend(String) - Method in class com.trimblemaps.mapsdk.style.sources.TileSet
-
Contains a legend to be displayed with the map.
- setLibraryLoader(LibraryLoader) - Static method in class com.trimblemaps.mapsdk.LibraryLoader
-
Set the library loader that loads the shared library.
- setLineBlurTransition(TransitionOptions) - Method in class com.trimblemaps.mapsdk.style.layers.LineLayer
-
Set the LineBlur property transition options
- setLineColorTransition(TransitionOptions) - Method in class com.trimblemaps.mapsdk.style.layers.LineLayer
-
Set the LineColor property transition options
- setLineDasharrayTransition(TransitionOptions) - Method in class com.trimblemaps.mapsdk.style.layers.LineLayer
-
Set the LineDasharray property transition options
- setLineGapWidthTransition(TransitionOptions) - Method in class com.trimblemaps.mapsdk.style.layers.LineLayer
-
Set the LineGapWidth property transition options
- setLineOffsetTransition(TransitionOptions) - Method in class com.trimblemaps.mapsdk.style.layers.LineLayer
-
Set the LineOffset property transition options
- setLineOpacityTransition(TransitionOptions) - Method in class com.trimblemaps.mapsdk.style.layers.LineLayer
-
Set the LineOpacity property transition options
- setLinePatternTransition(TransitionOptions) - Method in class com.trimblemaps.mapsdk.style.layers.LineLayer
-
Set the LinePattern property transition options
- setLineTranslateTransition(TransitionOptions) - Method in class com.trimblemaps.mapsdk.style.layers.LineLayer
-
Set the LineTranslate property transition options
- setLineWidthTransition(TransitionOptions) - Method in class com.trimblemaps.mapsdk.style.layers.LineLayer
-
Set the LineWidth property transition options
- setLocationComponentEnabled(boolean) - Method in class com.trimblemaps.mapsdk.location.LocationComponent
-
Manage component's visibility after activation.
- setLocationEngine(LocationEngine) - Method in class com.trimblemaps.mapsdk.location.LocationComponent
-
Set the location engine to update the current user location.
- setLocationEngineRequest(LocationEngineRequest) - Method in class com.trimblemaps.mapsdk.location.LocationComponent
-
Set the location request that's going to be used when requesting location updates.
- setLogEnabled(boolean) - Static method in class com.trimblemaps.mapsdk.module.http.HttpRequestUtil
-
Set the log state of OkHttpRequest.
- setLoggerDefinition(LoggerDefinition) - Static method in class com.trimblemaps.mapsdk.log.Logger
-
Replace the current used logger definition.
- setLogo(Bitmap) - Method in class com.trimblemaps.mapsdk.attribution.AttributionMeasure.Builder
-
- setLogoEnabled(boolean) - Method in class com.trimblemaps.mapsdk.maps.UiSettings
-
Enables or disables the TrimbleMaps logo.
- setLogoGravity(int) - Method in class com.trimblemaps.mapsdk.maps.UiSettings
-
Sets the gravity of the logo view.
- setLogoMargins(int, int, int, int) - Method in class com.trimblemaps.mapsdk.maps.UiSettings
-
Sets the margins of the logo view in pixels.
- setLogoSmall(Bitmap) - Method in class com.trimblemaps.mapsdk.attribution.AttributionMeasure.Builder
-
- setLongitude(double) - Method in class com.trimblemaps.mapsdk.geometry.LatLng
-
Set the longitude, in degrees.
- setLongitudeSpan(double) - Method in class com.trimblemaps.mapsdk.geometry.LatLngSpan
-
Sets the longitude span.
- setMapStrictModeEnabled(boolean) - Static method in class com.trimblemaps.mapsdk.maps.MapSurface
-
Sets the strict mode that will throw the MapStrictModeException
whenever the map would fail silently otherwise.
- setMapStrictModeEnabled(boolean) - Static method in class com.trimblemaps.mapsdk.maps.MapView
-
Sets the strict mode that will throw the MapStrictModeException
whenever the map would fail silently otherwise.
- setMapView(MapView) - Method in class com.trimblemaps.mapsdk.annotations.Annotation
-
Deprecated.
Do not use this method, used internally by the SDK.
- setMarginPadding(float) - Method in class com.trimblemaps.mapsdk.attribution.AttributionMeasure.Builder
-
- setMaxAnimationFps(int) - Method in class com.trimblemaps.mapsdk.location.LocationComponent
-
Set max FPS at which location animators can output updates.
- setMaximumAmbientCacheSize(long, OfflineManager.FileSourceCallback) - Method in class com.trimblemaps.mapsdk.offline.OfflineManager
-
Sets the maximum size in bytes for the ambient cache.
- setMaximumFps(int) - Method in class com.trimblemaps.mapsdk.maps.MapSurface
-
The maximum frame rate at which the map view is rendered,
but it can't excess the ability of device hardware.
- setMaximumFps(int) - Method in class com.trimblemaps.mapsdk.maps.MapView
-
The maximum frame rate at which the map view is rendered,
but it can't excess the ability of device hardware.
- setMaximumFps(int) - Method in class com.trimblemaps.mapsdk.maps.renderer.MapRenderer
-
The max frame rate at which this render is rendered,
but it can't excess the ability of device hardware.
- setMaxOverscaleFactorForParentTiles(Integer) - Method in class com.trimblemaps.mapsdk.style.sources.Source
-
When a set of tiles for a current zoom level is being rendered and some of the
ideal tiles that cover the screen are not yet loaded, parent tile could be
used instead.
- setMaxPitchPreference(double) - Method in class com.trimblemaps.mapsdk.maps.TrimbleMapsMap
-
Sets the maximum Pitch the map can be displayed at.
- setMaxZoom(float) - Method in class com.trimblemaps.mapsdk.style.layers.Layer
-
- setMaxZoom(float) - Method in class com.trimblemaps.mapsdk.style.sources.TileSet
-
0.
- setMaxZoomPreference(double) - Method in class com.trimblemaps.mapsdk.maps.TrimbleMapsMap
-
Sets the maximum zoom level the map can be displayed at.
- setMinimumTileUpdateInterval(Long) - Method in class com.trimblemaps.mapsdk.style.sources.Source
-
Sets the minimum tile update interval, which is used to throttle the tile update network requests.
- setMinPitchPreference(double) - Method in class com.trimblemaps.mapsdk.maps.TrimbleMapsMap
-
Sets the minimum Pitch the map can be displayed at.
- setMinZoom(float) - Method in class com.trimblemaps.mapsdk.style.layers.Layer
-
- setMinZoom(float) - Method in class com.trimblemaps.mapsdk.style.sources.TileSet
-
0.
- setMinZoomPreference(double) - Method in class com.trimblemaps.mapsdk.maps.TrimbleMapsMap
-
Sets the minimum zoom level the map can be displayed at.
- setName(String) - Method in class com.trimblemaps.mapsdk.style.sources.TileSet
-
A name describing the tileset.
- setObserver(OfflineRegion.OfflineRegionObserver) - Method in class com.trimblemaps.mapsdk.offline.OfflineRegion
-
Register an observer to be notified when the state of the region changes.
- setObserver(MapSnapshotter.Observer) - Method in class com.trimblemaps.mapsdk.snapshotter.MapSnapshotter
-
Sets observer for a snapshotter
- setOfflineMapboxTileCountLimit(long) - Method in class com.trimblemaps.mapsdk.offline.OfflineManager
-
Sets the maximum number of TrimbleMaps-hosted tiles that may be downloaded and stored on the current device.
- setOfflineRegionDefinition(OfflineRegionDefinition) - Method in class com.trimblemaps.mapsdk.maps.TrimbleMapsMap
-
Loads a new style from the specified offline region definition and moves the map camera to that region.
- setOfflineRegionDefinition(OfflineRegionDefinition, Style.OnStyleLoaded) - Method in class com.trimblemaps.mapsdk.maps.TrimbleMapsMap
-
Loads a new style from the specified offline region definition and moves the map camera to that region.
- setOkHttpClient(OkHttpClient) - Static method in class com.trimblemaps.mapsdk.module.http.HttpRequestImpl
-
- setOkHttpClient(OkHttpClient) - Static method in class com.trimblemaps.mapsdk.module.http.HttpRequestUtil
-
Set the OkHttpClient used for requesting map resources.
- setOnFpsChangedListener(TrimbleMapsMap.OnFpsChangedListener) - Method in class com.trimblemaps.mapsdk.maps.renderer.MapRenderer
-
- setOnFpsChangedListener(TrimbleMapsMap.OnFpsChangedListener) - Method in class com.trimblemaps.mapsdk.maps.TrimbleMapsMap
-
Sets a callback that's invoked on every frame rendered to the map view.
- setOnInfoWindowClickListener(TrimbleMapsMap.OnInfoWindowClickListener) - Method in class com.trimblemaps.mapsdk.maps.TrimbleMapsMap
-
Sets a callback that's invoked when the user clicks on an info window.
- setOnInfoWindowCloseListener(TrimbleMapsMap.OnInfoWindowCloseListener) - Method in class com.trimblemaps.mapsdk.maps.TrimbleMapsMap
-
Set an callback to be invoked when an InfoWindow closes.
- setOnInfoWindowLongClickListener(TrimbleMapsMap.OnInfoWindowLongClickListener) - Method in class com.trimblemaps.mapsdk.maps.TrimbleMapsMap
-
Sets a callback that's invoked when a marker's info window is long pressed.
- setOnMarkerClickListener(TrimbleMapsMap.OnMarkerClickListener) - Method in class com.trimblemaps.mapsdk.maps.TrimbleMapsMap
-
- setOnPolygonClickListener(TrimbleMapsMap.OnPolygonClickListener) - Method in class com.trimblemaps.mapsdk.maps.TrimbleMapsMap
-
- setOnPolylineClickListener(TrimbleMapsMap.OnPolylineClickListener) - Method in class com.trimblemaps.mapsdk.maps.TrimbleMapsMap
-
- setPadding(int, int, int, int) - Method in class com.trimblemaps.mapsdk.maps.TrimbleMapsMap
-
- setPoints(List<LatLng>) - Method in class com.trimblemaps.mapsdk.annotations.BasePointCollection
-
Deprecated.
Sets the points of this polyline.
- setPoiVisibility(boolean) - Method in class com.trimblemaps.mapsdk.maps.TrimbleMapsMap
-
- setPosition(LatLng) - Method in class com.trimblemaps.mapsdk.annotations.BaseMarkerOptions
-
Deprecated.
Set the geographical location of the Marker.
- setPosition(LatLng) - Method in class com.trimblemaps.mapsdk.annotations.Marker
-
Deprecated.
Sets the location of the marker.
- setPosition(Position) - Method in class com.trimblemaps.mapsdk.style.light.Light
-
Set the Position property.
- setPositionTransition(TransitionOptions) - Method in class com.trimblemaps.mapsdk.style.light.Light
-
Set the Position property transition options.
- setPrefetchesTiles(boolean) - Method in class com.trimblemaps.mapsdk.maps.TrimbleMapsMap
-
- setPrefetchesTiles(boolean) - Method in class com.trimblemaps.mapsdk.maps.TrimbleMapsMapOptions
-
- setPrefetchZoomDelta(int) - Method in class com.trimblemaps.mapsdk.maps.TrimbleMapsMap
-
Set the tile pre-fetching zoom delta.
- setPrefetchZoomDelta(int) - Method in class com.trimblemaps.mapsdk.maps.TrimbleMapsMapOptions
-
Set the tile pre-fetching zoom delta.
- setPrefetchZoomDelta(Integer) - Method in class com.trimblemaps.mapsdk.style.sources.Source
-
Set the tile pre-fetching zoom delta for current source.
- setPreserveEGLContextOnPause(boolean) - Method in class com.trimblemaps.mapsdk.maps.renderer.glsurfaceview.TrimbleMapsGLSurface
-
Control whether the EGL context is preserved when the GLSurfaceView is paused and
resumed.
- setPreserveEGLContextOnPause(boolean) - Method in class com.trimblemaps.mapsdk.maps.renderer.glsurfaceview.TrimbleMapsGLSurfaceView
-
Control whether the EGL context is preserved when the GLSurfaceView is paused and
resumed.
- setPrintRequestUrlOnFailure(boolean) - Static method in class com.trimblemaps.mapsdk.module.http.HttpRequestUtil
-
Enable printing of the request url when an error occurred.
- setProperties(PropertyValue<?>...) - Method in class com.trimblemaps.mapsdk.style.layers.Layer
-
- setQuickZoomGesturesEnabled(boolean) - Method in class com.trimblemaps.mapsdk.maps.UiSettings
-
Changes whether the user may zoom the map by tapping twice, holding and moving the pointer up and down.
- setRasterBrightnessMaxTransition(TransitionOptions) - Method in class com.trimblemaps.mapsdk.style.layers.RasterLayer
-
Set the RasterBrightnessMax property transition options
- setRasterBrightnessMinTransition(TransitionOptions) - Method in class com.trimblemaps.mapsdk.style.layers.RasterLayer
-
Set the RasterBrightnessMin property transition options
- setRasterContrastTransition(TransitionOptions) - Method in class com.trimblemaps.mapsdk.style.layers.RasterLayer
-
Set the RasterContrast property transition options
- setRasterHueRotateTransition(TransitionOptions) - Method in class com.trimblemaps.mapsdk.style.layers.RasterLayer
-
Set the RasterHueRotate property transition options
- setRasterizationMode(GlyphsRasterizationMode) - Method in class com.trimblemaps.mapsdk.maps.TrimbleMapsMapOptions
-
Experimental.
- setRasterOpacityTransition(TransitionOptions) - Method in class com.trimblemaps.mapsdk.style.layers.RasterLayer
-
Set the RasterOpacity property transition options
- setRasterSaturationTransition(TransitionOptions) - Method in class com.trimblemaps.mapsdk.style.layers.RasterLayer
-
Set the RasterSaturation property transition options
- setRegion(LatLngBounds) - Method in class com.trimblemaps.mapsdk.snapshotter.MapSnapshotter
-
- setRenderer(GLSurfaceView.Renderer) - Method in class com.trimblemaps.mapsdk.maps.renderer.glsurfaceview.TrimbleMapsGLSurface
-
Set the renderer associated with this view.
- setRenderer(GLSurfaceView.Renderer) - Method in class com.trimblemaps.mapsdk.maps.renderer.glsurfaceview.TrimbleMapsGLSurfaceView
-
Set the renderer associated with this view.
- setRenderMode(int) - Method in class com.trimblemaps.mapsdk.location.LocationComponent
-
Sets the render mode, which determines how the location updates will be rendered on the map.
- setRenderMode(int) - Method in class com.trimblemaps.mapsdk.maps.renderer.glsurfaceview.TrimbleMapsGLSurface
-
Set the rendering mode.
- setRenderMode(int) - Method in class com.trimblemaps.mapsdk.maps.renderer.glsurfaceview.TrimbleMapsGLSurfaceView
-
Set the rendering mode.
- setResourcesCachePath(Context, String, FileSource.ResourcesCachePathChangeCallback) - Static method in class com.trimblemaps.mapsdk.storage.FileSource
-
- setResourcesCachePath(String, FileSource.ResourcesCachePathChangeCallback) - Static method in class com.trimblemaps.mapsdk.storage.FileSource
-
Changes the path of the resources cache database.
- setResourceTransform(FileSource.ResourceTransformCallback) - Method in class com.trimblemaps.mapsdk.storage.FileSource
-
Sets a callback for transforming URLs requested from the internet
- setRightOffsetPixels(int) - Method in class com.trimblemaps.mapsdk.annotations.Marker
-
Deprecated.
Do not use this method, used internally by the SDK.
- setRoadSurfaceVisibility(boolean) - Method in class com.trimblemaps.mapsdk.maps.TrimbleMapsMap
-
- setRotateGesturesEnabled(boolean) - Method in class com.trimblemaps.mapsdk.maps.UiSettings
-
Changes whether the user may rotate the map.
- setRotateVelocityAnimationEnabled(boolean) - Method in class com.trimblemaps.mapsdk.maps.UiSettings
-
Set whether rotate velocity animation should execute after users finishes a gesture.
- setScaleVelocityAnimationEnabled(boolean) - Method in class com.trimblemaps.mapsdk.maps.UiSettings
-
Set whether scale velocity animation should execute after users finishes a gesture.
- setScheme(String) - Method in class com.trimblemaps.mapsdk.style.sources.TileSet
-
Default: "xyz".
- setScrollGesturesEnabled(boolean) - Method in class com.trimblemaps.mapsdk.maps.UiSettings
-
Changes whether the user may scroll around the map.
- setSessionIdRotationInterval(int) - Method in interface com.trimblemaps.mapsdk.maps.TelemetryDefinition
-
Set the telemetry rotation session id interval
- setSize(int, int) - Method in class com.trimblemaps.mapsdk.snapshotter.MapSnapshotter
-
Updates the snapshotter with a new size
- setSnapshot(Bitmap) - Method in class com.trimblemaps.mapsdk.attribution.AttributionMeasure.Builder
-
- setSnippet(String) - Method in class com.trimblemaps.mapsdk.annotations.BaseMarkerOptions
-
Deprecated.
Set the snippet of the Marker.
- setSnippet(String) - Method in class com.trimblemaps.mapsdk.annotations.Marker
-
Deprecated.
Sets the snippet of the marker.
- setSourceLayer(String) - Method in class com.trimblemaps.mapsdk.style.layers.CircleLayer
-
Set the source layer.
- setSourceLayer(String) - Method in class com.trimblemaps.mapsdk.style.layers.FillExtrusionLayer
-
Set the source layer.
- setSourceLayer(String) - Method in class com.trimblemaps.mapsdk.style.layers.FillLayer
-
Set the source layer.
- setSourceLayer(String) - Method in class com.trimblemaps.mapsdk.style.layers.HeatmapLayer
-
Set the source layer.
- setSourceLayer(String) - Method in class com.trimblemaps.mapsdk.style.layers.HillshadeLayer
-
Set the source layer.
- setSourceLayer(String) - Method in class com.trimblemaps.mapsdk.style.layers.LineLayer
-
Set the source layer.
- setSourceLayer(String) - Method in class com.trimblemaps.mapsdk.style.layers.RasterLayer
-
Set the source layer.
- setSourceLayer(String) - Method in class com.trimblemaps.mapsdk.style.layers.SymbolLayer
-
Set the source layer.
- setStrictModeEnabled(boolean) - Static method in class com.trimblemaps.mapsdk.MapStrictMode
-
Set the strict mode that will throw the MapStrictModeException
whenever the map would fail silently otherwise.
- setStrokeColor(int) - Method in class com.trimblemaps.mapsdk.annotations.BubbleLayout
-
Deprecated.
Set the stroke color.
- setStrokeColor(int) - Method in class com.trimblemaps.mapsdk.annotations.Polygon
-
Deprecated.
Sets the color of the stroke of the polygon.
- setStrokeWidth(float) - Method in class com.trimblemaps.mapsdk.annotations.BubbleLayout
-
Deprecated.
Set the stroke width.
- setStyle(Style.Builder) - Method in class com.trimblemaps.mapsdk.maps.TrimbleMapsMap
-
Loads a new map style from the specified builder.
- setStyle(Style.Builder, Style.OnStyleLoaded) - Method in class com.trimblemaps.mapsdk.maps.TrimbleMapsMap
-
Loads a new map style from the specified builder.
- setStyle(String) - Method in class com.trimblemaps.mapsdk.maps.TrimbleMapsMap
-
Loads a new map style from the specified bundled style.
- setStyle(String, Style.OnStyleLoaded) - Method in class com.trimblemaps.mapsdk.maps.TrimbleMapsMap
-
Loads a new map style from the specified bundled style.
- setStyleJson(String) - Method in class com.trimblemaps.mapsdk.snapshotter.MapSnapshotter
-
Updates the snapshotter with a new style json
- setStyleUrl(String) - Method in class com.trimblemaps.mapsdk.snapshotter.MapSnapshotter
-
Updates the snapshotter with a new style url
- setTemplate(String) - Method in class com.trimblemaps.mapsdk.style.sources.TileSet
-
Contains a mustache template to be used to
format data from grids for interaction.
- setTextColor(int) - Method in class com.trimblemaps.mapsdk.style.types.FormattedSection
-
Set the text color.
- setTextColor(String) - Method in class com.trimblemaps.mapsdk.style.types.FormattedSection
-
Set text color.
- setTextColorTransition(TransitionOptions) - Method in class com.trimblemaps.mapsdk.style.layers.SymbolLayer
-
Set the TextColor property transition options
- setTextHaloBlurTransition(TransitionOptions) - Method in class com.trimblemaps.mapsdk.style.layers.SymbolLayer
-
Set the TextHaloBlur property transition options
- setTextHaloColorTransition(TransitionOptions) - Method in class com.trimblemaps.mapsdk.style.layers.SymbolLayer
-
Set the TextHaloColor property transition options
- setTextHaloWidthTransition(TransitionOptions) - Method in class com.trimblemaps.mapsdk.style.layers.SymbolLayer
-
Set the TextHaloWidth property transition options
- setTextOpacityTransition(TransitionOptions) - Method in class com.trimblemaps.mapsdk.style.layers.SymbolLayer
-
Set the TextOpacity property transition options
- setTextTranslateTransition(TransitionOptions) - Method in class com.trimblemaps.mapsdk.style.layers.SymbolLayer
-
Set the TextTranslate property transition options
- setTextView(TextView) - Method in class com.trimblemaps.mapsdk.attribution.AttributionMeasure.Builder
-
- setTextViewShort(TextView) - Method in class com.trimblemaps.mapsdk.attribution.AttributionMeasure.Builder
-
- setTileData(int, int, int, FeatureCollection) - Method in class com.trimblemaps.mapsdk.style.sources.CustomGeometrySource
-
Set or update geometry contents of a specific tile.
- setTiltGesturesEnabled(boolean) - Method in class com.trimblemaps.mapsdk.maps.UiSettings
-
Changes whether the user may tilt the map.
- setTintList(ImageView, int) - Static method in class com.trimblemaps.mapsdk.utils.ColorUtils
-
Set a color tint list to the Drawable of an ImageView.
- setTitle(String) - Method in class com.trimblemaps.mapsdk.annotations.BaseMarkerOptions
-
Deprecated.
Set the title of the Marker.
- setTitle(String) - Method in class com.trimblemaps.mapsdk.annotations.Marker
-
Deprecated.
Sets the title of the marker.
- setTopOffsetPixels(int) - Method in class com.trimblemaps.mapsdk.annotations.Marker
-
Deprecated.
Do not use this method, used internally by the SDK.
- setTrafficVisibility(boolean) - Method in class com.trimblemaps.mapsdk.maps.TrimbleMapsMap
-
- setTransition(TransitionOptions) - Method in class com.trimblemaps.mapsdk.maps.Style
-
Set the transition options for style changes.
- setTrimbleMapsMap(TrimbleMapsMap) - Method in class com.trimblemaps.mapsdk.annotations.Annotation
-
Deprecated.
Do not use this method, used internally by the SDK.
- setUri(String) - Method in class com.trimblemaps.mapsdk.style.sources.GeoJsonSource
-
Updates the URI of the source.
- setUri(String) - Method in class com.trimblemaps.mapsdk.style.sources.ImageSource
-
Updates the source image URI.
- setUri(URI) - Method in class com.trimblemaps.mapsdk.style.sources.GeoJsonSource
-
Updates the URI of the source.
- setUri(URI) - Method in class com.trimblemaps.mapsdk.style.sources.ImageSource
-
Updates the source image URI.
- setUrl(String) - Method in class com.trimblemaps.mapsdk.style.sources.GeoJsonSource
-
- setUrl(String) - Method in class com.trimblemaps.mapsdk.style.sources.ImageSource
-
- setUrl(URL) - Method in class com.trimblemaps.mapsdk.style.sources.GeoJsonSource
-
- setUrl(URL) - Method in class com.trimblemaps.mapsdk.style.sources.ImageSource
-
- setUserAnimationInProgress(boolean) - Method in class com.trimblemaps.mapsdk.maps.TrimbleMapsMap
-
Tells the map rendering engine that the animation is currently performed by the
user (e.g.
- setUserTelemetryRequestState(boolean) - Method in interface com.trimblemaps.mapsdk.maps.TelemetryDefinition
-
Set the end-user selected state to participate or opt-out in telemetry collection.
- setVerbosity(int) - Static method in class com.trimblemaps.mapsdk.log.Logger
-
Set the verbosity of the Logger.
- setVersion(String) - Method in class com.trimblemaps.mapsdk.style.sources.TileSet
-
- setVolatile(Boolean) - Method in class com.trimblemaps.mapsdk.style.sources.Source
-
Set a flag defining whether or not the fetched tiles for the given source should be stored in the local cache
- setWeatherAlertVisibility(boolean) - Method in class com.trimblemaps.mapsdk.maps.TrimbleMapsMap
-
- setWeatherRadarVisibility(boolean) - Method in class com.trimblemaps.mapsdk.maps.TrimbleMapsMap
-
- setWidth(float) - Method in class com.trimblemaps.mapsdk.annotations.Polyline
-
Deprecated.
Sets the width of the polyline.
- setZoomGesturesEnabled(boolean) - Method in class com.trimblemaps.mapsdk.maps.UiSettings
-
Changes whether the user may zoom the map.
- setZoomRate(float) - Method in class com.trimblemaps.mapsdk.maps.UiSettings
-
Sets zoom gesture rate, including pinch to zoom and quick scale.
- SHADOW_LAYER - Static variable in class com.trimblemaps.mapsdk.location.LocationComponentConstants
-
Layer ID of the location shadow.
- shortestRotation(float, float) - Static method in class com.trimblemaps.mapsdk.location.Utils
-
Util for finding the shortest path from the current rotated degree to the new degree.
- SHOVE_PIXEL_CHANGE_FACTOR - Static variable in class com.trimblemaps.mapsdk.constants.TrimbleMapsConstants
-
Factor to calculate tilt change based on pixel change during shove gesture.
- showAttributionDialog(String[]) - Method in class com.trimblemaps.mapsdk.maps.AttributionDialogManager
-
- showInfoWindow(TrimbleMapsMap, MapView) - Method in class com.trimblemaps.mapsdk.annotations.Marker
-
Deprecated.
Do not use this method, used internally by the SDK.
- sin(Expression) - Static method in class com.trimblemaps.mapsdk.style.expressions.Expression
-
Returns the sine of the input.
- sin(Number) - Static method in class com.trimblemaps.mapsdk.style.expressions.Expression
-
Returns the sine of the input.
- SINGLE_TAP - Static variable in class com.trimblemaps.mapsdk.constants.TelemetryConstants
-
Deprecated.
- snapshot(TrimbleMapsMap.SnapshotReadyCallback) - Method in class com.trimblemaps.mapsdk.maps.TrimbleMapsMap
-
Takes a snapshot of the map.
- snippet - Variable in class com.trimblemaps.mapsdk.annotations.BaseMarkerOptions
-
Deprecated.
- snippet(String) - Method in class com.trimblemaps.mapsdk.annotations.BaseMarkerOptions
-
Deprecated.
Set the snippet of the Marker.
- Source - Class in com.trimblemaps.mapsdk.style.sources
-
Base Peer class for sources.
- Source() - Constructor for class com.trimblemaps.mapsdk.style.sources.Source
-
- Source(long) - Constructor for class com.trimblemaps.mapsdk.style.sources.Source
-
Internal use
- SOURCE - Static variable in class com.trimblemaps.mapsdk.storage.Resource
-
TileJSON file as specified in https://www.trimblemaps.com/mapbox-gl-js/style-spec/#root-sources
- SPRITE_IMAGE - Static variable in class com.trimblemaps.mapsdk.storage.Resource
-
Image part of a sprite sheet.
- SPRITE_JSON - Static variable in class com.trimblemaps.mapsdk.storage.Resource
-
JSON part of a sprite sheet.
- sqrt(Expression) - Static method in class com.trimblemaps.mapsdk.style.expressions.Expression
-
Returns the square root of the input
- sqrt(Number) - Static method in class com.trimblemaps.mapsdk.style.expressions.Expression
-
Returns the square root of the input
- staleStateTimeout() - Method in class com.trimblemaps.mapsdk.location.LocationComponentOptions
-
Set the delay before the location icon becomes stale.
- staleStateTimeout(long) - Method in class com.trimblemaps.mapsdk.location.LocationComponentOptions.Builder
-
Set the timeout before the location icon becomes stale.
- start(MapSnapshotter.SnapshotReadyCallback) - Method in class com.trimblemaps.mapsdk.snapshotter.MapSnapshotter
-
Starts loading and rendering the snapshot.
- start(MapSnapshotter.SnapshotReadyCallback, MapSnapshotter.ErrorHandler) - Method in class com.trimblemaps.mapsdk.snapshotter.MapSnapshotter
-
Starts loading and rendering the snapshot.
- STATE_ACTIVE - Static variable in class com.trimblemaps.mapsdk.offline.OfflineRegion
-
- STATE_ATTRIBUTION_ENABLED - Static variable in class com.trimblemaps.mapsdk.constants.TrimbleMapsConstants
-
- STATE_ATTRIBUTION_GRAVITY - Static variable in class com.trimblemaps.mapsdk.constants.TrimbleMapsConstants
-
- STATE_ATTRIBUTION_MARGIN_BOTTOM - Static variable in class com.trimblemaps.mapsdk.constants.TrimbleMapsConstants
-
- STATE_ATTRIBUTION_MARGIN_LEFT - Static variable in class com.trimblemaps.mapsdk.constants.TrimbleMapsConstants
-
- STATE_ATTRIBUTION_MARGIN_RIGHT - Static variable in class com.trimblemaps.mapsdk.constants.TrimbleMapsConstants
-
- STATE_ATTRIBUTION_MARGIN_TOP - Static variable in class com.trimblemaps.mapsdk.constants.TrimbleMapsConstants
-
- STATE_CAMERA_POSITION - Static variable in class com.trimblemaps.mapsdk.constants.TrimbleMapsConstants
-
- STATE_COMPASS_ENABLED - Static variable in class com.trimblemaps.mapsdk.constants.TrimbleMapsConstants
-
- STATE_COMPASS_FADE_WHEN_FACING_NORTH - Static variable in class com.trimblemaps.mapsdk.constants.TrimbleMapsConstants
-
- STATE_COMPASS_GRAVITY - Static variable in class com.trimblemaps.mapsdk.constants.TrimbleMapsConstants
-
- STATE_COMPASS_IMAGE_BITMAP - Static variable in class com.trimblemaps.mapsdk.constants.TrimbleMapsConstants
-
- STATE_COMPASS_IMAGE_RES - Static variable in class com.trimblemaps.mapsdk.constants.TrimbleMapsConstants
-
- STATE_COMPASS_MARGIN_BOTTOM - Static variable in class com.trimblemaps.mapsdk.constants.TrimbleMapsConstants
-
- STATE_COMPASS_MARGIN_LEFT - Static variable in class com.trimblemaps.mapsdk.constants.TrimbleMapsConstants
-
- STATE_COMPASS_MARGIN_RIGHT - Static variable in class com.trimblemaps.mapsdk.constants.TrimbleMapsConstants
-
- STATE_COMPASS_MARGIN_TOP - Static variable in class com.trimblemaps.mapsdk.constants.TrimbleMapsConstants
-
- STATE_DEBUG_ACTIVE - Static variable in class com.trimblemaps.mapsdk.constants.TrimbleMapsConstants
-
- STATE_DESELECT_MARKER_ON_TAP - Static variable in class com.trimblemaps.mapsdk.constants.TrimbleMapsConstants
-
- STATE_DISABLE_ROTATE_WHEN_SCALING - Static variable in class com.trimblemaps.mapsdk.constants.TrimbleMapsConstants
-
- STATE_DOUBLE_TAP_ENABLED - Static variable in class com.trimblemaps.mapsdk.constants.TrimbleMapsConstants
-
- STATE_FLING_ANIMATION_ENABLED - Static variable in class com.trimblemaps.mapsdk.constants.TrimbleMapsConstants
-
- STATE_HAS_SAVED_STATE - Static variable in class com.trimblemaps.mapsdk.constants.TrimbleMapsConstants
-
- STATE_HORIZONAL_SCROLL_ENABLED - Static variable in class com.trimblemaps.mapsdk.constants.TrimbleMapsConstants
-
- STATE_INACTIVE - Static variable in class com.trimblemaps.mapsdk.offline.OfflineRegion
-
- STATE_INCREASE_ROTATE_THRESHOLD - Static variable in class com.trimblemaps.mapsdk.constants.TrimbleMapsConstants
-
- STATE_INCREASE_SCALE_THRESHOLD - Static variable in class com.trimblemaps.mapsdk.constants.TrimbleMapsConstants
-
- STATE_LOGO_ENABLED - Static variable in class com.trimblemaps.mapsdk.constants.TrimbleMapsConstants
-
- STATE_LOGO_GRAVITY - Static variable in class com.trimblemaps.mapsdk.constants.TrimbleMapsConstants
-
- STATE_LOGO_MARGIN_BOTTOM - Static variable in class com.trimblemaps.mapsdk.constants.TrimbleMapsConstants
-
- STATE_LOGO_MARGIN_LEFT - Static variable in class com.trimblemaps.mapsdk.constants.TrimbleMapsConstants
-
- STATE_LOGO_MARGIN_RIGHT - Static variable in class com.trimblemaps.mapsdk.constants.TrimbleMapsConstants
-
- STATE_LOGO_MARGIN_TOP - Static variable in class com.trimblemaps.mapsdk.constants.TrimbleMapsConstants
-
- STATE_QUICK_ZOOM_ENABLED - Static variable in class com.trimblemaps.mapsdk.constants.TrimbleMapsConstants
-
- STATE_ROTATE_ANIMATION_ENABLED - Static variable in class com.trimblemaps.mapsdk.constants.TrimbleMapsConstants
-
- STATE_ROTATE_ENABLED - Static variable in class com.trimblemaps.mapsdk.constants.TrimbleMapsConstants
-
- STATE_SCALE_ANIMATION_ENABLED - Static variable in class com.trimblemaps.mapsdk.constants.TrimbleMapsConstants
-
- STATE_SCROLL_ENABLED - Static variable in class com.trimblemaps.mapsdk.constants.TrimbleMapsConstants
-
- STATE_TILT_ENABLED - Static variable in class com.trimblemaps.mapsdk.constants.TrimbleMapsConstants
-
- STATE_USER_FOCAL_POINT - Static variable in class com.trimblemaps.mapsdk.constants.TrimbleMapsConstants
-
- STATE_ZOOM_ENABLED - Static variable in class com.trimblemaps.mapsdk.constants.TrimbleMapsConstants
-
- STATE_ZOOM_RATE - Static variable in class com.trimblemaps.mapsdk.constants.TrimbleMapsConstants
-
- step(Expression, Expression, Expression.Stop...) - Static method in class com.trimblemaps.mapsdk.style.expressions.Expression
-
Produces discrete, stepped results by evaluating a piecewise-constant function defined by pairs of
input and output values (\"stops\").
- step(Expression, Expression, Expression...) - Static method in class com.trimblemaps.mapsdk.style.expressions.Expression
-
Produces discrete, stepped results by evaluating a piecewise-constant function defined by pairs of
input and output values (\"stops\").
- step(Expression, Number, Expression.Stop...) - Static method in class com.trimblemaps.mapsdk.style.expressions.Expression
-
Produces discrete, stepped results by evaluating a piecewise-constant function defined by pairs of
input and output values (\"stops\").
- step(Expression, Number, Expression...) - Static method in class com.trimblemaps.mapsdk.style.expressions.Expression
-
Produces discrete, stepped results by evaluating a piecewise-constant function defined by pairs of
input and output values (\"stops\").
- step(Number, Expression, Expression.Stop...) - Static method in class com.trimblemaps.mapsdk.style.expressions.Expression
-
Produces discrete, stepped results by evaluating a piecewise-constant function defined by pairs of
input and output values (\"stops\").
- step(Number, Expression, Expression...) - Static method in class com.trimblemaps.mapsdk.style.expressions.Expression
-
Produces discrete, stepped results by evaluating a piecewise-constant function defined by pairs of
input and output values (\"stops\").
- step(Number, Number, Expression.Stop...) - Static method in class com.trimblemaps.mapsdk.style.expressions.Expression
-
Produces discrete, stepped results by evaluating a piecewise-constant function defined by pairs of
input and output values (\"stops\").
- step(Number, Number, Expression...) - Static method in class com.trimblemaps.mapsdk.style.expressions.Expression
-
Produces discrete, stepped results by evaluating a piecewise-constant function defined by pairs of
input and output values (\"stops\").
- stop(Object, Object) - Static method in class com.trimblemaps.mapsdk.style.expressions.Expression
-
Produces a stop value.
- strictModeViolation(String) - Static method in class com.trimblemaps.mapsdk.MapStrictMode
-
Internal use.
- strictModeViolation(String, Throwable) - Static method in class com.trimblemaps.mapsdk.MapStrictMode
-
Internal use.
- strictModeViolation(Throwable) - Static method in class com.trimblemaps.mapsdk.MapStrictMode
-
Internal use.
- string(Expression...) - Static method in class com.trimblemaps.mapsdk.style.expressions.Expression
-
Asserts that the input value is a string.
- strokeColor(int) - Method in class com.trimblemaps.mapsdk.annotations.PolygonOptions
-
Deprecated.
Specifies the polygon's stroke color, as 32-bit ARGB.
- style() - Method in class com.trimblemaps.mapsdk.location.LocationComponentActivationOptions
-
The proxy object for current map style.
- Style - Class in com.trimblemaps.mapsdk.maps
-
The proxy object for current map style.
- STYLE - Static variable in class com.trimblemaps.mapsdk.storage.Resource
-
Style sheet JSON file
- Style.Builder - Class in com.trimblemaps.mapsdk.maps
-
Builder for composing a style object.
- Style.Builder.ImageWrapper - Class in com.trimblemaps.mapsdk.maps
-
- Style.Builder.LayerAboveWrapper - Class in com.trimblemaps.mapsdk.maps
-
- Style.Builder.LayerAtWrapper - Class in com.trimblemaps.mapsdk.maps
-
- Style.Builder.LayerBelowWrapper - Class in com.trimblemaps.mapsdk.maps
-
- Style.Builder.LayerWrapper - Class in com.trimblemaps.mapsdk.maps
-
- Style.OnStyleLoaded - Interface in com.trimblemaps.mapsdk.maps
-
Callback to be invoked when a style has finished loading.
- Style.StyleUrl - Annotation Type in com.trimblemaps.mapsdk.maps
-
Indicates the parameter accepts one of the values from Style.
- styleRes() - Method in class com.trimblemaps.mapsdk.location.LocationComponentActivationOptions
-
The LocationComponent style resource (e.g.
- styleRes(int) - Method in class com.trimblemaps.mapsdk.location.LocationComponentActivationOptions.Builder
-
- subtract(Expression) - Static method in class com.trimblemaps.mapsdk.style.expressions.Expression
-
Returns the result of subtracting a number from 0.
- subtract(Expression, Expression) - Static method in class com.trimblemaps.mapsdk.style.expressions.Expression
-
Returns the result of subtracting the second input from the first.
- subtract(Number) - Static method in class com.trimblemaps.mapsdk.style.expressions.Expression
-
Returns the result of subtracting a number from 0.
- subtract(Number, Number) - Static method in class com.trimblemaps.mapsdk.style.expressions.Expression
-
Returns the result of subtracting the second input from the first.
- sum(Expression...) - Static method in class com.trimblemaps.mapsdk.style.expressions.Expression
-
Returns the sum of the inputs.
- sum(Number...) - Static method in class com.trimblemaps.mapsdk.style.expressions.Expression
-
Returns the sum of the inputs.
- SupportMapFragment - Class in com.trimblemaps.mapsdk.maps
-
Support Fragment wrapper around a map view.
- SupportMapFragment() - Constructor for class com.trimblemaps.mapsdk.maps.SupportMapFragment
-
- surfaceChanged(int, int) - Method in class com.trimblemaps.mapsdk.maps.renderer.glsurfaceview.TrimbleMapsGLSurface
-
- surfaceChanged(SurfaceHolder, int, int, int) - Method in class com.trimblemaps.mapsdk.maps.renderer.glsurfaceview.TrimbleMapsGLSurface
-
This method is part of the SurfaceHolder.Callback interface, and is
not normally called or subclassed by clients of GLSurfaceView.
- surfaceChanged(SurfaceHolder, int, int, int) - Method in class com.trimblemaps.mapsdk.maps.renderer.glsurfaceview.TrimbleMapsGLSurfaceView
-
This method is part of the SurfaceHolder.Callback interface, and is
not normally called or subclassed by clients of GLSurfaceView.
- surfaceCreated() - Method in class com.trimblemaps.mapsdk.maps.renderer.glsurfaceview.TrimbleMapsGLSurface
-
- surfaceCreated(SurfaceHolder) - Method in class com.trimblemaps.mapsdk.maps.renderer.glsurfaceview.TrimbleMapsGLSurface
-
This method is part of the SurfaceHolder.Callback interface, and is
not normally called or subclassed by clients of GLSurfaceView.
- surfaceCreated(SurfaceHolder) - Method in class com.trimblemaps.mapsdk.maps.renderer.glsurfaceview.TrimbleMapsGLSurfaceView
-
This method is part of the SurfaceHolder.Callback interface, and is
not normally called or subclassed by clients of GLSurfaceView.
- surfaceDestroyed(SurfaceHolder) - Method in class com.trimblemaps.mapsdk.maps.renderer.glsurfaceview.TrimbleMapsGLSurface
-
This method is part of the SurfaceHolder.Callback interface, and is
not normally called or subclassed by clients of GLSurfaceView.
- surfaceDestroyed(SurfaceHolder) - Method in class com.trimblemaps.mapsdk.maps.renderer.glsurfaceview.TrimbleMapsGLSurfaceView
-
This method is part of the SurfaceHolder.Callback interface, and is
not normally called or subclassed by clients of GLSurfaceView.
- surfaceRedrawNeeded(SurfaceHolder) - Method in class com.trimblemaps.mapsdk.maps.renderer.glsurfaceview.TrimbleMapsGLSurfaceView
-
Deprecated.
- surfaceRedrawNeededAsync(SurfaceHolder, Runnable) - Method in class com.trimblemaps.mapsdk.maps.renderer.glsurfaceview.TrimbleMapsGLSurface
-
- surfaceRedrawNeededAsync(SurfaceHolder, Runnable) - Method in class com.trimblemaps.mapsdk.maps.renderer.glsurfaceview.TrimbleMapsGLSurfaceView
-
This method is part of the SurfaceHolder.Callback2 interface, and is
not normally called or subclassed by clients of GLSurfaceView.
- switchCase(Expression...) - Static method in class com.trimblemaps.mapsdk.style.expressions.Expression
-
Selects the first output whose corresponding test condition evaluates to true.
- SYMBOL_PLACEMENT_LINE - Static variable in class com.trimblemaps.mapsdk.style.layers.Property
-
The label is placed along the line of the geometry.
- SYMBOL_PLACEMENT_LINE_CENTER - Static variable in class com.trimblemaps.mapsdk.style.layers.Property
-
The label is placed at the center of the line of the geometry.
- SYMBOL_PLACEMENT_POINT - Static variable in class com.trimblemaps.mapsdk.style.layers.Property
-
The label is placed at the point where the geometry is located.
- SYMBOL_Z_ORDER_AUTO - Static variable in class com.trimblemaps.mapsdk.style.layers.Property
-
If symbol sort key is set, sort based on that.
- SYMBOL_Z_ORDER_SOURCE - Static variable in class com.trimblemaps.mapsdk.style.layers.Property
-
Symbols will be rendered in the same order as the source data with no sorting applied.
- SYMBOL_Z_ORDER_VIEWPORT_Y - Static variable in class com.trimblemaps.mapsdk.style.layers.Property
-
Symbols will be sorted by their y-position relative to the viewport.
- symbolAvoidEdges(Expression) - Static method in class com.trimblemaps.mapsdk.style.layers.PropertyFactory
-
If true, the symbols will not cross tile edges to avoid mutual collisions.
- symbolAvoidEdges(Boolean) - Static method in class com.trimblemaps.mapsdk.style.layers.PropertyFactory
-
If true, the symbols will not cross tile edges to avoid mutual collisions.
- SymbolLayer - Class in com.trimblemaps.mapsdk.style.layers
-
An icon or a text label.
- SymbolLayer(String, String) - Constructor for class com.trimblemaps.mapsdk.style.layers.SymbolLayer
-
Creates a SymbolLayer.
- symbolPlacement(Expression) - Static method in class com.trimblemaps.mapsdk.style.layers.PropertyFactory
-
Label placement relative to its geometry.
- symbolPlacement(String) - Static method in class com.trimblemaps.mapsdk.style.layers.PropertyFactory
-
Label placement relative to its geometry.
- symbolSortKey(Expression) - Static method in class com.trimblemaps.mapsdk.style.layers.PropertyFactory
-
Sorts features in ascending order based on this value.
- symbolSortKey(Float) - Static method in class com.trimblemaps.mapsdk.style.layers.PropertyFactory
-
Sorts features in ascending order based on this value.
- symbolSpacing(Expression) - Static method in class com.trimblemaps.mapsdk.style.layers.PropertyFactory
-
Distance between two symbol anchors.
- symbolSpacing(Float) - Static method in class com.trimblemaps.mapsdk.style.layers.PropertyFactory
-
Distance between two symbol anchors.
- symbolZOrder(Expression) - Static method in class com.trimblemaps.mapsdk.style.layers.PropertyFactory
-
Controls the order in which overlapping symbols in the same layer are rendered
- symbolZOrder(String) - Static method in class com.trimblemaps.mapsdk.style.layers.PropertyFactory
-
Controls the order in which overlapping symbols in the same layer are rendered
- tan(Expression) - Static method in class com.trimblemaps.mapsdk.style.expressions.Expression
-
Returns the tangent of the input.
- tan(Number) - Static method in class com.trimblemaps.mapsdk.style.expressions.Expression
-
Returns the tangent of the input.
- target - Variable in class com.trimblemaps.mapsdk.camera.CameraPosition
-
The location that the camera is pointing at.
- target(LatLng) - Method in class com.trimblemaps.mapsdk.camera.CameraPosition.Builder
-
Sets the location where the camera is pointing at.
- TelemetryConstants - Class in com.trimblemaps.mapsdk.constants
-
Deprecated.
- TelemetryConstants() - Constructor for class com.trimblemaps.mapsdk.constants.TelemetryConstants
-
Deprecated.
- TelemetryDefinition - Interface in com.trimblemaps.mapsdk.maps
-
Definition of TelemetryImpl collection.
- TEMPORARY_ERROR - Static variable in interface com.trimblemaps.mapsdk.http.HttpRequest
-
- TERRAIN - Static variable in class com.trimblemaps.mapsdk.maps.Style
-
- TEXT_ANCHOR_BOTTOM - Static variable in class com.trimblemaps.mapsdk.style.layers.Property
-
The bottom of the text is placed closest to the anchor.
- TEXT_ANCHOR_BOTTOM_LEFT - Static variable in class com.trimblemaps.mapsdk.style.layers.Property
-
The bottom left corner of the text is placed closest to the anchor.
- TEXT_ANCHOR_BOTTOM_RIGHT - Static variable in class com.trimblemaps.mapsdk.style.layers.Property
-
The bottom right corner of the text is placed closest to the anchor.
- TEXT_ANCHOR_CENTER - Static variable in class com.trimblemaps.mapsdk.style.layers.Property
-
The center of the text is placed closest to the anchor.
- TEXT_ANCHOR_LEFT - Static variable in class com.trimblemaps.mapsdk.style.layers.Property
-
The left side of the text is placed closest to the anchor.
- TEXT_ANCHOR_RIGHT - Static variable in class com.trimblemaps.mapsdk.style.layers.Property
-
The right side of the text is placed closest to the anchor.
- TEXT_ANCHOR_TOP - Static variable in class com.trimblemaps.mapsdk.style.layers.Property
-
The top of the text is placed closest to the anchor.
- TEXT_ANCHOR_TOP_LEFT - Static variable in class com.trimblemaps.mapsdk.style.layers.Property
-
The top left corner of the text is placed closest to the anchor.
- TEXT_ANCHOR_TOP_RIGHT - Static variable in class com.trimblemaps.mapsdk.style.layers.Property
-
The top right corner of the text is placed closest to the anchor.
- TEXT_JUSTIFY_AUTO - Static variable in class com.trimblemaps.mapsdk.style.layers.Property
-
The text is aligned towards the anchor position.
- TEXT_JUSTIFY_CENTER - Static variable in class com.trimblemaps.mapsdk.style.layers.Property
-
The text is centered.
- TEXT_JUSTIFY_LEFT - Static variable in class com.trimblemaps.mapsdk.style.layers.Property
-
The text is aligned to the left.
- TEXT_JUSTIFY_RIGHT - Static variable in class com.trimblemaps.mapsdk.style.layers.Property
-
The text is aligned to the right.
- TEXT_PITCH_ALIGNMENT_AUTO - Static variable in class com.trimblemaps.mapsdk.style.layers.Property
-
- TEXT_PITCH_ALIGNMENT_MAP - Static variable in class com.trimblemaps.mapsdk.style.layers.Property
-
The text is aligned to the plane of the map.
- TEXT_PITCH_ALIGNMENT_VIEWPORT - Static variable in class com.trimblemaps.mapsdk.style.layers.Property
-
The text is aligned to the plane of the viewport.
- TEXT_ROTATION_ALIGNMENT_AUTO - Static variable in class com.trimblemaps.mapsdk.style.layers.Property
-
- TEXT_ROTATION_ALIGNMENT_MAP - Static variable in class com.trimblemaps.mapsdk.style.layers.Property
-
- TEXT_ROTATION_ALIGNMENT_VIEWPORT - Static variable in class com.trimblemaps.mapsdk.style.layers.Property
-
Produces glyphs whose x-axes are aligned with the x-axis of the viewport, regardless of the value of
Property.SYMBOL_PLACEMENT
.
- TEXT_TRANSFORM_LOWERCASE - Static variable in class com.trimblemaps.mapsdk.style.layers.Property
-
Forces all letters to be displayed in lowercase.
- TEXT_TRANSFORM_NONE - Static variable in class com.trimblemaps.mapsdk.style.layers.Property
-
The text is not altered.
- TEXT_TRANSFORM_UPPERCASE - Static variable in class com.trimblemaps.mapsdk.style.layers.Property
-
Forces all letters to be displayed in uppercase.
- TEXT_TRANSLATE_ANCHOR_MAP - Static variable in class com.trimblemaps.mapsdk.style.layers.Property
-
The text is translated relative to the map.
- TEXT_TRANSLATE_ANCHOR_VIEWPORT - Static variable in class com.trimblemaps.mapsdk.style.layers.Property
-
The text is translated relative to the viewport.
- TEXT_WRITING_MODE_HORIZONTAL - Static variable in class com.trimblemaps.mapsdk.style.layers.Property
-
If a text's language supports horizontal writing mode, symbols with point placement would be laid out horizontally.
- TEXT_WRITING_MODE_VERTICAL - Static variable in class com.trimblemaps.mapsdk.style.layers.Property
-
If a text's language supports vertical writing mode, symbols with point placement would be laid out vertically.
- textAllowOverlap(Expression) - Static method in class com.trimblemaps.mapsdk.style.layers.PropertyFactory
-
If true, the text will be visible even if it collides with other previously drawn symbols.
- textAllowOverlap(Boolean) - Static method in class com.trimblemaps.mapsdk.style.layers.PropertyFactory
-
If true, the text will be visible even if it collides with other previously drawn symbols.
- textAnchor(Expression) - Static method in class com.trimblemaps.mapsdk.style.layers.PropertyFactory
-
Part of the text placed closest to the anchor.
- textAnchor(String) - Static method in class com.trimblemaps.mapsdk.style.layers.PropertyFactory
-
Part of the text placed closest to the anchor.
- textColor(int) - Static method in class com.trimblemaps.mapsdk.style.layers.PropertyFactory
-
The color with which the text will be drawn.
- textColor(Expression) - Static method in class com.trimblemaps.mapsdk.style.layers.PropertyFactory
-
The color with which the text will be drawn.
- textColor(String) - Static method in class com.trimblemaps.mapsdk.style.layers.PropertyFactory
-
The color with which the text will be drawn.
- textField(Expression) - Static method in class com.trimblemaps.mapsdk.style.layers.PropertyFactory
-
Value to use for a text label.
- textField(Formatted) - Static method in class com.trimblemaps.mapsdk.style.layers.PropertyFactory
-
Value to use for a text label.
- textField(String) - Static method in class com.trimblemaps.mapsdk.style.layers.PropertyFactory
-
Value to use for a text label.
- textFont(Expression) - Static method in class com.trimblemaps.mapsdk.style.layers.PropertyFactory
-
Font stack to use for displaying text.
- textFont(String[]) - Static method in class com.trimblemaps.mapsdk.style.layers.PropertyFactory
-
Font stack to use for displaying text.
- textHaloBlur(Expression) - Static method in class com.trimblemaps.mapsdk.style.layers.PropertyFactory
-
The halo's fadeout distance towards the outside.
- textHaloBlur(Float) - Static method in class com.trimblemaps.mapsdk.style.layers.PropertyFactory
-
The halo's fadeout distance towards the outside.
- textHaloColor(int) - Static method in class com.trimblemaps.mapsdk.style.layers.PropertyFactory
-
The color of the text's halo, which helps it stand out from backgrounds.
- textHaloColor(Expression) - Static method in class com.trimblemaps.mapsdk.style.layers.PropertyFactory
-
The color of the text's halo, which helps it stand out from backgrounds.
- textHaloColor(String) - Static method in class com.trimblemaps.mapsdk.style.layers.PropertyFactory
-
The color of the text's halo, which helps it stand out from backgrounds.
- textHaloWidth(Expression) - Static method in class com.trimblemaps.mapsdk.style.layers.PropertyFactory
-
Distance of halo to the font outline.
- textHaloWidth(Float) - Static method in class com.trimblemaps.mapsdk.style.layers.PropertyFactory
-
Distance of halo to the font outline.
- textIgnorePlacement(Expression) - Static method in class com.trimblemaps.mapsdk.style.layers.PropertyFactory
-
If true, other symbols can be visible even if they collide with the text.
- textIgnorePlacement(Boolean) - Static method in class com.trimblemaps.mapsdk.style.layers.PropertyFactory
-
If true, other symbols can be visible even if they collide with the text.
- textJustify(Expression) - Static method in class com.trimblemaps.mapsdk.style.layers.PropertyFactory
-
Text justification options.
- textJustify(String) - Static method in class com.trimblemaps.mapsdk.style.layers.PropertyFactory
-
Text justification options.
- textKeepUpright(Expression) - Static method in class com.trimblemaps.mapsdk.style.layers.PropertyFactory
-
If true, the text may be flipped vertically to prevent it from being rendered upside-down.
- textKeepUpright(Boolean) - Static method in class com.trimblemaps.mapsdk.style.layers.PropertyFactory
-
If true, the text may be flipped vertically to prevent it from being rendered upside-down.
- textLetterSpacing(Expression) - Static method in class com.trimblemaps.mapsdk.style.layers.PropertyFactory
-
Text tracking amount.
- textLetterSpacing(Float) - Static method in class com.trimblemaps.mapsdk.style.layers.PropertyFactory
-
Text tracking amount.
- textLineHeight(Expression) - Static method in class com.trimblemaps.mapsdk.style.layers.PropertyFactory
-
Text leading value for multi-line text.
- textLineHeight(Float) - Static method in class com.trimblemaps.mapsdk.style.layers.PropertyFactory
-
Text leading value for multi-line text.
- textMaxAngle(Expression) - Static method in class com.trimblemaps.mapsdk.style.layers.PropertyFactory
-
Maximum angle change between adjacent characters.
- textMaxAngle(Float) - Static method in class com.trimblemaps.mapsdk.style.layers.PropertyFactory
-
Maximum angle change between adjacent characters.
- textMaxWidth(Expression) - Static method in class com.trimblemaps.mapsdk.style.layers.PropertyFactory
-
The maximum line width for text wrapping.
- textMaxWidth(Float) - Static method in class com.trimblemaps.mapsdk.style.layers.PropertyFactory
-
The maximum line width for text wrapping.
- textOffset(Expression) - Static method in class com.trimblemaps.mapsdk.style.layers.PropertyFactory
-
Offset distance of text from its anchor.
- textOffset(Float[]) - Static method in class com.trimblemaps.mapsdk.style.layers.PropertyFactory
-
Offset distance of text from its anchor.
- textOpacity(Expression) - Static method in class com.trimblemaps.mapsdk.style.layers.PropertyFactory
-
The opacity at which the text will be drawn.
- textOpacity(Float) - Static method in class com.trimblemaps.mapsdk.style.layers.PropertyFactory
-
The opacity at which the text will be drawn.
- textOptional(Expression) - Static method in class com.trimblemaps.mapsdk.style.layers.PropertyFactory
-
If true, icons will display without their corresponding text when the text collides with other symbols and the icon does not.
- textOptional(Boolean) - Static method in class com.trimblemaps.mapsdk.style.layers.PropertyFactory
-
If true, icons will display without their corresponding text when the text collides with other symbols and the icon does not.
- textPadding(Expression) - Static method in class com.trimblemaps.mapsdk.style.layers.PropertyFactory
-
Size of the additional area around the text bounding box used for detecting symbol collisions.
- textPadding(Float) - Static method in class com.trimblemaps.mapsdk.style.layers.PropertyFactory
-
Size of the additional area around the text bounding box used for detecting symbol collisions.
- textPitchAlignment(Expression) - Static method in class com.trimblemaps.mapsdk.style.layers.PropertyFactory
-
Orientation of text when map is pitched.
- textPitchAlignment(String) - Static method in class com.trimblemaps.mapsdk.style.layers.PropertyFactory
-
Orientation of text when map is pitched.
- textRadialOffset(Expression) - Static method in class com.trimblemaps.mapsdk.style.layers.PropertyFactory
-
Radial offset of text, in the direction of the symbol's anchor.
- textRadialOffset(Float) - Static method in class com.trimblemaps.mapsdk.style.layers.PropertyFactory
-
Radial offset of text, in the direction of the symbol's anchor.
- textRotate(Expression) - Static method in class com.trimblemaps.mapsdk.style.layers.PropertyFactory
-
Rotates the text clockwise.
- textRotate(Float) - Static method in class com.trimblemaps.mapsdk.style.layers.PropertyFactory
-
Rotates the text clockwise.
- textRotationAlignment(Expression) - Static method in class com.trimblemaps.mapsdk.style.layers.PropertyFactory
-
- textRotationAlignment(String) - Static method in class com.trimblemaps.mapsdk.style.layers.PropertyFactory
-
- textSize(Expression) - Static method in class com.trimblemaps.mapsdk.style.layers.PropertyFactory
-
Font size.
- textSize(Float) - Static method in class com.trimblemaps.mapsdk.style.layers.PropertyFactory
-
Font size.
- textTransform(Expression) - Static method in class com.trimblemaps.mapsdk.style.layers.PropertyFactory
-
- textTransform(String) - Static method in class com.trimblemaps.mapsdk.style.layers.PropertyFactory
-
- textTranslate(Expression) - Static method in class com.trimblemaps.mapsdk.style.layers.PropertyFactory
-
Distance that the text's anchor is moved from its original placement.
- textTranslate(Float[]) - Static method in class com.trimblemaps.mapsdk.style.layers.PropertyFactory
-
Distance that the text's anchor is moved from its original placement.
- textTranslateAnchor(Expression) - Static method in class com.trimblemaps.mapsdk.style.layers.PropertyFactory
-
- textTranslateAnchor(String) - Static method in class com.trimblemaps.mapsdk.style.layers.PropertyFactory
-
- textureMode(boolean) - Method in class com.trimblemaps.mapsdk.maps.TrimbleMapsMapOptions
-
Enable TextureView
as rendered surface.
- TextureViewMapRenderer - Class in com.trimblemaps.mapsdk.maps.renderer.textureview
-
- TextureViewMapRenderer(Context, TextureView, GlyphsRasterizationMode, String, boolean) - Constructor for class com.trimblemaps.mapsdk.maps.renderer.textureview.TextureViewMapRenderer
-
- textVariableAnchor(Expression) - Static method in class com.trimblemaps.mapsdk.style.layers.PropertyFactory
-
To increase the chance of placing high-priority labels on the map, you can provide an array of
Property.TEXT_ANCHOR
locations: the renderer will attempt to place the label at each location, in order, before moving onto the next label.
- textVariableAnchor(String[]) - Static method in class com.trimblemaps.mapsdk.style.layers.PropertyFactory
-
To increase the chance of placing high-priority labels on the map, you can provide an array of
Property.TEXT_ANCHOR
locations: the renderer will attempt to place the label at each location, in order, before moving onto the next label.
- textWritingMode(Expression) - Static method in class com.trimblemaps.mapsdk.style.layers.PropertyFactory
-
The property allows control over a symbol's orientation.
- textWritingMode(String[]) - Static method in class com.trimblemaps.mapsdk.style.layers.PropertyFactory
-
The property allows control over a symbol's orientation.
- THREAD_POOL_LIMIT - Static variable in class com.trimblemaps.mapsdk.style.sources.CustomGeometrySource
-
- THREAD_PREFIX - Static variable in class com.trimblemaps.mapsdk.style.sources.CustomGeometrySource
-
- ThreadUtils - Class in com.trimblemaps.mapsdk.utils
-
Utility class to verify if execution is running on the main thread.
- ThreadUtils() - Constructor for class com.trimblemaps.mapsdk.utils.ThreadUtils
-
- TILE - Static variable in class com.trimblemaps.mapsdk.storage.Resource
-
A vector or raster tile as described in the style sheet at
https://www.trimblemaps.com/mapbox-gl-js/style-spec/#sources
- TileSet - Class in com.trimblemaps.mapsdk.style.sources
-
Tile set, allows using TileJson specification as source.
- TileSet(String, String...) - Constructor for class com.trimblemaps.mapsdk.style.sources.TileSet
-
- tilt - Variable in class com.trimblemaps.mapsdk.camera.CameraPosition
-
The angle, in degrees, of the camera angle from the nadir (directly facing the Earth).
- tilt(double) - Method in class com.trimblemaps.mapsdk.camera.CameraPosition.Builder
-
Set the tilt of the camera in degrees
- tiltGesturesEnabled(boolean) - Method in class com.trimblemaps.mapsdk.maps.TrimbleMapsMapOptions
-
Specifies if the tilt gesture is enabled for a map view.
- tiltTo(double) - Static method in class com.trimblemaps.mapsdk.camera.CameraUpdateFactory
-
Returns a CameraUpdate that moves the camera viewpoint to a particular tilt.
- tiltWhileTracking(double) - Method in class com.trimblemaps.mapsdk.location.LocationComponent
-
Tilts the camera.
- tiltWhileTracking(double, long) - Method in class com.trimblemaps.mapsdk.location.LocationComponent
-
Tilts the camera.
- tiltWhileTracking(double, long, TrimbleMapsMap.CancelableCallback) - Method in class com.trimblemaps.mapsdk.location.LocationComponent
-
Tilts the camera.
- TIME_MAP_NORTH_ANIMATION - Static variable in class com.trimblemaps.mapsdk.maps.widgets.CompassView
-
- TIME_WAIT_IDLE - Static variable in class com.trimblemaps.mapsdk.maps.widgets.CompassView
-
- title - Variable in class com.trimblemaps.mapsdk.annotations.BaseMarkerOptions
-
Deprecated.
- title(String) - Method in class com.trimblemaps.mapsdk.annotations.BaseMarkerOptions
-
Deprecated.
Set the title of the Marker.
- toArray() - Method in class com.trimblemaps.mapsdk.style.expressions.Expression.ExpressionLiteral
-
- toArray() - Method in class com.trimblemaps.mapsdk.style.expressions.Expression
-
Converts the expression to Object array representation.
- toArray() - Method in class com.trimblemaps.mapsdk.style.types.Formatted
-
- toBool(Expression) - Static method in class com.trimblemaps.mapsdk.style.expressions.Expression
-
Converts the input value to a boolean.
- toBuilder() - Method in class com.trimblemaps.mapsdk.location.LocationComponentOptions
-
Takes the currently constructed
LocationComponentOptions
object and provides it's builder
with all the values set matching the values in this instance.
- toBytes() - Method in class com.trimblemaps.mapsdk.annotations.Icon
-
Deprecated.
Get the icon bitmap bytes.
- toColor(Expression) - Static method in class com.trimblemaps.mapsdk.style.expressions.Expression
-
Converts the input value to a color.
- toggle3dBuildingVisibility() - Method in class com.trimblemaps.mapsdk.maps.TrimbleMapsMap
-
- toggleAddressVisibility() - Method in class com.trimblemaps.mapsdk.maps.TrimbleMapsMap
-
- togglePoiVisibility() - Method in class com.trimblemaps.mapsdk.maps.TrimbleMapsMap
-
- toggleRoadSurfaceVisibility() - Method in class com.trimblemaps.mapsdk.maps.TrimbleMapsMap
-
- toggleTrafficVisibility() - Method in class com.trimblemaps.mapsdk.maps.TrimbleMapsMap
-
- toggleWeatherAlertVisibility() - Method in class com.trimblemaps.mapsdk.maps.TrimbleMapsMap
-
- toggleWeatherRadarVisibility() - Method in class com.trimblemaps.mapsdk.maps.TrimbleMapsMap
-
- toImage(Style.Builder.ImageWrapper) - Static method in class com.trimblemaps.mapsdk.maps.Style
-
- toLatLngs() - Method in class com.trimblemaps.mapsdk.geometry.LatLngBounds
-
Return an array of LatLng objects resembling this bounds.
- toNumber(Expression) - Static method in class com.trimblemaps.mapsdk.style.expressions.Expression
-
Converts the input value to a number, if possible.
- TooManyIconsException - Exception in com.trimblemaps.mapsdk.exceptions
-
A TooManyIconsException is thrown by IconFactory when it
cannot create a Icon because there are already too many icons created.
- TooManyIconsException() - Constructor for exception com.trimblemaps.mapsdk.exceptions.TooManyIconsException
-
- toRgba(Expression) - Static method in class com.trimblemaps.mapsdk.style.expressions.Expression
-
Returns a four-element array containing the input color's red, green, blue, and alpha components, in that order.
- toScreenLocation(LatLng) - Method in class com.trimblemaps.mapsdk.maps.Projection
-
Returns a screen location that corresponds to a geographical coordinate (LatLng).
- toScreenLocations(double[], double[]) - Method in class com.trimblemaps.mapsdk.maps.Projection
-
Returns a screen locations that corresponds to a geographical coordinates.
- toString() - Method in class com.trimblemaps.mapsdk.annotations.Marker
-
Deprecated.
Returns a String with the marker position.
- toString() - Method in class com.trimblemaps.mapsdk.attribution.AttributionLayout
-
- toString() - Method in class com.trimblemaps.mapsdk.camera.CameraPosition
-
Returns a String with the camera target, zoom, bearing and tilt.
- toString() - Method in class com.trimblemaps.mapsdk.geometry.LatLng
-
Returns a string representation of the object.
- toString() - Method in class com.trimblemaps.mapsdk.geometry.LatLngBounds
-
Returns a string representaton of the object.
- toString() - Method in class com.trimblemaps.mapsdk.geometry.LatLngBoundsZoom
-
Returns a string representation of the object.
- toString() - Method in class com.trimblemaps.mapsdk.geometry.ProjectedMeters
-
Returns a string representation of the object.
- toString() - Method in class com.trimblemaps.mapsdk.geometry.VisibleRegion
-
The string representation of the object.
- toString() - Method in class com.trimblemaps.mapsdk.location.LocationComponentOptions
-
- toString() - Method in class com.trimblemaps.mapsdk.location.LocationUpdate
-
- toString() - Method in class com.trimblemaps.mapsdk.maps.ImageContent
-
- toString() - Method in class com.trimblemaps.mapsdk.maps.ImageStretches
-
- toString() - Method in class com.trimblemaps.mapsdk.maps.ObservableEvent
-
- toString() - Method in class com.trimblemaps.mapsdk.maps.Value
-
- toString() - Method in class com.trimblemaps.mapsdk.offline.OfflineRegionError
-
- toString() - Method in class com.trimblemaps.mapsdk.style.expressions.Expression.ExpressionLiteral
-
Returns a string representation of the expression literal.
- toString() - Method in class com.trimblemaps.mapsdk.style.expressions.Expression
-
Returns a string representation of the object that matches the definition set in the style specification.
- toString() - Method in class com.trimblemaps.mapsdk.style.layers.PropertyValue
-
Get the string representation of a property value.
- toString() - Method in class com.trimblemaps.mapsdk.style.layers.TransitionOptions
-
- toString() - Method in class com.trimblemaps.mapsdk.style.light.Position
-
- toString() - Method in class com.trimblemaps.mapsdk.style.types.Formatted
-
- toString() - Method in class com.trimblemaps.mapsdk.style.types.FormattedSection
-
- toString(Expression) - Static method in class com.trimblemaps.mapsdk.style.expressions.Expression
-
Converts the input value to a string.
- toValue() - Method in class com.trimblemaps.mapsdk.style.expressions.Expression.ExpressionLiteral
-
Get the literal object.
- TRACKING - Static variable in class com.trimblemaps.mapsdk.location.modes.CameraMode
-
Camera tracks the user location.
- TRACKING_COMPASS - Static variable in class com.trimblemaps.mapsdk.location.modes.CameraMode
-
Camera tracks the user location, with bearing
provided by a compass.
- TRACKING_GPS - Static variable in class com.trimblemaps.mapsdk.location.modes.CameraMode
-
Camera tracks the user location, with bearing
provided by a normalized Location.getBearing()
.
- TRACKING_GPS_NORTH - Static variable in class com.trimblemaps.mapsdk.location.modes.CameraMode
-
Camera tracks the user location, with bearing
always set to north (0).
- trackingAnimationDurationMultiplier() - Method in class com.trimblemaps.mapsdk.location.LocationComponentOptions
-
Get the tracking animation duration multiplier.
- trackingAnimationDurationMultiplier(float) - Method in class com.trimblemaps.mapsdk.location.LocationComponentOptions.Builder
-
Sets the tracking animation duration multiplier.
- trackingGesturesManagement() - Method in class com.trimblemaps.mapsdk.location.LocationComponentOptions
-
Returns whether gesture threshold should be adjusted when camera is in one of the tracking modes.
- trackingGesturesManagement(boolean) - Method in class com.trimblemaps.mapsdk.location.LocationComponentOptions.Builder
-
Set whether gesture threshold should be adjusted when camera is in one of the tracking modes.
- trackingInitialMoveThreshold() - Method in class com.trimblemaps.mapsdk.location.LocationComponentOptions
-
Minimum single pointer movement in pixels required to break camera tracking.
- trackingInitialMoveThreshold(float) - Method in class com.trimblemaps.mapsdk.location.LocationComponentOptions.Builder
-
Sets minimum single pointer movement (map pan) in pixels required to break camera tracking.
- trackingMultiFingerMoveThreshold() - Method in class com.trimblemaps.mapsdk.location.LocationComponentOptions
-
Minimum multi pointer movement in pixels required to break camera tracking (for example during scale gesture).
- trackingMultiFingerMoveThreshold(float) - Method in class com.trimblemaps.mapsdk.location.LocationComponentOptions.Builder
-
Sets minimum multi pointer movement (map pan) in pixels required to break camera tracking
(for example during scale gesture).
- trackingMultiFingerProtectedMoveArea() - Method in class com.trimblemaps.mapsdk.location.LocationComponentOptions
-
Protected multi pointer gesture area.
- trackingMultiFingerProtectedMoveArea(RectF) - Method in class com.trimblemaps.mapsdk.location.LocationComponentOptions.Builder
-
Sets protected multi pointer gesture area.
- Transform - Class in com.trimblemaps.mapsdk.maps
-
Internal use.
- TransitionOptions - Class in com.trimblemaps.mapsdk.style.layers
-
Resembles transition property from the style specification.
- TransitionOptions(long, long) - Constructor for class com.trimblemaps.mapsdk.style.layers.TransitionOptions
-
Create a transition property based on duration and a delay.
- TransitionOptions(long, long, boolean) - Constructor for class com.trimblemaps.mapsdk.style.layers.TransitionOptions
-
Create a transition property.
- translucentTextureSurface(boolean) - Method in class com.trimblemaps.mapsdk.maps.TrimbleMapsMapOptions
-
- TRANSPORTATION - Static variable in class com.trimblemaps.mapsdk.maps.Style
-
- triggerRepaint() - Method in class com.trimblemaps.mapsdk.maps.TrimbleMapsMap
-
Trigger the mapview to repaint.
- TRIMBLE_MAPS_LOCALE - Static variable in class com.trimblemaps.mapsdk.constants.TrimbleMapsConstants
-
Default Locale for data processing (ex: String.toLowerCase(TRIMBLE_MAPS_LOCALE, "foo"))
- TRIMBLE_MAPS_SHARED_PREFERENCES - Static variable in class com.trimblemaps.mapsdk.constants.TrimbleMapsConstants
-
The name of the desired preferences file for Android's SharedPreferences.
- TrimbleMaps - Class in com.trimblemaps.mapsdk
-
The entry point to initialize the TrimbleMaps Android SDK.
- TrimbleMapsConfigurationException - Exception in com.trimblemaps.mapsdk.exceptions
-
A TrimbleMapsConfigurationException is thrown by TrimbleMapsMap when the SDK hasn't been properly initialised.
- TrimbleMapsConfigurationException() - Constructor for exception com.trimblemaps.mapsdk.exceptions.TrimbleMapsConfigurationException
-
Creates a TrimbleMaps configuration exception thrown by TrimbleMapsMap when the SDK hasn't been properly initialised.
- TrimbleMapsConfigurationException(String) - Constructor for exception com.trimblemaps.mapsdk.exceptions.TrimbleMapsConfigurationException
-
Creates a TrimbleMaps configuration exception thrown by TrimbleMapsMap when the SDK hasn't been properly initialised.
- TrimbleMapsConstants - Class in com.trimblemaps.mapsdk.constants
-
TrimbleMapsConstants exposes TrimbleMaps related constants
- TrimbleMapsConstants() - Constructor for class com.trimblemaps.mapsdk.constants.TrimbleMapsConstants
-
- TrimbleMapsGLSurface - Class in com.trimblemaps.mapsdk.maps.renderer.glsurfaceview
-
GLSurfaceView
extension that notifies a listener when the view is detached from window,
which is the point of destruction of the GL thread.
- TrimbleMapsGLSurface(Context) - Constructor for class com.trimblemaps.mapsdk.maps.renderer.glsurfaceview.TrimbleMapsGLSurface
-
Standard View constructor.
- TrimbleMapsGLSurface(Context, AttributeSet) - Constructor for class com.trimblemaps.mapsdk.maps.renderer.glsurfaceview.TrimbleMapsGLSurface
-
Standard View constructor.
- TrimbleMapsGLSurface(Context, Surface) - Constructor for class com.trimblemaps.mapsdk.maps.renderer.glsurfaceview.TrimbleMapsGLSurface
-
- TrimbleMapsGLSurface.OnGLSurfaceViewDetachedListener - Interface in com.trimblemaps.mapsdk.maps.renderer.glsurfaceview
-
- TrimbleMapsGLSurfaceView - Class in com.trimblemaps.mapsdk.maps.renderer.glsurfaceview
-
GLSurfaceView
extension that notifies a listener when the view is detached from window,
which is the point of destruction of the GL thread.
- TrimbleMapsGLSurfaceView(Context) - Constructor for class com.trimblemaps.mapsdk.maps.renderer.glsurfaceview.TrimbleMapsGLSurfaceView
-
Standard View constructor.
- TrimbleMapsGLSurfaceView(Context, AttributeSet) - Constructor for class com.trimblemaps.mapsdk.maps.renderer.glsurfaceview.TrimbleMapsGLSurfaceView
-
Standard View constructor.
- TrimbleMapsGLSurfaceView.OnGLSurfaceViewDetachedListener - Interface in com.trimblemaps.mapsdk.maps.renderer.glsurfaceview
-
- trimbleMapsMap - Variable in class com.trimblemaps.mapsdk.annotations.Annotation
-
Deprecated.
- TrimbleMapsMap - Class in com.trimblemaps.mapsdk.maps
-
The general class to interact with in the Android TrimbleMaps SDK.
- TrimbleMapsMap.CancelableCallback - Interface in com.trimblemaps.mapsdk.maps
-
Interface definition for a callback to be invoked when a task is complete or cancelled.
- TrimbleMapsMap.InfoWindowAdapter - Interface in com.trimblemaps.mapsdk.maps
-
- TrimbleMapsMap.OnCameraIdleListener - Interface in com.trimblemaps.mapsdk.maps
-
Interface definition for a callback to be invoked for when camera movement has ended.
- TrimbleMapsMap.OnCameraMoveCanceledListener - Interface in com.trimblemaps.mapsdk.maps
-
Interface definition for a callback to be invoked for when the camera's motion has been stopped or when the camera
starts moving for a new reason.
- TrimbleMapsMap.OnCameraMoveListener - Interface in com.trimblemaps.mapsdk.maps
-
Interface definition for a callback to be invoked for when the camera changes position.
- TrimbleMapsMap.OnCameraMoveStartedListener - Interface in com.trimblemaps.mapsdk.maps
-
Interface definition for a callback to be invoked for when the camera motion starts.
- TrimbleMapsMap.OnCompassAnimationListener - Interface in com.trimblemaps.mapsdk.maps
-
Interface definition for a callback to be invoked for when the compass is animating.
- TrimbleMapsMap.OnDeveloperAnimationListener - Interface in com.trimblemaps.mapsdk.maps
-
Internal use.
- TrimbleMapsMap.OnFlingListener - Interface in com.trimblemaps.mapsdk.maps
-
Interface definition for a callback to be invoked when the map is flinged.
- TrimbleMapsMap.OnFpsChangedListener - Interface in com.trimblemaps.mapsdk.maps
-
Interface definition for a callback to be invoked when a frame is rendered to the map view.
- TrimbleMapsMap.OnInfoWindowClickListener - Interface in com.trimblemaps.mapsdk.maps
-
Interface definition for a callback to be invoked when the user clicks on an info window.
- TrimbleMapsMap.OnInfoWindowCloseListener - Interface in com.trimblemaps.mapsdk.maps
-
Interface definition for a callback to be invoked when a marker's info window is closed.
- TrimbleMapsMap.OnInfoWindowLongClickListener - Interface in com.trimblemaps.mapsdk.maps
-
Interface definition for a callback to be invoked when the user long presses on a marker's info window.
- TrimbleMapsMap.OnMapClickListener - Interface in com.trimblemaps.mapsdk.maps
-
Interface definition for a callback to be invoked when the user clicks on the map view.
- TrimbleMapsMap.OnMapLongClickListener - Interface in com.trimblemaps.mapsdk.maps
-
Interface definition for a callback to be invoked when the user long clicks on the map view.
- TrimbleMapsMap.OnMarkerClickListener - Interface in com.trimblemaps.mapsdk.maps
-
- TrimbleMapsMap.OnMoveListener - Interface in com.trimblemaps.mapsdk.maps
-
Interface definition for a callback to be invoked when the map is moved.
- TrimbleMapsMap.OnPolygonClickListener - Interface in com.trimblemaps.mapsdk.maps
-
- TrimbleMapsMap.OnPolylineClickListener - Interface in com.trimblemaps.mapsdk.maps
-
- TrimbleMapsMap.OnRotateListener - Interface in com.trimblemaps.mapsdk.maps
-
Interface definition for a callback to be invoked when the map is rotated.
- TrimbleMapsMap.OnScaleListener - Interface in com.trimblemaps.mapsdk.maps
-
Interface definition for a callback to be invoked when the map is scaled.
- TrimbleMapsMap.OnShoveListener - Interface in com.trimblemaps.mapsdk.maps
-
Interface definition for a callback to be invoked when the map is tilted.
- TrimbleMapsMap.SnapshotReadyCallback - Interface in com.trimblemaps.mapsdk.maps
-
Interface definition for a callback to be invoked when the snapshot has been taken.
- TrimbleMapsMapOptions - Class in com.trimblemaps.mapsdk.maps
-
Defines configuration TrimbleMapsMapOptions for a TrimbleMapsMap.
- TrimbleMapsMapOptions() - Constructor for class com.trimblemaps.mapsdk.maps.TrimbleMapsMapOptions
-
- TrimbleMapsPaddingAnimator - Class in com.trimblemaps.mapsdk.location
-
- TWO_FINGER_TAP - Static variable in class com.trimblemaps.mapsdk.constants.TelemetryConstants
-
Deprecated.
- typeOf(Expression) - Static method in class com.trimblemaps.mapsdk.style.expressions.Expression
-
Returns a string describing the type of the given value.