Closed GoogleCodeExporter closed 8 years ago
The new mini-map will create its own tile provider that is not shared between
the main map, however the mini-map also has a constructor that accepts a
supplied tile provider. If you want to use a custom tile provider it is not a
problem to just create two tile providers (ProviderArrays) with the same
modular tile providers and use one for the main map and one for the mini-map.
However there is nothing to prevent you from sharing a tile provider between
both, even though it will cause the issue described above.
The only solutions I can think of to resolve this in code are hackish and just
get in the way to a problem that can be easily avoided. I don't want to make
users of the tile provider "register" with it, but I don't know any other way
to detect that two views are using the tile provider.
The solution to this might just be to discourage it, and clearly show in the
javadoc how to avoid this.
Original comment by kurtzm...@gmail.com
on 12 Jan 2011 at 5:04
This has been documented and this ticket can be closed.
Original comment by kurtzm...@gmail.com
on 27 Feb 2011 at 5:16
Original issue reported on code.google.com by
kurtzm...@gmail.com
on 20 Dec 2010 at 1:59