PolylinePoints.legacy constructor
PolylinePoints.legacy(
- String apiKey
Create instance optimized for legacy API usage
Implementation
factory PolylinePoints.legacy(String apiKey) {
return PolylinePoints(
apiKey: apiKey,
preferRoutesApi: false,
);
}