-
public abstract class GpsLayerCallbackInterface
-
-
Constructor Summary
Constructors Constructor Description GpsLayerCallbackInterface()
-
Method Summary
Modifier and Type Method Description abstract UnitmodeDidChange(GpsMode mode)abstract UnitonPointClick(Coord coordinate)-
-
Method Detail
-
modeDidChange
abstract Unit modeDidChange(GpsMode mode)
-
onPointClick
abstract Unit onPointClick(Coord coordinate)
-
-
-
-