发布于 2017-07-22 00:20:22 | 163 次阅读 | 评论: 0 | 来源: 网友投递
MapBox MapKit 的开源实现
MapBox 是 iOS 上 MapKit 的一个开源实现。
MapBox-gl-js v0.39.0 发布了,MapBox 是 iOS 上 MapKit 的一个开源实现。
本次更新内容如下:
GeolocateControl
breaking changes #4479
The option watchPosition
has been replaced with trackUserLocation
The camera operation has changed from jumpTo
(not animated) to fitBounds
(animated). An effect of this is the map pitch is no longer reset, although the bearing is still reset to 0.
The accuracy of the geolocation provided by the device is used to set the view (previously it was fixed at zoom level 17). The maxZoom
can be controlled via the new fitBoundsOptions
option (defaults to 15).
Anchor Marker
s at their center by default #5019 @andrewharvey
Increase significantRotateThreshold
for the TouchZoomRotateHandler
#4971, @dagjomar
完整更新内容请查看发行首页。
下载地址: