Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

0.26.0 Migration Guide

Pablo Guardiola edited this pageDec 21, 2018 ·1 revision

PRs that broke SEMVER:


NavigationView#updateWaynameView(String wayname) wasreplaced withupdateWayNameView(@NonNull String wayName). Note: If you'd like to use this method without being overridden by the default visibility values we provide, please disabled auto-query withNavigationMapboxMap#updateWaynameQueryMap(boolean)

This changes the public API naming into amore accurate nomenclature (wayname it's not a valid word) which is mixed across the codebase. Making it easier to use, more intuitive and consistent with the rest of the code.

Old:

public void updateWaynameView(String wayname)

New:

public void updateWayNameView(@NonNull String wayName)

NavigationView#updateWaynameVisibility(boolean isVisible) wasreplaced withupdateWayNameVisibility(boolean isVisible). Note: If you'd like to use this method without being overridden by the default visibility values we provide, please disabled auto-query withNavigationMapboxMap#updateWaynameQueryMap(boolean)

This changes the public API naming into a _more accurate nomenclature (wayname it's not a valid word) which is mixed across the codebase. Making it easier to use, more intuitive and consistent with the rest of the code.

Old:

public void updateWaynameVisibility(boolean isVisible)

New:

public void updateWayNameVisibility(boolean isVisible)

NavigationView#updateWaynameQueryMap(boolean isEnabled) wasremoved. This is not needed anymore because this functionality is handled internally by other methods and as noted above if you'd like to override the default visibility values we provide, you can still do it withNavigationMapboxMap#updateWaynameQueryMap(boolean)

Clone this wiki locally


[8]ページ先頭

©2009-2025 Movatter.jp