Navigation SDK is currently available only to select customers. Contact sales to learn more.

NavigationMapStyle

public abstract @interface NavigationMapStyle implements Annotation

This @interface is deprecated.
The high-detail map style will soon be automatically enabled in the base map, so there is no distinction between the different enum values.

The map styles used during navigation.

Constant Summary

int DEFAULT Default base map style.
int HIGH_DETAIL Map style with extra detailed tiles, including 2D building outlines on zoom level 18+ and 2D building numbers on zoom level 19+.

Inherited Method Summary

Constants

public static final int DEFAULT

Default base map style.

Constant Value: 0

public static final int HIGH_DETAIL

Map style with extra detailed tiles, including 2D building outlines on zoom level 18+ and 2D building numbers on zoom level 19+.

Constant Value: 1