header clarity for docs generation
Showing
1 changed file
with
1 additions
and
1 deletions
@@ -42,7 +42,7 @@ typedef enum { | @@ -42,7 +42,7 @@ typedef enum { | ||
42 | RMInteractiveSourceOutputTypeFull = 1, | 42 | RMInteractiveSourceOutputTypeFull = 1, |
43 | } RMInteractiveSourceOutputType; | 43 | } RMInteractiveSourceOutputType; |
44 | 44 | ||
45 | -/** Developers can import RMInteractiveSource in order to enable embedded interactivity in their RMMapView, RMMBTilesSource, and RMMapBoxSource objects. Interactivity is based on the [UTFGrid specification](https://github.com/mapbox/utfgrid-spec) and is best described by [this web demo](http://mapbox.com/demo/visiblemap/). | 45 | +/** Developers can import RMInteractiveSource in order to enable embedded interactivity in their RMMapView, RMMBTilesSource, and RMMapBoxSource objects. Interactivity is based on the UTFGrid specification, which is a space-efficient way to encode many arbitrary values for pixel coordinates at every zoom level, allowing later retrieval based on user events on those coordinates. For example, the user touching a pixel in Spain could trigger retrieval of Spain's flag image for display. |
46 | * | 46 | * |
47 | * Interactive map views adopt the RMInteractiveMapView protocol. | 47 | * Interactive map views adopt the RMInteractiveMapView protocol. |
48 | * | 48 | * |
-
Please register or login to post a comment