public class MapLocationData extends Object
| Constructor and Description |
|---|
MapLocationData() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAddressDescription() |
String |
getCode() |
String |
getLatitude() |
String |
getLongitude() |
void |
setAddressDescription(String addressDescription) |
void |
setCode(String code) |
void |
setLatitude(String latitude) |
void |
setLongitude(String longitude) |
public String getCode()
public void setCode(String code)
code - the code to setpublic String getLatitude()
public void setLatitude(String latitude)
latitude - the latitude to setpublic String getLongitude()
public void setLongitude(String longitude)
longitude - the longitude to setpublic String getAddressDescription()
public void setAddressDescription(String addressDescription)
addressDescription - the addressDescription to setCopyright © 2017 SAP SE. All Rights Reserved.