All Downloads are FREE. Search and download functionalities are using the official Maven repository.

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
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy