public class GoogleMapAssert
extends <any>
| Constructor and Description |
|---|
GoogleMapAssert(GoogleMap actual) |
| Modifier and Type | Method and Description |
|---|---|
GoogleMapAssert |
hasBuildingsDisabled() |
GoogleMapAssert |
hasBuildingsEnabled() |
GoogleMapAssert |
hasIndoorDisabled() |
GoogleMapAssert |
hasIndoorEnabled() |
GoogleMapAssert |
hasMapType(int mapType) |
GoogleMapAssert |
hasMaxZoomLevel(float zoomLevel) |
GoogleMapAssert |
hasMinZoomLevel(float zoomLevel) |
GoogleMapAssert |
hasMyLocationDisabled() |
GoogleMapAssert |
hasMyLocationEnabled() |
GoogleMapAssert |
hasTrafficDisabled() |
GoogleMapAssert |
hasTrafficEnabled() |
public GoogleMapAssert hasMapType(int mapType)
public GoogleMapAssert hasMaxZoomLevel(float zoomLevel)
public GoogleMapAssert hasMinZoomLevel(float zoomLevel)
public GoogleMapAssert hasBuildingsEnabled()
public GoogleMapAssert hasBuildingsDisabled()
public GoogleMapAssert hasIndoorEnabled()
public GoogleMapAssert hasIndoorDisabled()
public GoogleMapAssert hasMyLocationEnabled()
public GoogleMapAssert hasMyLocationDisabled()
public GoogleMapAssert hasTrafficEnabled()
public GoogleMapAssert hasTrafficDisabled()