SYGeocodeLocationRequest Class Reference

Represents an interface for a geocoding search request base on location id. More...

#import <SYSearch.h>

Inheritance diagram for SYGeocodeLocationRequest:
Collaboration diagram for SYGeocodeLocationRequest:

Instance Methods

(nonnull instancetype) - initWithLocationId:
 Creates a geocoder request that resolves a free text query. More...
 

Properties

NSString * locationId
 NSString representing location ID received from SYAutocompleteResult. More...
 

Detailed Description

Represents an interface for a geocoding search request base on location id.

Method Documentation

◆ initWithLocationId:()

- (nonnull instancetype) initWithLocationId: (nonnull NSString *)  locationId

Creates a geocoder request that resolves a free text query.

Parameters
locationIdlocation ID received from SYAutocompleteResult.

Property Documentation

◆ locationId

- (NSString*) locationId
readwritenonatomicstrong

NSString representing location ID received from SYAutocompleteResult.


The documentation for this class was generated from the following file: