snapToFeatureModel abstract method

Future<FlutterPointLLA?> snapToFeatureModel(
  1. FlutterCombainLocation location, {
  2. double maxDistance = 10.0,
})

Snaps the given location to the nearest feature model point within the max distance Returns null if no point is found within the max distance or no model exists location The location to snap maxDistance The maximum distance in meters to snap to a feature model point (default is 10.0)

Implementation

Future<FlutterPointLLA?> snapToFeatureModel(
  FlutterCombainLocation location, {
  double maxDistance = 10.0,
});