mapsforge bridge

This commit is contained in:
Arndt Brenschede 2017-02-03 19:21:39 +01:00
parent 61ce13ca33
commit ebd9305528
3 changed files with 3 additions and 3 deletions

View file

@ -7,7 +7,7 @@ package btools.codec;
*/
public interface WaypointMatcher
{
void startNode( int ilon, int ilat );
void startNode( int ilon, int ilat, byte[] wayTags );
void transferNode( int ilon, int ilat );
void endNode( int ilon, int ilat );
}