setPOIImage property

Future<bool> setPOIImage

Total distance remaining in meters along route.

Implementation

Future<bool> get setPOIImage => _methodChannel
    .invokeMethod<bool>('setPOIImage')
    .then<bool>((dynamic result) => result);