The version that you requested is unavailable. We've redirected you to the latest version of the help.
Version

GetPointsOverride Method (LineGeometryData)

Called to extract the salient points from this data.
Syntax
public override void GetPointsOverride( 
   List<List<PointData>> points,
   GetPointsSettings settings
)

Parameters

points
The points container.
settings
Information about how point saliency is determined.
Requirements

Target Platforms: Android 4.4+, iOS 8+

Development Environments: Visual Studio 2015+, Visual Studio for Mac Preview, Xamarin for Visual Studio 4.2+

See Also