Uses of Class
ai.nextbillion.maps.model.RankBy
| Package | Description |
|---|---|
| ai.nextbillion.maps | |
| ai.nextbillion.maps.model |
-
Uses of RankBy in ai.nextbillion.maps
Methods in ai.nextbillion.maps with parameters of type RankBy Modifier and Type Method Description NearbySearchRequestNearbySearchRequest. rankby(RankBy ranking)Specifies the order in which results are listed.TextSearchRequestTextSearchRequest. rankby(RankBy ranking)Specifies the order in which results are listed. -
Uses of RankBy in ai.nextbillion.maps.model
Methods in ai.nextbillion.maps.model that return RankBy Modifier and Type Method Description static RankByRankBy. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static RankBy[]RankBy. values()Returns an array containing the constants of this enum type, in the order they are declared.