File tree Expand file tree Collapse file tree 3 files changed +12
-5
lines changed Expand file tree Collapse file tree 3 files changed +12
-5
lines changed Original file line number Diff line number Diff line change 3
3
// Definitions by: Waseem Dahman <https://github.com/wsmd>
4
4
5
5
declare namespace mapkit {
6
+ /**
7
+ * The values that define content padding within the map view frame.
8
+ */
6
9
class Padding {
7
10
/**
8
11
* Creates a padding object, and initializes its inset margin properties.
Original file line number Diff line number Diff line change 2
2
// Project: https://developer.apple.com/documentation/mapkitjs
3
3
// Definitions by: Waseem Dahman <https://github.com/wsmd>
4
4
5
- /**
6
- * A set of observable attributes for overlays, including color and opacity of
7
- * stroke and fill, and line styles.
8
- */
9
5
declare namespace mapkit {
6
+ /**
7
+ * A set of observable attributes for overlays, including color and opacity of
8
+ * stroke and fill, and line styles.
9
+ */
10
10
class Style {
11
11
/**
12
12
* Creates and initializes a style object.
Original file line number Diff line number Diff line change 3
3
// Definitions by: Waseem Dahman <https://github.com/wsmd>
4
4
5
5
declare namespace mapkit {
6
+ /**
7
+ * An overlay that covers an area of the map with bitmap tiles.
8
+ */
6
9
class TileOverlay {
7
10
/**
8
11
* Creates a tile overlay with a URL template and style options.
@@ -17,7 +20,8 @@ declare namespace mapkit {
17
20
*/
18
21
urlTemplate : string | URLTemplateCallback ;
19
22
/**
20
- * Reloads the tile overlay for the displayed map region with the latest data values.
23
+ * Reloads the tile overlay for the displayed map region with the latest
24
+ * data values.
21
25
*/
22
26
reload ( ) : void ;
23
27
/**
You can’t perform that action at this time.
0 commit comments