Authored by Justin R. Miller

formatting

... ... @@ -62,7 +62,7 @@
/** @name Querying Tile Source Information */
/** Any available HTML-formatted map legend data for the tile source, suitable for display in a UIWebView. */
/** Any available HTML-formatted map legend data for the tile source, suitable for display in a `UIWebView`. */
- (NSString *)legend;
/** A suggested starting center coordinate for the map layer. */
... ...
... ... @@ -131,7 +131,7 @@ typedef enum : NSUInteger {
/** @name Querying Tile Source Information */
/** Any available HTML-formatted map legend data for the tile source, suitable for display in a UIWebView. */
/** Any available HTML-formatted map legend data for the tile source, suitable for display in a `UIWebView`. */
- (NSString *)legend;
/** A suggested starting center coordinate for the map layer. */
... ...