Uses of Class
com.targomo.client.api.statistic.PoiType
Packages that use PoiType
Package
Description
-
Uses of PoiType in com.targomo.client.api.geo
Methods in com.targomo.client.api.geo that return PoiTypeMethods in com.targomo.client.api.geo with parameters of type PoiType -
Uses of PoiType in com.targomo.client.api.quality.criterion
Methods in com.targomo.client.api.quality.criterion that return types with arguments of type PoiTypeModifier and TypeMethodDescriptionPoiCriterionDefinition.getExclude()PoiCriterionDefinition.getOsmTypes()PoiCriterionDefinition.getReferenceOsmTypes() -
Uses of PoiType in com.targomo.client.api.request
Constructors in com.targomo.client.api.request with parameters of type PoiTypeModifierConstructorDescriptionOverpassRequest(TravelOptions travelOptions, PoiType poiTye) Use default client implementation with specified options and method and a specific PoI type Default client usesClientBuilder.OverpassRequest(TravelOptions travelOptions, javax.ws.rs.client.Client client, PoiType poiType) Use a custom client implementation with specified options and method and a specific PoI type -
Uses of PoiType in com.targomo.client.api.response
Constructors in com.targomo.client.api.response with parameters of type PoiTypeModifierConstructorDescriptionOverpassResponse(TravelOptions travelOptions, org.json.JSONObject result, long requestStart, PoiType poiType) Create a response from JSON results, using given travel options -
Uses of PoiType in com.targomo.client.api.statistic
Methods in com.targomo.client.api.statistic with parameters of type PoiType