PC SOFT

PROFESSIONAL NEWSGROUPS
WINDEVWEBDEV and WINDEV Mobile

Home → WINDEV Mobile 2024 → IOS => MapFollowMovement (buggy function!)
IOS => MapFollowMovement (buggy function!)
Started by Stevr, Nov., 12 2017 5:34 PM - No answer
Posted on November, 12 2017 - 5:34 PM
Currently I'm working on a Windev Mobile (Version 22) project. We're targetting the IOS platform and we're heavily using the google maps control.

After the Google maps control initialized we invoke the GPSFollowMovement immediately followed by the MapFollowMovement function.

The purpose of the MapFollowMovement is showing the current location on the map. In our test environment (all our tests are done on a iphone with IOS 11.1 firmware),, the app is crashing the moment you tap on the current location => blue marker.

Exception in Xcode: SIGABRT in Thread 1

We declared our MapFollowMovement function in this way:
MapFollowMovement(Mapview, true)

Are there any other developers who have struggled with this issue?
It seems to me that this function isn't working the way it is supposed to be?