facebook4j
Interface Place.Location

Enclosing interface:
Place

public static interface Place.Location


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

Method Detail

getStreet

String getStreet()

getCity

String getCity()

getState

String getState()

getCountry

String getCountry()

getZip

String getZip()

getLatitude

Double getLatitude()

getLongitude

Double getLongitude()

getText

String getText()


Copyright © 2019. All rights reserved.