Uses of Class
java.lang.NullPointerException

Packages that use NullPointerException
javax.microedition.location Location API 
 

Uses of NullPointerException in javax.microedition.location
 

Methods in javax.microedition.location that throw NullPointerException
static double Coordinates.convert(String coordinate)
          Converts a String representation of a coordinate into the double representation as used in this API.
 void Landmark.setName(String name)
          Sets the name of the landmark.
 

Constructors in javax.microedition.location that throw NullPointerException
Landmark(String name, String description, QualifiedCoordinates coordinates, AddressInfo addressInfo)
          Constructs a new Landmark object with the values specified.