public class GeoPoint extends Object
Java class for GeoPoint complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GeoPoint">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="latitudeInMicroDegrees" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="longitudeInMicroDegrees" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Integer |
latitudeInMicroDegrees |
protected Integer |
longitudeInMicroDegrees |
| Constructor and Description |
|---|
GeoPoint() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getLatitudeInMicroDegrees()
Gets the value of the latitudeInMicroDegrees property.
|
Integer |
getLongitudeInMicroDegrees()
Gets the value of the longitudeInMicroDegrees property.
|
void |
setLatitudeInMicroDegrees(Integer value)
Sets the value of the latitudeInMicroDegrees property.
|
void |
setLongitudeInMicroDegrees(Integer value)
Sets the value of the longitudeInMicroDegrees property.
|
protected Integer latitudeInMicroDegrees
protected Integer longitudeInMicroDegrees
public Integer getLatitudeInMicroDegrees()
Integerpublic void setLatitudeInMicroDegrees(Integer value)
value - allowed object is
Integerpublic Integer getLongitudeInMicroDegrees()
IntegerCopyright © 2023. All rights reserved.