Hello,
I have a problem with the native newMapView (iOS map).
In my app, I have a search box for the user to put the Country name (search by country), and it seems that a lot of countires we put in the search box just dont work at all. The map should go to the center of the country if Im not mistaken, but instead just goes to China (I think), which seems to mean that the Map/GPS just cant find the coordinates.
It seems to happen whit countries far way from where I am, wich may be the reason why I dont think I ever found this problem with an European country (Im in Europe), but for example, Brazil has this problem.
I tried a workaround, which was to search for real coordinates in the center of the country (on Google Maps) in case of the more “expected” countries that the users of my app are sure to search for (like Brazil like Ive mentioned before), and using those coordinates to “force” the Map to go to that location but the result is exaclty the same: It just goes to China or something, so I figure the problem may be with the GPS/Native iOS map with countries/coordinates far away from where you are.
I would like to know if someone can confirm to me that thats exactly the case (native iOS map/GPS problem), and if someone else has found this problem beacause It actually seems like something really bothersome/annoying for apps with World Map usage.
Thanks in advance.