Reputation: 16253
I need to display a polyline and want to center the map on this polyline. How to zoom to a specific square consisting of two latitudes and two longitudes in Skobbler maps?
Upvotes: 4
Views: 598
Reputation: 11439
Create an SKBoundingBox from the 2 coordinates and then "fit" the visible screen to that bounding box via fitBoundingBox
Upvotes: 3