Polyline, delete node by mouse

Hello.



How I can to know, which node was clicked by mouse on polyline path?


I want to delete clicked node
procedure TForm1.WebGMaps1PolylineClick(Sender: TObject; IdPolyline: Integer; Button: TMouseButton);
begin
  WebGMaps1.Polylines[IdPolyline].Polyline.Path.Delete(???);
  WebGMaps1.UpdateMapPolyline(WebGMaps1.Polylines[IdPolyline].Polyline);
end;

Hi,


This is currently unfortunately not supported.
We'll have to investigate if this feature is supported in the Google Maps API and if it's possible to implement in a future version of TMS VCL WebGMaps.