Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

Sign up now!

Request Pass a collection of coordinates to a path builder

Java Warlord
Joined
Nov 17, 2014
Messages
4,906
Path builders should have an option to pass a collection/varargs of coordinates to them, and they will return the first path they find. which should be the path to the nearest of the passed coordinates.

@SlashnHax
 
Engineer
Joined
Jul 28, 2013
Messages
2,776
Are you talking about WebPath's in particular? Otherwise, at least one of the other path building methods support multiple destinations. If you are talking about WebPath's.... it's a bit complicated even though I really want to make it happen and have for a long time.
 
Java Warlord
Joined
Nov 17, 2014
Messages
4,906
Are you talking about WebPath's in particular? Otherwise, at least one of the other path building methods support multiple destinations. If you are talking about WebPath's.... it's a bit complicated even though I really want to make it happen and have for a long time.
Yeah webpathbuilders in particular. Regionpath already supports it.
 
Top