javax.microedition.location
Class Criteria
java.lang.Object
javax.microedition.location.Criteria
public class Criteria
- extends Object
Empty class used to satisfy Location API criteria.
Normally this would be used to specify criteria for choosing a GPS
but it is unneeded by the leJOS API. Use null instead, as in LocationProvider.getInstance(null).
- Author:
- BB
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Criteria
public Criteria()