Skip to content

Commit 1948ab4

Browse files
committed
update current.txt
1 parent 02e69a1 commit 1948ab4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

libnavui-dropin/api/current.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -245,6 +245,7 @@ package com.mapbox.navigation.dropin {
245245
method public com.mapbox.maps.plugin.annotation.generated.PointAnnotationOptions? getDestinationMarkerAnnotationOptions();
246246
method public Integer? getEndNavigationButtonStyle();
247247
method public Integer? getInfoPanelBackground();
248+
method public Float? getInfoPanelGuidelineMaxPosPercent();
248249
method public Integer? getInfoPanelMarginEnd();
249250
method public Integer? getInfoPanelMarginStart();
250251
method public Integer? getInfoPanelPeekHeight();
@@ -267,6 +268,7 @@ package com.mapbox.navigation.dropin {
267268
method public void setDestinationMarkerAnnotationOptions(com.mapbox.maps.plugin.annotation.generated.PointAnnotationOptions?);
268269
method public void setEndNavigationButtonStyle(Integer?);
269270
method public void setInfoPanelBackground(Integer?);
271+
method public void setInfoPanelGuidelineMaxPosPercent(Float?);
270272
method public void setInfoPanelMarginEnd(Integer?);
271273
method public void setInfoPanelMarginStart(Integer?);
272274
method public void setInfoPanelPeekHeight(Integer?);
@@ -289,6 +291,7 @@ package com.mapbox.navigation.dropin {
289291
property public final com.mapbox.maps.plugin.annotation.generated.PointAnnotationOptions? destinationMarkerAnnotationOptions;
290292
property public final Integer? endNavigationButtonStyle;
291293
property public final Integer? infoPanelBackground;
294+
property public final Float? infoPanelGuidelineMaxPosPercent;
292295
property public final Integer? infoPanelMarginEnd;
293296
property public final Integer? infoPanelMarginStart;
294297
property public final Integer? infoPanelPeekHeight;
@@ -315,6 +318,7 @@ package com.mapbox.navigation.dropin {
315318
method public com.mapbox.maps.plugin.annotation.generated.PointAnnotationOptions defaultDestinationMarkerAnnotationOptions(android.content.Context context);
316319
method @StyleRes public int defaultEndNavigationButtonStyle();
317320
method @DrawableRes public int defaultInfoPanelBackground();
321+
method @FloatRange(from=0.0, to=1.0) public float defaultInfoPanelGuidelineMaxPosPercent();
318322
method @Px public int defaultInfoPanelMarginEnd();
319323
method @Px public int defaultInfoPanelMarginStart();
320324
method @Px public int defaultInfoPanelPeekHeight(android.content.Context context);

0 commit comments

Comments
 (0)