DEPRECATED-mapbox-ios-sdk icon indicating copy to clipboard operation
DEPRECATED-mapbox-ios-sdk copied to clipboard

improve shape annotation bounding box behavior

Open incanus opened this issue 12 years ago • 0 comments

Building on #109, we should look into automatically determining the bounding box of shape annotations independent of the existence of the layer, so that the layer knows when to be properly drawn to screen. For now the workaround is to either manually set the bounding box from the same points to be used in the shape layer drawing later, or to manually query the delegate for the shape layer, assign it to layer, and implicitly get the bounding box updated that way.

incanus avatar Feb 13 '13 22:02 incanus