File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
services-staticmap/src/main/java/com/mapbox/api/staticmap/v1 Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -103,14 +103,14 @@ public final class StaticMapCriteria {
103103 *
104104 * @since 3.0.0
105105 */
106- public static final String NAVIGATION_GUIDANCE_DAY = "navigation-guidance-day-v3 " ;
106+ public static final String NAVIGATION_GUIDANCE_DAY = "navigation-guidance-day-v4 " ;
107107
108108 /**
109109 * Navigation specific style that shows only the necessary information while a user is driving.
110110 *
111111 * @since 3.0.0
112112 */
113- public static final String NAVIGATION_GUIDANCE_NIGHT = "navigation-guidance-night-v3 " ;
113+ public static final String NAVIGATION_GUIDANCE_NIGHT = "navigation-guidance-night-v4 " ;
114114
115115 private StaticMapCriteria () {
116116 throw new AssertionError ("No Instances." );
You can’t perform that action at this time.
0 commit comments