display Search Results
Use this method to display temporary locations, not points of interests location. Use clearMap to exit this state
Return
False if any of these errors happened: no context, no google map, no locations to show. True otherwise
Parameters
The temporary locations.
Use this method to display temporary locations, not points of interests location. Use clearMap to exit this state
Return
False if any of these errors happened: no context, no google map, no locations to show. True otherwise
Parameters
The temporary locations.
True if the camera should animate to the locations center, false to just move there
Use this method to display temporary locations, not points of interests location. Use clearMap to exit this state
Return
False if any of these errors happened: no context, no google map, no locations to show. True otherwise
Parameters
The temporary locations.
Use this method to display temporary locations, not points of interests location. Use clearMap to exit this state
Return
False if any of these errors happened: no context, no google map, no locations to show. True otherwise
Parameters
The temporary locations.
True if the camera should animate to the locations center, false to just move there
A padding value (in dp) between the given locations bounding box and the viewport
Use this method to display temporary locations, not points of interests location. Use clearMap to exit this state
Return
False if any of these errors happened: no context, no google map, no locations to show. True otherwise
Parameters
The temporary locations.
True if the camera should animate to the locations center, false to just move there
A padding value (in dp) between the given locations bounding box and the viewport
True to show the info window if there is only one location in the list
Use this method to display temporary locations, not points of interests location. Use clearMap to exit this state
Return
False if any of these errors happened: no context, no google map, no locations to show. True otherwise
Parameters
The temporary locations.
True if the camera should animate to the locations center, false to just move there
A CameraUpdate object. See CameraUpdate
The duration of the animation in milliseconds. This must be strictly positive, otherwise an IllegalArgumentException will be thrown.
An optional callback to be notified from the Android UI thread when the animation stops. If the animation stops due to its natural completion, the callback will be notified with onFinish(). If the animation stops due to interruption by a later camera movement or a user gesture, onCancel() will be called. The callback should not attempt to move or animate the camera in its cancellation method. If a callback isn't required, leave it as null.
Use this method to display temporary locations, not points of interests location. Use clearMap to exit this state
Return
False if any of these errors happened: no context, no google map, no locations to show. True otherwise
Parameters
The temporary locations.
True if the camera should animate to the locations center, false to just move there
A padding value (in dp) between the given locations bounding box and the viewport
True to show the info window if there is only one location in the list
A CameraUpdate object. See CameraUpdate
The duration of the animation in milliseconds. This must be strictly positive, otherwise an IllegalArgumentException will be thrown.
An optional callback to be notified from the Android UI thread when the animation stops. If the animation stops due to its natural completion, the callback will be notified with onFinish(). If the animation stops due to interruption by a later camera movement or a user gesture, onCancel() will be called. The callback should not attempt to move or animate the camera in its cancellation method. If a callback isn't required, leave it as null.
An optional callback to be notified once the method is done (failed to run, end of camera animations, etc.)