citysdk.tourism.client.parser.data
Class LocationContent

java.lang.Object
  extended by citysdk.tourism.client.parser.data.LocationContent

public class LocationContent
extends java.lang.Object

Container of a location.

Author:
Pedro Cruz

Constructor Summary
LocationContent(java.lang.String latitude, java.lang.String longitude)
           
 
Method Summary
 java.lang.String getLatitude()
           
 java.lang.String getLongitude()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LocationContent

public LocationContent(java.lang.String latitude,
                       java.lang.String longitude)
Method Detail

getLatitude

public java.lang.String getLatitude()

getLongitude

public java.lang.String getLongitude()