This repository has been archived by the owner on May 9, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 8
Coordinates become 0 no matter what I set them too. (centerCoordinate) using RMTileSource #306
Labels
Comments
See also Outdooractive/route-me#134 |
Where are you doing this? Maybe in |
I was indeed using it in viewDidLoad. I did change it to viewDidAppear and I get the same exact result. |
In case this helps, this is my RMTileSource delegate implementation. (I follow the
|
@SudoPlz Do you still see this in |
Sorry incanus its been a year now. I have no time to check this right now. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
My code is this
The NSLogs print out the following:
No matter what coordinates I set my centerCoordinate to, it is always 0.
The same does not happen when I use another constructor like
say
[initWithFrame:];
What am I doing wrong? Is this a bug?
The text was updated successfully, but these errors were encountered: