Uses of Class
ai.nextbillion.maps.model.PlaceAutocompleteType
| Package | Description |
|---|---|
| ai.nextbillion.maps | |
| ai.nextbillion.maps.model |
-
Uses of PlaceAutocompleteType in ai.nextbillion.maps
Methods in ai.nextbillion.maps with parameters of type PlaceAutocompleteType Modifier and Type Method Description PlaceAutocompleteRequestPlaceAutocompleteRequest. type(PlaceAutocompleteType type)Deprecated.Please usetypesinstead.PlaceAutocompleteRequestPlaceAutocompleteRequest. types(PlaceAutocompleteType types)Restricts the results to places matching the specified type. -
Uses of PlaceAutocompleteType in ai.nextbillion.maps.model
Methods in ai.nextbillion.maps.model that return PlaceAutocompleteType Modifier and Type Method Description static PlaceAutocompleteTypePlaceAutocompleteType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static PlaceAutocompleteType[]PlaceAutocompleteType. values()Returns an array containing the constants of this enum type, in the order they are declared.