Uses of Class
ai.nextbillion.maps.FindPlaceFromTextRequest.InputType
| Package | Description |
|---|---|
| ai.nextbillion.maps |
-
Uses of FindPlaceFromTextRequest.InputType in ai.nextbillion.maps
Methods in ai.nextbillion.maps that return FindPlaceFromTextRequest.InputType Modifier and Type Method Description static FindPlaceFromTextRequest.InputTypeFindPlaceFromTextRequest.InputType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static FindPlaceFromTextRequest.InputType[]FindPlaceFromTextRequest.InputType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in ai.nextbillion.maps with parameters of type FindPlaceFromTextRequest.InputType Modifier and Type Method Description FindPlaceFromTextRequestFindPlaceFromTextRequest. inputType(FindPlaceFromTextRequest.InputType inputType)The type of input.