startVPS method

Future<void> startVPS()

start the VPS scanning to retrieve user position

make sure you are using VPS as MapOptions.locationSource in WemapMap.options NB: before calling the method make sure camera permissions are granted

Implementation

Future<void> startVPS() async {
  await _channel.invokeMethod('startVPS');
}