更改Skobbler / skmaps中的CurrentPositionView不起作用

时间:2016-09-16 10:54:56

标签: ios markers skmaps

我想更改为skmaps的默认当前位置标记。

我试过这个:

self.mapView.currentPositionView = [[UIImageView alloc] initWithImage:[UIImage imageNamed:@"nui-img-car"]];

但这不起作用。它仍然显示默认位置标记。

请咨询。

1 个答案:

答案 0 :(得分:0)

我在演示项目中尝试了以下内容,它运行良好:

divider = [6 5 4 3 2 1] % lets take 1/6 1/5 1/4 1/3 1/2 and 1/1
ind = ceil( numel(x)./divider)
res = x(ind)

picture.png位于/ Resources文件夹

enter image description here