de.aipark.api.route.DetailsMode Maven / Gradle / Ivy
package de.aipark.api.route;
/**
* Created by torgen on 14.07.16.
* details mode SIMPLE means loading results without detailed route information like polyline, used to reduced traffic if detailed route is not needed
* details mode POLYLINE means loading full results with detailed route information, e.g. to draw polyline on map
*/
public enum DetailsMode {
SIMPLE,
POLYLINE
}