ios - How to Set Color For CLRegion in iPhone -


how draw circle around monitoring region in cllocation manager. want draw circle around region have passed in corelocation without maps.

clregion *region = [[clregion alloc] initcircularregionwithcenter:point radius:100 identifier:@"some location"]; 

corelocation doesn't have drawing or ui. don't understand mean when want draw "circle around region have passed in corelocation without maps" - if don't want draw on map, want draw onto? if plain ui view you'll need come appropriate coordinate space, convert clregion appropriately, , use coregraphics plot circle - should straightforward.


Comments

Popular posts from this blog

linux - xterm copying to CLIPBOARD using copy-selection causes automatic updating of CLIPBOARD upon mouse selection -

c++ - qgraphicsview horizontal scrolling always has a vertical delta -