Package com.jtelegram.api.message.media
Class Location
- java.lang.Object
-
- com.jtelegram.api.message.media.SendableMedium
-
- com.jtelegram.api.message.media.Location
-
public class Location extends SendableMedium
-
-
Constructor Summary
Constructors Constructor Description Location()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description float
getLatitude()
float
getLongitude()
java.lang.String
toString()
-
-
-
Method Detail
-
getLongitude
public float getLongitude()
-
getLatitude
public float getLatitude()
-
toString
public java.lang.String toString()
- Overrides:
toString
in classSendableMedium
-
-