cyrilmottier / Polaris2

Polaris is a framework enhancing the Google Maps Android API v2. It aims to fix some of the most frustrating bugs of the original library and provide additional features.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LatLngBounds.intersects implementation incorrect

mg6maciej opened this issue · comments

When one of LatLngBounds contain longitude -180, intersects returns wrong value.

E.g.: longitude from (170 to -160) and (-170 to -150).