diff --git a/docs/mapview.md b/docs/mapview.md index 50d1ac4cb..a10fbe58d 100644 --- a/docs/mapview.md +++ b/docs/mapview.md @@ -57,7 +57,7 @@ | `animateToCoordinate` | `region: Coordinate`, `duration: Number` | | `fitToElements` | `animated: Boolean` | | `fitToSuppliedMarkers` | `markerIDs: String[]` | If you need to use this in `ComponentDidMount`, make sure you put it in a timeout or it will cause performance problems. -| `fitToCoordinates` | `coordinates: Array, edgePadding: EdgePadding, animated: Boolean` | +| `fitToCoordinates` | `coordinates: Array, options: { edgePadding: EdgePadding, animated: Boolean }` |