You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|**`annotations`** - Example of [Annotations](https://developer.apple.com/documentation/snapshots/annotation) . The array of JSON Annotation, which draws 3 points: a red `dot`, a green `balloon`, & blue `large` annotations, is shown `[{"point":"32.732373,-117.197503", "color":"blue", "glyphText":"A", "markerStyle":"large"},` <br> `{"point":"32.715104,-117.174038", "color":"00ff00","glyphText":"9", "markerStyle":"balloon"},` <br> `{"point":"32.699945,-117.169792", "color":"red", "glyphText":"a", "markerStyle":"dot"}` <br> `]`||
93
+
|**`annotations`** - Example of [Annotations](https://developer.apple.com/documentation/snapshots/annotation) . The array of JSON Annotation, which draws 3 points: a red `dot`, a green `balloon`, & blue `large` annotations, is shown `[{"point":"32.73,-117.19", "color":"blue", "glyphText":"A", "markerStyle":"large"},` <br> `{"point":"32.71,-117.17", "color":"00ff00","glyphText":"9", "markerStyle":"balloon"},` <br> `{"point":"32.69,-117.16", "color":"red", "glyphText":"a", "markerStyle":"dot"}` <br> `]`||
94
94
| Live example of Annotations |[signIt(\"center=San%20Diego,%20California&\<urlEncoded Annotations\>\")](https://snapshot.apple-mapkit.com/api/v1/snapshot?center=San%20Diego,%20California&annotations=%5B%7B%22point%22%3A%2232.732373%2C-117.197503%22%2C%22color%22%3A%22blue%22%2C%22glyphText%22%3A%22A%22%2C%22markerStyle%22%3A%22large%22%7D%2C%7B%22point%22%3A%2232.715104%2C-117.174038%22%2C%22color%22%3A%2200ff00%22%2C%22glyphText%22%3A%229%22%2C%22markerStyle%22%3A%22balloon%22%7D%2C%7B%22point%22%3A%2232.699945%2C-117.169792%22%2C%22color%22%3A%22red%22%2C%22glyphText%22%3A%22a%22%2C%22markerStyle%22%3A%22dot%22%7D%5D&teamId=J7V35W7ES8&keyId=VKGGG3L5BX&signature=ZGhh0aC2Gx-2TPpt3ZAHzO2t-3MA5hcax6x3ZLzPdFNg0clr6rTGofG6TDNWe5TDZQH4sZyC8HP73df5GPn9SQ)|
95
-
|**`overlays`** - Example of [Overlays](https://developer.apple.com/documentation/snapshots/overlay). The array of JSON `Overlay` objects, which draws a red dashed line over 3 points, is shown:<br> `[{"points":["32.732373,-117.197503","32.715104,-117.174038","32.699945,-117.169792"],`<br>`"strokeColor":"ff0000","lineWidth":2,"lineDash":[10,5]}`<br>`]`||
95
+
|**`overlays`** - Example of [Overlays](https://developer.apple.com/documentation/snapshots/overlay). The array of JSON `Overlay` objects, which draws a red dashed line over 3 points, is shown:<br> `[{"points":["32.73,-117.19","32.71,-117.17","32.69,-117.16"],`<br>`"strokeColor":"ff0000","lineWidth":2,"lineDash":[10,5]}`<br>`]`||
96
96
| Live example of Overlays |[signIt(\"center=San%20Diego,%20California&\<urlEncoded Overlay\>\")](https://snapshot.apple-mapkit.com/api/v1/snapshot?center=San%20Diego,%20California&overlays=%5B%7B%22points%22%3A%5B%2232.732373%2C-117.197503%22%2C%2232.715104%2C-117.174038%22%2C%2232.699945%2C-117.169792%22%5D%2C%22strokeColor%22%3A%22ff0000%22%2C%22lineWidth%22%3A2%2C%22lineDash%22%3A%5B10%2C5%5D%7D%5D&teamId=J7V35W7ES8&keyId=VKGGG3L5BX&signature=WYbdsjcE22KI8tCrxM0YJJdYFfNgsC58OlhpTatdszcC2o53A-EDW5J4XbsCxhdEv4jFy_DW3Rq19jCBAc7q6w)|
97
97
| Live example of Annotations & Overlays, together|[signIt(\"center=San%20Diego,%20California&\<urlEncoded Annotation & Overlay\>\")](https://snapshot.apple-mapkit.com/api/v1/snapshot?center=San%20Diego,%20California&annotations=%5B%7B%22point%22%3A%2232.732373%2C-117.197503%22%2C%22color%22%3A%22blue%22%2C%22glyphText%22%3A%22A%22%2C%22markerStyle%22%3A%22large%22%7D%2C%7B%22point%22%3A%2232.715104%2C-117.174038%22%2C%22color%22%3A%2200ff00%22%2C%22glyphText%22%3A%229%22%2C%22markerStyle%22%3A%22balloon%22%7D%2C%7B%22point%22%3A%2232.699945%2C-117.169792%22%2C%22color%22%3A%22red%22%2C%22glyphText%22%3A%22a%22%2C%22markerStyle%22%3A%22dot%22%7D%5D&overlays=%5B%7B%22points%22%3A%5B%2232.732373%2C-117.197503%22%2C%2232.715104%2C-117.174038%22%2C%2232.699945%2C-117.169792%22%5D%2C%22strokeColor%22%3A%22ff0000%22%2C%22lineWidth%22%3A2%2C%22lineDash%22%3A%5B10%2C5%5D%7D%5D&teamId=J7V35W7ES8&keyId=VKGGG3L5BX&signature=m9UAKoC0ShqSpMTHAvIlH2R3qFllvtDtJkchCHRYu6MB69MjsX09FNELsuD3jCegnkr1QV0JIsv5r9nhLlNzrw)|
0 commit comments