OnlineRangeCalculatorFactory

Factory to create an online instance of RangeCalculator. Range calculation is the generation of a polygon denoting the area reachable by a vehicle given a certain budget, see RangeCalculator.calculateRange.

Functions

Link copied to clipboard
fun create(context: Context, apiKey: String, apiUri: Uri? = null): RangeCalculator

Creates an online instance of RangeCalculator.