I have the address in string format (not latitude or longitude) and it is not feasible to separate from the string the zip, city or road name.
Is there any possibility to open the map with the string? The string is formatted like this: Fussballplatz Talgut, Grüzefeldstrasse , 8400 Winterthur
I tried two examples: 1) http://www.techotopia.com/index.php/An_Example_Swift_iOS_8_MKMapItem_Application this has problem with kABPersonAddressStreetKey which is undefined in swift 2.0 (think so)
2) How to open maps App programmatically with coordinates in swift? here I do not have the latitude o longitude.