- formatApproaches(List<String>) - Static method in class ai.nextbillion.api.utils.FormatUtils
-
Converts String list with approaches values to a string ready for API consumption.
- formatBearings(List<List<Double>>) - Static method in class ai.nextbillion.api.utils.FormatUtils
-
Formats the bearing variables from the raw values to a string which can than be used for the
request URL.
- formatCoordinate(double) - Static method in class ai.nextbillion.api.utils.FormatUtils
-
Useful to remove any trailing zeros and prevent a coordinate being over 7 significant figures.
- formatCoordinates(List<Point>) - Static method in class ai.nextbillion.api.utils.FormatUtils
-
Converts a list of Points to String.
- formatDistributions(List<Integer[]>) - Static method in class ai.nextbillion.api.utils.FormatUtils
-
Converts the list of integer arrays to a string ready for API consumption.
- formatPointsList(List<Point>) - Static method in class ai.nextbillion.api.utils.FormatUtils
-
Converts array of Points with waypoint_targets values to a string ready for API consumption.
- formatRadiuses(List<Double>) - Static method in class ai.nextbillion.api.utils.FormatUtils
-
Used in various APIs to format the user provided radiuses to a String matching the APIs
format.
- FormatUtils - Class in ai.nextbillion.api.utils
-
Methods to convert models to Strings.
- FormatUtils() - Constructor for class ai.nextbillion.api.utils.FormatUtils
-
- formatWaypointNames(List<String>) - Static method in class ai.nextbillion.api.utils.FormatUtils
-
Converts String list with waypoint_names values to a string ready for API consumption.