mapbox / mapbox-annotation-extension

Framework extensions that can be used with the Mapbox Maps SDK for iOS.
ISC License
11 stars 18 forks source link

Rename "center" of MGLCircleStyleAnnotation to "coordinate". #59

Open captainbarbosa opened 4 years ago

captainbarbosa commented 4 years ago

Since the center of a MGLCircleStyleAnnotation represents its geometry, we should consider renaming its center property to coordinate instead.

Ref: https://github.com/mapbox/mapbox-annotation-extension/issues/58