Ejemplo n.º 1
0
 private Position getPosition(GeoName geo) {
   return Position.fromDegrees(geo.getLat(), geo.getLon(), 0);
 }