You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: sdk-base/api/Release/metalava.txt
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -53,16 +53,20 @@ package com.mapbox.maps {
53
53
@kotlinx.parcelize.Parcelize public final class ImageHolder implements android.os.Parcelable {
54
54
method public static com.mapbox.maps.ImageHolder from(@DrawableRes int drawableId);
55
55
method public static com.mapbox.maps.ImageHolder from(android.graphics.Bitmap bitmap);
56
+
method @RestrictTo(androidx.annotation.RestrictTo.Scope.LIBRARY_GROUP_PREFIX) public static com.mapbox.maps.ImageHolder from(com.mapbox.maps.Image image);
56
57
method public android.graphics.Bitmap? getBitmap();
57
58
method public Integer? getDrawableId();
59
+
method @RestrictTo(androidx.annotation.RestrictTo.Scope.LIBRARY_GROUP_PREFIX) public com.mapbox.maps.Image? getImage();
58
60
property public final android.graphics.Bitmap? bitmap;
59
61
property public final Integer? drawableId;
62
+
property @RestrictTo(androidx.annotation.RestrictTo.Scope.LIBRARY_GROUP_PREFIX) public final com.mapbox.maps.Image? image;
60
63
field public static final com.mapbox.maps.ImageHolder.Companion Companion;
61
64
}
62
65
63
66
public static final class ImageHolder.Companion {
64
67
method public com.mapbox.maps.ImageHolder from(@DrawableRes int drawableId);
65
68
method public com.mapbox.maps.ImageHolder from(android.graphics.Bitmap bitmap);
69
+
method @RestrictTo(androidx.annotation.RestrictTo.Scope.LIBRARY_GROUP_PREFIX) public com.mapbox.maps.ImageHolder from(com.mapbox.maps.Image image);
66
70
}
67
71
68
72
@com.mapbox.maps.MapboxExperimental public final class LongClickInteraction<T extends com.mapbox.maps.interactions.FeaturesetFeature<?>> extends com.mapbox.maps.MapInteraction {
0 commit comments