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: android/src/main/kotlin/com/mapbox/maps/mapbox_maps/pigeons/PointAnnotationMessenger.kt
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -517,7 +517,7 @@ data class PointAnnotation(
517
517
*/
518
518
valiconHaloWidth:Double? = null,
519
519
/**
520
-
* Controls the transition progress between the image variants of icon-image. Zero means the first variant is used, one is the second, and in between they are blended together. Both images should be the same size and have the same type (either raster or vector).
520
+
* Controls the transition progress between the image variants of icon-image. Zero means the first variant is used, one is the second, and in between they are blended together. . Both images should be the same size and have the same type (either raster or vector).
521
521
* Default value: 0. Value range: [0, 1]
522
522
* Deprecated: Use `PointAnnotationManager.iconImageCrossFade` instead.
523
523
*/
@@ -838,7 +838,7 @@ data class PointAnnotationOptions(
838
838
*/
839
839
valiconHaloWidth:Double? = null,
840
840
/**
841
-
* Controls the transition progress between the image variants of icon-image. Zero means the first variant is used, one is the second, and in between they are blended together. Both images should be the same size and have the same type (either raster or vector).
841
+
* Controls the transition progress between the image variants of icon-image. Zero means the first variant is used, one is the second, and in between they are blended together. . Both images should be the same size and have the same type (either raster or vector).
842
842
* Default value: 0. Value range: [0, 1]
843
843
* Deprecated: Use `PointAnnotationManager.iconImageCrossFade` instead.
0 commit comments