-
Notifications
You must be signed in to change notification settings - Fork 138
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
changes in clplacemark of resolveToPlacemark block #17
Comments
hi, i had the same problem, for example if I try London or Milan in the Italian language, or if I try Plae d'italie in any language or even other cities did not return lat and lon. Can you help me please? |
It is resolved now, |
OK thanks. Thank you for all. |
Yes, It has Same problem as previous version for some places even i suffer from this bug. |
OK thank you for all. |
Hi, any one can help me with SPGooglePlacesAutocompleteQuery language ? I tray "en" or "ENGLISH" but the result is always in keyboard languages. |
Due to some changes in the api, the place mark we get from
[place resolveToPlacemark:^(CLPlacemark *placemark, NSString *addressString, NSError *error)
block is different now, and there is lot of changes in placemark. so is there any other way to get the latitude and longitude from clplacemark,
i can get latitude and longitude but its too long way by dictionary to dictionary checking. my previous code which is working is following
The text was updated successfully, but these errors were encountered: