Jefferey Petersen

Results 12 comments of Jefferey Petersen

Yes I agree, It works good with a really small maxBounds but breaks down with larger areas. Im working on making an adjustment.

It does work actually. The problem is init() calls move or setBounds which also eventually calls move. I was avoiding adding a new boolean param to the move method. Im...

Has anyone else ran into an issue where you cannot pan the map at some locations when zoomed out fully and and rotated. I assumed it was a bug I...

I think the map being frozen is an expected side effect of being zoomed all the way out with maxBounds fixing it would require adjusting zoom when panning which would...

@JaffaKetchup This just needs re-review. @ibrierley made a good point about the map jumping when you hit bound which was caused by the re-center zoom adjustment being called when it...

I think I found what is going on here. If you look at when you first create the camera when checking constraints it first looks for an existing camera, and...

@JaffaKetchup From your original thoughts, from what I can see the issue is the other way round: "However, this causes this issue indirectly - we re-set options which triggers this...

When making a test project I realized that the camera fit issue only happens when you provide your own MapController. The below code works if you comment out the controller...

The reproduce the error try Safari with a private window. I think it is that Safari does not support blobs for some reason in Private Browsing. Note Im using the...