Added fileOffset to TransportRoute
This commit is contained in:
parent
3d08af0e90
commit
bade74ee40
1 changed files with 1 additions and 0 deletions
|
@ -253,6 +253,7 @@ public class BinaryMapTransportReaderAdapter {
|
|||
int routeLength = codedIS.readRawVarint32();
|
||||
int old = codedIS.pushLimit(routeLength);
|
||||
net.osmand.data.TransportRoute dataObject = new net.osmand.data.TransportRoute();
|
||||
dataObject.setFileOffset(filePointer);
|
||||
boolean end = false;
|
||||
long rid = 0;
|
||||
int rx = 0;
|
||||
|
|
Loading…
Reference in a new issue