ios - Can I disable map panning when select annotations -
i started using skmap library on ios recently.
one behavior of function didselectannotation
(from skmapviewdelegate
protocol), whenever annotation got selected, center of map's visible region move location of annotation.
is there way can disable this?
it's not feature of didselectannotation
function, rather of showcalloutforannotation
function. set parameter animated
in function no.
Comments
Post a Comment