Formatting
This commit is contained in:
parent
17d25971cb
commit
4ad562867e
4 changed files with 8 additions and 10 deletions
|
@ -50,7 +50,6 @@ public class BinaryMapPoiReaderAdapter {
|
||||||
}
|
}
|
||||||
|
|
||||||
public static class PoiRegion extends BinaryIndexPart {
|
public static class PoiRegion extends BinaryIndexPart {
|
||||||
|
|
||||||
List<String> categories = new ArrayList<String>();
|
List<String> categories = new ArrayList<String>();
|
||||||
List<PoiCategory> categoriesType = new ArrayList<PoiCategory>();
|
List<PoiCategory> categoriesType = new ArrayList<PoiCategory>();
|
||||||
List<List<String> > subcategories = new ArrayList<List<String> >();
|
List<List<String> > subcategories = new ArrayList<List<String> >();
|
||||||
|
|
|
@ -33,7 +33,6 @@ public class BinaryMapTransportReaderAdapter {
|
||||||
}
|
}
|
||||||
|
|
||||||
public static class TransportIndex extends BinaryIndexPart {
|
public static class TransportIndex extends BinaryIndexPart {
|
||||||
|
|
||||||
int left = 0;
|
int left = 0;
|
||||||
int right = 0;
|
int right = 0;
|
||||||
int top = 0;
|
int top = 0;
|
||||||
|
|
|
@ -17,7 +17,7 @@ public class City extends MapObject {
|
||||||
|
|
||||||
private double radius;
|
private double radius;
|
||||||
|
|
||||||
private CityType(double radius) {
|
CityType(double radius) {
|
||||||
this.radius = radius;
|
this.radius = radius;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue