hungio / route-me

Automatically exported from code.google.com/p/route-me
0 stars 0 forks source link

Marker radius display #60

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Two possible approaches:

(a) Direct drawing of a filled ellipse, or
(b) Introduce dependence on RMPath

Original issue reported on code.google.com by john.e...@gmail.com on 2 Mar 2009 at 4:32

GoogleCodeExporter commented 8 years ago
Issue 56 has been merged into this issue.

Original comment by halmuel...@gmail.com on 2 Mar 2009 at 5:53

GoogleCodeExporter commented 8 years ago
(Issue 56 text)

It would be nice to mirror some of the other CGPath primitives, to allow 
subpaths (which then allows 
paths with multiple disconnected segments), quads, and arcs/circles/ellipses. 

Original comment by john.e...@gmail.com on 2 Mar 2009 at 6:23

GoogleCodeExporter commented 8 years ago
Code for the simple radius case, which does not use RMPath, has been added to 
the issue 59 branch. However it 
would be straightforward to add an RMPath to an RMMarker to produce more 
complex behaviours. And the 
changes to make RMPath generic are still pending - I need to read the RMPath 
code a bit more closely.

Original comment by john.e...@gmail.com on 6 Mar 2009 at 2:10