@Service(value="locationService") public class LocationServiceImpl extends Object implements LocationService
| Constructor and Description |
|---|
LocationServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getLocationIdByLatLong(Float latitude,
Float longitude)
Return a location Id, from a longitude and a latitude (in decimal degrees - WG84).
|
String |
getLocationLabelByLatLong(Float latitude,
Float longitude)
Return location label from a longitude and a latitude (in decimal degrees - WG84).
|
public String getLocationLabelByLatLong(Float latitude, Float longitude)
LocationServicegetLocationLabelByLatLong in interface LocationServicelatitude - a latitude (in decimal degrees - WG84)longitude - a longitude (in decimal degrees - WG84)public Integer getLocationIdByLatLong(Float latitude, Float longitude)
LocationServicegetLocationIdByLatLong in interface LocationServicelatitude - a latitude (in decimal degrees - WG84)longitude - a longitude (in decimal degrees - WG84)Copyright © 2013. All Rights Reserved.