* Latitude. The value domain and the interpretation are the same as for the text of the latitude element in KML (see notes below)
* </p>
*/
public DecimalDt getLatitude() {
if (myLatitude == null) {
myLatitude = new DecimalDt();
}
return myLatitude;
}