You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to implement overlays in my Mac application, but when I add an overlay I always get the "Error creating internal representation of overlay view for overlay: <MKPolyline: 0x1004c55e0>" error...
Do you have any idea what it means? Or how I can solve this?
Thanks a lot, great framework port by the way!!
The text was updated successfully, but these errors were encountered:
Can you send me the code you're trying to run to [email protected]? I can take a look at it and hopefully fix what's wrong with the framework. At one point polylines worked. :)
The 'proper' workaround for this is to wait for the delegate call saying the map is loaded. The issue is that the map view won't handle calls properly until it has initialized gmaps properly. The delegate call signifies "gmaps is up, we're good to go."
The real fix for this is to queue up all calls prior to this then replay them when gmaps comes up. Implementable, but a bit of a pain, so I'm not tackling it yet (since the workaround is easy).
Hi,
I'm trying to implement overlays in my Mac application, but when I add an overlay I always get the "Error creating internal representation of overlay view for overlay: <MKPolyline: 0x1004c55e0>" error...
Do you have any idea what it means? Or how I can solve this?
Thanks a lot, great framework port by the way!!
The text was updated successfully, but these errors were encountered: