GMSNavigationStepInfoImageOptions Class Reference

GMSNavigationStepInfoImageOptions Class Reference

Public Member Functions

(instancetype) - init

Properties

id< GMSNavigationScreenMetricsscreenMetrics
 The object which provides screen metrics for the screen the image will be displayed on.
GMSNavigationManeuverImageSize maneuverImageSize
 The image size for maneuverImage in GMSNavigationStepInfo.

Member Function Documentation

- (instancetype) init

Property Documentation

- (id<GMSNavigationScreenMetrics>) screenMetrics [read, write, assign]

The object which provides screen metrics for the screen the image will be displayed on.

In most cases, developers can pass the instance of UIScreen for the screen where the image will be displayed. This property defaults to UIScreen.mainScreen.

- (GMSNavigationManeuverImageSize) maneuverImageSize [read, write, assign]

The image size for maneuverImage in GMSNavigationStepInfo.

Defaults to GMSNavigationManeuverImageSizeSquare96.