GeocodeType

The type of geocoding to be performed by a GeocoderService.
Properties:
Name Type Description
SEARCH Number Perform a search where the input is considered complete.
AUTOCOMPLETE Number Perform an auto-complete using partial input, typically reserved for providing possible results as a user is typing.
See:

Members

static constant Cesium.GeocodeType.AUTOCOMPLETE : Number

Perform an auto-complete using partial input, typically reserved for providing possible results as a user is typing.
Default Value: 1

static constant Cesium.GeocodeType.SEARCH : Number

Perform a search where the input is considered complete.