Enum that encapsulates the different supported marker visibility modes.
Public Attributes | |
| ON_MAP =(0) | |
| Shows marker only on map. | |
| ON_AUGMENTED_REALITY =(1) | |
| Shows marker only on the augmented view. | |
| ON_NEITHER =(2) | |
| The marker is not visible anywhere. | |
| ON_ALL =(3) | |
| Shows the marker on both the map and the augmented view. | |