facebook4j
Interface Venue


public interface Venue

Since:
Facebook4J 2.0.0
Author:
Ryuji Yamashita - roundrop at gmail.com

Method Summary
 String getCity()
           
 String getCountry()
           
 String getId()
           
 Double getLatitude()
           
 Double getLongitude()
           
 String getState()
           
 String getStreet()
           
 String getZip()
           
 

Method Detail

getId

String getId()

getStreet

String getStreet()

getCity

String getCity()

getState

String getState()

getCountry

String getCountry()

getLatitude

Double getLatitude()

getLongitude

Double getLongitude()

getZip

String getZip()


Copyright © 2019. All rights reserved.