FollowMyLocationOptions.Builder

public static final class FollowMyLocationOptions.Builder extends Object

A builder that helps configure an instance of FollowMyLocationOptions.

Public Constructor Summary

Public Method Summary

FollowMyLocationOptions
build()
Builds the FollowMyLocationOptions object from the state accumulated in this FollowMyLocationOptions.Builder.
FollowMyLocationOptions.Builder
setZoomLevel(float zoomLevel)
Sets the zoom level of the camera.

Inherited Method Summary

Public Constructors

public Builder ()

Public Methods

public FollowMyLocationOptions build ()

Builds the FollowMyLocationOptions object from the state accumulated in this FollowMyLocationOptions.Builder.

public FollowMyLocationOptions.Builder setZoomLevel (float zoomLevel)

Sets the zoom level of the camera.

Parameters
zoomLevel
Throws
IllegalArgumentException if zoomLevel is outside the interval (2, 21).