GeoCoordinates Class
- java.
lang. Object - com.
microsoft. bot. schema. GeoCoordinates
- com.
Implements
public class GeoCoordinates
implements EntitySerialization
GeoCoordinates (entity type: "https://schema.org/GeoCoordinates").
Constructor Summary
| Constructor | Description |
|---|---|
| GeoCoordinates() |
Geo |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| java.lang.Double |
getElevation()
Get the elevation value. |
| double |
getLatitude()
Get the latitude value. |
| double |
getLongitude()
Get the longitude value. |
| java.lang.String |
getName()
Get the name value. |
| java.lang.String |
getType()
Get the type value. |
| void |
setElevation(double withElevation)
Set the elevation value. |
| void |
setLatitude(double withLatitude)
Set the latitude value. |
| void |
setLongitude(double withLongitude)
Set the longitude value. |
| void |
setName(String withName)
Set the name value. |
Methods inherited from java.lang.Object
Constructor Details
GeoCoordinates
public GeoCoordinates()
GeoCoordinates of type "GeoCoordinates".
Method Details
getElevation
public Double getElevation()
Get the elevation value.
Returns:
getLatitude
public double getLatitude()
Get the latitude value.
Returns:
getLongitude
public double getLongitude()
Get the longitude value.
Returns:
getName
public String getName()
Get the name value.
Returns:
getType
public String getType()
Get the type value.
Returns:
setElevation
public void setElevation(double withElevation)
Set the elevation value.
Parameters:
setLatitude
public void setLatitude(double withLatitude)
Set the latitude value.
Parameters:
setLongitude
public void setLongitude(double withLongitude)
Set the longitude value.
Parameters:
setName
public void setName(String withName)
Set the name value.
Parameters: