Lect0r / osmdroid

Automatically exported from code.google.com/p/osmdroid
0 stars 0 forks source link

Zoom controls like in GMaps #72

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Is it possible to get somewhere the same zoom controls like in Google Maps 
(their width is less than current one, see screenshot attached).

Original issue reported on code.google.com by vitaliy....@gmail.com on 10 Jul 2010 at 12:45

Attachments:

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago

Original comment by andpet@gmail.com on 18 Jul 2010 at 10:01

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
There is a simple way to have such zoom controls. See osmand source code:
https://code.google.com/p/osmand/source/browse/trunk/OsmAnd/src/com/osmand/views
/OsmZoomControls.java

Original comment by vitaliy....@gmail.com on 3 Aug 2010 at 7:51

GoogleCodeExporter commented 9 years ago
I'm not quite sure where you intend to use that code, but osmand looks really 
good!

Original comment by neilboyd on 4 Aug 2010 at 2:59

GoogleCodeExporter commented 9 years ago
did anyone find the images used in OsmAnd ?

Original comment by mpr....@gmail.com on 23 Aug 2010 at 5:27

GoogleCodeExporter commented 9 years ago
OsmAnd just extends ZoomControls class and overrides onMeasure method to make 
buttons width less.

Original comment by vitaliy....@gmail.com on 24 Aug 2010 at 6:47

GoogleCodeExporter commented 9 years ago
Thanks! Didn't know that ZoomControls are a builtin class ...

Original comment by mpr....@gmail.com on 24 Aug 2010 at 9:28

GoogleCodeExporter commented 9 years ago
See also OsmAnd issue 84: http://code.google.com/p/osmand/issues/detail?id=84

Original comment by neilboyd on 7 Oct 2010 at 5:13