Protocol YSKLocationProvider
Protocol for accessing geolocation.
Information about the user's current location may be used for determining the most likely hypotheses, for example, when using the maps language model.
Instance Methods
-getLocation | Returns the current coordinates of the user's location. |
-getLocation | Returns the current coordinates of the user's location. |
Method Detail
-getLocation
- (nullable CLLocation *)getLocation
Returns the current coordinates of the user's location.
Returns:
Current coordinates of the user's location.