SPGooglePlacesAutocomplete
SPGooglePlacesAutocomplete copied to clipboard
How to get full street address?
Very often when I search for a business, it finds it along with the exact coordinates. However, the actual street address is missing. I was wondering if this was an option to configure ias one of searchQuery's properties but there are only two that I could find:
@property (nonatomic) SPGooglePlacesAutocompletePlaceType types;
typedef enum {
SPPlaceTypeGeocode = 0,
SPPlaceTypeEstablishment
} SPGooglePlacesAutocompletePlaceType;
Are there any other types that are supported or somehow to get it to return the street address?