Skip to main content

Type Alias: GeoCircleResamplerHandler()

GeoCircleResamplerHandler = (vector) => void

Defined in: src/sdk/geo/GeoCircleResampler.ts:12

A function which handles resampled points.

Parameters

ParameterTypeDescription
vectorReadonly<GeoCircleResamplerVector>A vector which describes the projected path terminating at the resampled point.

Returns

void