Uses of Class
com.targomo.client.api.pojo.LocationProperties
Packages that use LocationProperties
-
Uses of LocationProperties in com.targomo.client.api.geo
Fields in com.targomo.client.api.geo declared as LocationPropertiesMethods in com.targomo.client.api.geo that return LocationPropertiesModifier and TypeMethodDescriptionAbstractLocation.getProperties()Get the properties of a locationLocation.getProperties()Get the properties of a locationMethods in com.targomo.client.api.geo with parameters of type LocationPropertiesModifier and TypeMethodDescriptionvoidAbstractLocation.setProperties(LocationProperties properties) Assign properties to a locationvoidLocation.setProperties(LocationProperties locationProperties) Assign properties to a locationConstructors in com.targomo.client.api.geo with parameters of type LocationPropertiesModifierConstructorDescriptionAbstractCoordinate(String id, double x, double y, LocationProperties locationProperties) Generate a Coordinate with an ID along with X and Y values.AbstractGeometry(String id, Integer crs, String data, boolean routeFromCentroid, LocationProperties locationProperties) AbstractLocation(String id, LocationProperties properties) DefaultSourceAddress(String h3Address, TravelType travelType, LocationProperties locationProperties) DefaultSourceAddress(String h3Address, LocationProperties locationProperties) DefaultSourceAddress(String h3Address, List<TravelType> travelTypes, LocationProperties locationProperties) DefaultSourceCoordinate(String id, double x, double y, TravelType travelType, LocationProperties locationProperties) Generate Source coordinate with a TravelType as well as ID, X and Y values.DefaultSourceCoordinate(String id, double x, double y, LocationProperties locationProperties) Generate Source coordinate with ID, X and Y values with no travel type.DefaultSourceCoordinate(String id, double x, double y, List<TravelType> travelTypes, LocationProperties locationProperties) DefaultSourceGeometry(String id, String geojson, int crs, TravelType travelType, boolean routeFromCentroid, LocationProperties locationProperties) Generate Source geometry with a TravelType as well as ID, geojson and crs values.DefaultSourceGeometry(String id, String geojson, int crs, TravelType travelType, LocationProperties locationProperties) DefaultSourceGeometry(String id, String geojson, int crs, List<TravelType> travelTypes, boolean routeFromCentroid, LocationProperties locationProperties) -
Uses of LocationProperties in com.targomo.client.api.quality
Constructors in com.targomo.client.api.quality with parameters of type LocationPropertiesModifierConstructorDescriptionLocation(String id, Double lat, Double lng, LocationProperties properties)