SYMBOL INDEX (182 symbols across 32 files) FILE: android-auto-app/src/main/java/com/mapbox/maps/testapp/auto/testing/CarJavaInterfaceChecker.java class CarJavaInterfaceChecker (line 23) | @MapboxExperimental method constructorMapboxCarMap (line 26) | void constructorMapboxCarMap(MapInitOptions mapInitOptions) { method getters (line 30) | void getters(MapboxCarMap mapboxCarMap) { method getters (line 39) | void getters(MapboxCarMapSurface mapboxCarMapSurface) { method createObserver (line 45) | private MapboxCarMapObserver createObserver() { method observers (line 70) | private void observers(MapboxCarMap mapboxCarMap) { method gestures (line 80) | private void gestures(MapboxCarMap mapboxCarMap) { method sessionDefaultInstaller (line 98) | private void sessionDefaultInstaller(Session session) { method sessionInstaller (line 108) | private void sessionInstaller(Session session) { method screenInstaller (line 118) | private void screenInstaller(Screen screen, MapboxCarMap mapboxCarMap) { FILE: app/src/main/cpp/example_custom_layer.cpp type Error (line 54) | struct Error : std::runtime_error { function checkError (line 58) | void checkError(const char *cmd, const char *file, int line) { function checkLinkStatus (line 84) | void checkLinkStatus(GLuint program) { function checkCompileStatus (line 98) | void checkCompileStatus(GLuint shader) { function nativeInitialize (line 127) | void JNICALL nativeInitialize(JNIEnv*, jobject) { function nativeRender (line 159) | void JNICALL nativeRender(JNIEnv* env, jobject, jobject parameters) { function nativeContextLost (line 223) | void JNICALL nativeContextLost(JNIEnv*, jobject) { function nativeDeinitialize (line 228) | void JNICALL nativeDeinitialize(JNIEnv*, jobject, jfloat red, jfloat gre... function nativeSetColor (line 240) | void JNICALL nativeSetColor(JNIEnv*, jobject, jfloat red, jfloat green, ... function JNIEXPORT (line 248) | JNIEXPORT jint JNICALL JNI_OnLoad(JavaVM *vm, void *) { function JNIEXPORT (line 272) | JNIEXPORT void JNICALL JNI_OnUnload(JavaVM *, void *) { FILE: app/src/main/java/com/mapbox/maps/testapp/examples/JavaInterfaceChecker.java class JavaInterfaceChecker (line 133) | @SuppressWarnings("unused") method getClusterLeaves (line 135) | private void getClusterLeaves(MapboxMap mapboxMap, String sourceId, Fe... method scaleBarSettings (line 141) | private void scaleBarSettings() { method logoSettings (line 165) | private void logoSettings() { method locationComponentSettings (line 176) | private void locationComponentSettings(LocationPuck locationPuck) { method gesturesSettings (line 188) | private void gesturesSettings(ScrollMode scrollMode, ScreenCoordinate ... method compassSettings (line 211) | private void compassSettings(Drawable drawable) { method attributionSettings (line 228) | private void attributionSettings() { method annotationManager (line 242) | private void annotationManager(AnnotationPlugin annotationPlugin, MapV... method attribution (line 249) | private void attribution() { method annotation (line 257) | private void annotation(String belowLayerId, String layerId, String so... method cameraTest (line 287) | private void cameraTest(MapboxMap mapboxMap, CameraOptions cameraOptio... method terrainTest (line 300) | private void terrainTest() { method addLayer (line 305) | private void addLayer(Style style, Layer layer, LayerPosition position) { method image9PatchTest (line 310) | private void image9PatchTest(Style style, Bitmap bitmap) { method formatSection (line 318) | private void formatSection(Expression expression) { method localization (line 325) | private void localization(Style style, Locale locale, List lay... method featureState (line 330) | private void featureState( method mapSurface (line 352) | private void mapSurface(Context context, Surface surface, MapInitOptio... method locationPuck (line 357) | private void locationPuck(@DrawableRes int imageId, List floatL... method mapboxMapOverLoad (line 374) | private void mapboxMapOverLoad(MapView mapView, StyleContract.StyleExt... method mapInitOptionsOverloads (line 400) | private void mapInitOptionsOverloads(Context context, method mapboxOptions (line 415) | private void mapboxOptions() { method snapshotter (line 429) | private void snapshotter(Context context, MapSnapshotOptions options) { method cameraState (line 437) | private void cameraState(CameraState state, ScreenCoordinate screenCoo... method addSymbolLayer (line 442) | private void addSymbolLayer(Style style) { method cameraAnimations (line 458) | private void cameraAnimations(MapView mapView) { method gesture (line 501) | private void gesture(MapView mapView) { method locationComponent (line 589) | private void locationComponent(MapView mapView) { method logo (line 595) | private void logo(MapView mapView) { method overlay (line 599) | @OptIn(markerClass = MapboxExperimental.class) method scaleBar (line 604) | private void scaleBar(MapView mapView) { method viewport (line 608) | private void viewport(MapView mapView) { method debugOptions (line 622) | private void debugOptions(MapView mapView) { class CustomTelemetry (line 645) | private static class CustomTelemetry implements MapTelemetry { method onAppUserTurnstileEvent (line 646) | @Override method setUserTelemetryRequestState (line 651) | @Override method disableTelemetrySession (line 656) | @Override method onPerformanceEvent (line 661) | @Override method interactions (line 667) | @MapboxExperimental FILE: app/src/main/java/com/mapbox/maps/testapp/examples/java/DSLStylingJavaActivity.java class DSLStylingJavaActivity (line 58) | public class DSLStylingJavaActivity extends AppCompatActivity implements... method onCreate (line 111) | @Override method onMapClick (line 132) | @Override method getDateTime (line 150) | private String getDateTime(Long time) { method createStyle (line 162) | private StyleContract.StyleExtension createStyle() { method run (line 213) | @Override FILE: app/src/main/java/com/mapbox/maps/testapp/examples/java/RuntimeStylingJavaActivity.java class RuntimeStylingJavaActivity (line 56) | public class RuntimeStylingJavaActivity extends AppCompatActivity { method onCreate (line 205) | @Override method setUpStyle (line 214) | private void setUpStyle(Style style) { method addImage (line 233) | private void addImage(Style style) { method addSymbolSource (line 239) | private void addSymbolSource(Style style) { method addSymbolLayer (line 251) | private void addSymbolLayer(Style style) { method addFillSource (line 282) | private void addFillSource(Style style) { method setFillLayer (line 290) | private void setFillLayer(Style style) { method addFillExtrusionLayer (line 319) | private void addFillExtrusionLayer(Style style) { method addFillExtrusionLight (line 327) | private void addFillExtrusionLight(Style style) { method addImageSource (line 335) | private void addImageSource(Style style) { method addRasterLayer (line 342) | private void addRasterLayer(Style style) { method addLayerWithoutStyleExtension (line 347) | @OptIn(markerClass = MapboxDelicateApi.class) method onStart (line 394) | @Override method onStop (line 400) | @Override method onLowMemory (line 406) | @Override method onDestroy (line 412) | @Override FILE: extension-androidauto/src/main/java/com/mapbox/maps/extension/androidauto/MapboxCarMapGestureHandler.java type MapboxCarMapGestureHandler (line 15) | public interface MapboxCarMapGestureHandler { method onScroll (line 27) | default void onScroll( method onFling (line 46) | default void onFling( method onScale (line 65) | default void onScale( FILE: extension-androidauto/src/main/java/com/mapbox/maps/extension/androidauto/MapboxCarMapObserver.java type MapboxCarMapObserver (line 16) | public interface MapboxCarMapObserver { method onAttached (line 26) | default void onAttached(@NonNull MapboxCarMapSurface mapboxCarMapSurfa... method onDetached (line 41) | default void onDetached(@NonNull MapboxCarMapSurface mapboxCarMapSurfa... method onVisibleAreaChanged (line 55) | default void onVisibleAreaChanged(@NonNull Rect visibleArea, @NonNull ... method onStableAreaChanged (line 68) | default void onStableAreaChanged(@NonNull Rect stableArea, @NonNull Ed... FILE: extension-style/src/test/java/android/util/Log.java class Log (line 3) | public class Log { method d (line 4) | public static int d(String tag, String msg) { method i (line 9) | public static int i(String tag, String msg) { method w (line 14) | public static int w(String tag, String msg) { method e (line 19) | public static int e(String tag, String msg) { FILE: extension-style/src/test/java/com/mapbox/maps/extension/style/ShadowStyleManager.java class ShadowStyleManager (line 17) | @Implements(StyleManager.class) method getStyleLayerPropertyDefaultValue (line 26) | @Implementation method getStyleSourcePropertyDefaultValue (line 39) | @Implementation FILE: maps-sdk/src/test/java/com/mapbox/maps/ShadowCameraManager.java class ShadowCameraManager (line 6) | @Implements(CameraManager.class) FILE: maps-sdk/src/test/java/com/mapbox/maps/ShadowMap.java class ShadowMap (line 5) | @Implements(Map.class) FILE: maps-sdk/src/test/java/com/mapbox/maps/ShadowMapRecorder.java class ShadowMapRecorder (line 5) | @Implements(MapRecorder.class) FILE: maps-sdk/src/test/java/com/mapbox/maps/ShadowMapSnapshotter.java class ShadowMapSnapshotter (line 9) | @Implements(MapSnapshotter.class) method setStyleJson (line 12) | @Implementation method setCamera (line 17) | @Implementation FILE: maps-sdk/src/test/java/com/mapbox/maps/ShadowStyleManager.java class ShadowStyleManager (line 6) | @Implements(StyleManager.class) FILE: maps-sdk/src/test/java/com/mapbox/maps/attribution/AttributionParseTest.java class AttributionParseTest (line 14) | @RunWith(RobolectricTestRunner.class) method testParseAttributionStringSatellite (line 22) | @Test method testParseAttributionStringStreets (line 56) | @Test method testParseAttributionWithoutMapbox (line 86) | @Test method testParseAttributionArrayString (line 120) | @Test method testHideImproveThisMapAttributionArrayString (line 160) | @Test method testParseHideCopyrightAttributionArrayString (line 190) | @Test method testOutputWithoutCopyRightString (line 231) | @Test method testOutputWithCopyRightString (line 249) | @Test method testOutputWithoutCopyRightWithoutMapboxString (line 265) | @Test method testOutputWithCopyRightWithoutMapboxString (line 283) | @Test method testOutputSatelliteString (line 300) | @Test method testShortOpenStreetMapString (line 318) | @Test method testShortOpenStreetMapWithoutCopyrightString (line 336) | @Test method testWithImproveThisMapString (line 353) | @Test method testParseAttributionWithCustomStringAttribution (line 370) | @Test FILE: maps-sdk/src/test/java/com/mapbox/maps/shadows/ShadowCancelable.java class ShadowCancelable (line 8) | @Implements(Cancelable.class) method cancel (line 10) | @Implementation FILE: maps-sdk/src/test/java/com/mapbox/maps/shadows/ShadowCoordinateBounds.java class ShadowCoordinateBounds (line 11) | @Implements(CoordinateBounds.class) method north (line 13) | @Implementation method east (line 17) | @Implementation method south (line 21) | @Implementation method west (line 25) | @Implementation FILE: maps-sdk/src/test/java/com/mapbox/maps/shadows/ShadowMapsResourceOptions.java class ShadowMapsResourceOptions (line 7) | @Implements(MapsResourceOptions.class) FILE: maps-sdk/src/test/java/com/mapbox/maps/shadows/ShadowObservable.java class ShadowObservable (line 7) | @Implements(Observable.class) FILE: plugin-annotation/src/test/java/com/mapbox/maps/plugin/annotation/ShadowProjection.java class ShadowProjection (line 14) | @Implements(Projection.class) method project (line 16) | @Implementation method unproject (line 21) | @Implementation FILE: plugin-gestures/src/main/java/com/mapbox/maps/plugin/gestures/StandardGestureListenerShim.java class StandardGestureListenerShim (line 14) | class StandardGestureListenerShim extends StandardGestureDetector.Simple... method onSingleTapConfirmed (line 16) | @Override method onDoubleTap (line 21) | @Override method onDoubleTapEvent (line 26) | @Override method onDown (line 31) | @Override method onShowPress (line 36) | @Override method onSingleTapUp (line 41) | @Override method onScroll (line 46) | @Override method onLongPress (line 51) | @Override method onFling (line 56) | @Override FILE: plugin-gestures/src/test/java/com/mapbox/maps/plugin/gestures/StandardGestureListenerTest.java class StandardGestureListenerTest (line 21) | @RunWith(RobolectricTestRunner.class) method setup (line 32) | @Before method tearDown (line 44) | @After method testOnDown (line 53) | @Test method testOnSingleTapUp (line 58) | @Test method testOnSingleTapConfirmed (line 63) | @Test method testOnDoubleTap (line 68) | @Test method testOnShowPress (line 73) | @Test method testOnDoubleTapEvent (line 78) | @Test method testOnLongPress (line 83) | @Test method testOnFlingNull (line 88) | @Test method testOnScroll (line 93) | @Test FILE: plugin-locationcomponent/src/test/java/com/mapbox/maps/plugin/locationcomponent/ShadowLocationServiceFactory.java class ShadowLocationServiceFactory (line 23) | @Implements(LocationServiceFactory.class) method locationService (line 27) | @Implementation FILE: plugin-scalebar/src/test/java/com/mapbox/maps/plugin/scalebar/ShadowProjection.java class ShadowProjection (line 12) | @Implements(Projection.class) method getMetersPerPixelAtLatitude (line 14) | @Implementation FILE: scripts/check-permissions.py function load_apk_permissions (line 10) | def load_apk_permissions(args): function load_file (line 22) | def load_file(args): function update_file (line 27) | def update_file(args, permissions): FILE: scripts/ci-circleci-start-pipeline.py function str2bool (line 13) | def str2bool(v): function TriggerPipeline (line 24) | def TriggerPipeline(slug, token, branch, params): function Main (line 46) | def Main(): FILE: scripts/ci-github-set-commit-status.py function SetCommitStatus (line 11) | def SetCommitStatus(slug, hash, token, params): function Main (line 25) | def Main(): FILE: scripts/ci-weekly-trigger.py function TriggerPipeline (line 10) | def TriggerPipeline(token, branch): function Main (line 32) | def Main(): FILE: scripts/merge-gradle-dependency-output.py function add_content (line 4) | def add_content(file_name): FILE: scripts/start-internal-release-pipeline.py function triggerPipeline (line 11) | def triggerPipeline(slug, token, branch, params): function main (line 33) | def main(): FILE: sdk-base/src/main/java/com/mapbox/maps/MapInteraction.java class MapInteraction (line 8) | public abstract class MapInteraction { FILE: sdk-base/src/main/java/com/mapbox/maps/module/MapTelemetry.java type MapTelemetry (line 12) | public interface MapTelemetry { method onAppUserTurnstileEvent (line 17) | void onAppUserTurnstileEvent(); method setUserTelemetryRequestState (line 22) | void setUserTelemetryRequestState(boolean enabled); method disableTelemetrySession (line 27) | void disableTelemetrySession(); method onPerformanceEvent (line 34) | void onPerformanceEvent(@Nullable Bundle data); method getUserTelemetryRequestState (line 41) | default boolean getUserTelemetryRequestState() {