Closed Amattia closed 5 years ago
the demo shows an example of drawing paths using the new plugin system. that code specifically starts on this line, https://github.com/moagrius/TileView/blob/master/demo/src/main/java/tileview/demo/TileViewDemoAdvanced.java#L105, but you should read the whole file so you can understand how to use plugins, etc
Hi, I would need to implement a function that create paths on the TileView dynamically, I looked for guides, or examples but refer to the old documentation, could you kindly give me an example on how to achieve what was required? (I use the 2.2.9 version of the library)
Specifically: given a set of points (coordinates of points on the screen) I should create a path on the TileView.
Actually I have tried this code but not work