public class Yahoo
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
Yahoo.AerialProvider |
static class |
Yahoo.HybridProvider |
static class |
Yahoo.RoadProvider |
static class |
Yahoo.YahooProvider |
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
AERIAL_VERSION |
static java.lang.String |
HYBRID_VERSION |
static java.lang.String |
ROAD_VERSION |
Constructor and Description |
---|
Yahoo() |
Modifier and Type | Method and Description |
---|---|
static Coordinate |
fromYahoo(Coordinate coord) |
static Coordinate |
fromYahooAerial(Coordinate coord) |
static Coordinate |
fromYahooRoad(Coordinate coord) |
static Coordinate |
toYahoo(Coordinate coord) |
static Coordinate |
toYahooAerial(Coordinate coord) |
static Coordinate |
toYahooRoad(Coordinate coord) |
public static final java.lang.String ROAD_VERSION
public static final java.lang.String AERIAL_VERSION
public static final java.lang.String HYBRID_VERSION
public static Coordinate fromYahoo(Coordinate coord)
public static Coordinate toYahoo(Coordinate coord)
public static Coordinate fromYahooRoad(Coordinate coord)
public static Coordinate toYahooRoad(Coordinate coord)
public static Coordinate fromYahooAerial(Coordinate coord)
public static Coordinate toYahooAerial(Coordinate coord)