-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Integrate MapboxMap class #3145
Comments
I have been trying to migrate the whole MapView class to a separate MapboxMap class. This refactor seems a bit big to handle at once. Will granularly move code and start with integrating MapboxMap as a facade interface. |
Current progress can be viewed here: |
@bleege @zugaldia Let me explain the why, what changed and whats needs to be done to finish this: WhyThe gist behind the MapboxMap class is having more What changed
What needs to happen to finish
Direct links to the classes |
@bleege yeah, I shouldn't have rebased before pushing |
@tobrun NP... just wanted to make sure I was looking at all the changes. It looks like the TestApp has been refactored to only use |
Copies GoogleMap implementation as indicated by @bleege in #2616 (comment).
This will boil down to applying composition/delegation to our current MapView class.
This is the first step towards making the project more modular and testable.
The text was updated successfully, but these errors were encountered: