or better...
This commit is contained in:
parent
07e539d42d
commit
07bac64392
1 changed files with 1 additions and 1 deletions
|
@ -269,7 +269,7 @@ public class GeoPointParserUtilTest {
|
|||
url = "http://maps.google.com/maps?q=N" + dlat + ",W" + Math.abs(dlon);
|
||||
System.out.println("url: " + url);
|
||||
actual = GeoPointParserUtil.parse(url);
|
||||
assertGeoPoint(actual, new GeoParsedPoint(dlat, -Math.abs(dlon)));
|
||||
assertGeoPoint(actual, new GeoParsedPoint(dlat, dlon));
|
||||
|
||||
url = "http://maps.google.com/maps?f=d&saddr=" + dlat +"," +dlon +"&daddr=" +dlat +"," +dlon+"&hl=en";
|
||||
System.out.println("url: " + url);
|
||||
|
|
Loading…
Reference in a new issue