Showing
2 changed files
with
2 additions
and
2 deletions
@@ -62,7 +62,7 @@ | @@ -62,7 +62,7 @@ | ||
62 | 62 | ||
63 | /** @name Querying Tile Source Information */ | 63 | /** @name Querying Tile Source Information */ |
64 | 64 | ||
65 | -/** Any available HTML-formatted map legend data for the tile source, suitable for display in a UIWebView. */ | 65 | +/** Any available HTML-formatted map legend data for the tile source, suitable for display in a `UIWebView`. */ |
66 | - (NSString *)legend; | 66 | - (NSString *)legend; |
67 | 67 | ||
68 | /** A suggested starting center coordinate for the map layer. */ | 68 | /** A suggested starting center coordinate for the map layer. */ |
@@ -131,7 +131,7 @@ typedef enum : NSUInteger { | @@ -131,7 +131,7 @@ typedef enum : NSUInteger { | ||
131 | 131 | ||
132 | /** @name Querying Tile Source Information */ | 132 | /** @name Querying Tile Source Information */ |
133 | 133 | ||
134 | -/** Any available HTML-formatted map legend data for the tile source, suitable for display in a UIWebView. */ | 134 | +/** Any available HTML-formatted map legend data for the tile source, suitable for display in a `UIWebView`. */ |
135 | - (NSString *)legend; | 135 | - (NSString *)legend; |
136 | 136 | ||
137 | /** A suggested starting center coordinate for the map layer. */ | 137 | /** A suggested starting center coordinate for the map layer. */ |
-
Please register or login to post a comment