Skip to content

Commit c3abe5a

Browse files
committed
revision
1 parent 9d87e7b commit c3abe5a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

readme.markdown

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ The library architecture is built on the the top of `MKMapKit Framework`.
1010

1111
## MapViewDecorator
1212

13-
MapViewDecorator is an attempt to deal with a considerable amount of customized annotationView spanning over the map without incurring in typical problems relevant to the trivial **switch-case, if-else if** control structures. In other words, it is a way to treat a good number of annotations and views in a more manageable and maintainable way.
13+
MapViewDecorator is an attempt to deal with a considerable amount of customized `MKAnnotationView`s, spanning over the map without incurring in typical problems relevant to the trivial **switch-case, if-else if** control structures. In other words, it is a way to treat a good number of annotations and views in a more manageable and maintainable way.
1414

1515
### Registration of Annotations into MapDecorator
1616

@@ -71,14 +71,14 @@ This customized MapView adds some useful features on top of the MKMapView class.
7171

7272
In fact, it enables
7373

74-
- to get centered region relative to a set to annotations conforming to a protocol or a set of protocols, belonging to a certain class or set of classes
74+
- to get centered regions relative to a set to annotations conforming to a protocol or a set of protocols, belonging to a certain class or set of classes
7575

7676
- to get the number of visible annotation conforming to a protocol or a set of protocols or belonging to a certain class or set of classes, within the current visible Map Region.
7777

7878

7979
## User Position
8080

81-
This class is an helper class to update the user position only within a certain range (it's the minThresholdToUpdatePosition property). It also checks if a valid position is given.
81+
This class is a helper class to update the user position only within a certain range (it's the minThresholdToUpdatePosition property). It also checks if a valid position has been given.
8282

8383
## Annotation Array
8484

0 commit comments

Comments
 (0)