mapping-component-package-jp 0.1.0 → 0.1.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mapping-component-package-jp",
3
- "version": "0.1.0",
3
+ "version": "0.1.4",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",
@@ -196,6 +196,32 @@ export class IQLCircleSector {
196
196
  scale: 1,
197
197
  id: 'centerIcon'
198
198
  };
199
+
200
+ var startPinIcon = {
201
+ path: 'M4 4m-4,0a4,4,0 0,1 8,0a 4,4 0 0,1 -8,0z',
202
+ fillColor: '#ffffff',
203
+ fillOpacity: 1,
204
+ anchor: new google.maps.Point(4, 4),
205
+ strokeWeight: 1,
206
+ strokeOpacity: 1,
207
+ strokeColor: cs.strokeColor,
208
+ scale: 1,
209
+ id: 'startPinIcon'
210
+ };
211
+
212
+ var endPinIcon = {
213
+ path: 'M4 4m-4,0a4,4,0 0,1 8,0a 4,4 0 0,1 -8,0z',
214
+ fillColor: '#ffffff',
215
+ fillOpacity: 1,
216
+ anchor: new google.maps.Point(4, 4),
217
+ strokeWeight: 1,
218
+ strokeOpacity: 1,
219
+ strokeColor: cs.strokeColor,
220
+ scale: 1,
221
+ id: 'endPinIcon'
222
+ };
223
+
224
+
199
225
  }
200
226
 
201
227
  /*
@@ -223,30 +249,8 @@ export class IQLCircleSector {
223
249
  };
224
250
  */
225
251
  /*
226
- var startPinIcon = {
227
- path: 'M4 4m-4,0a4,4,0 0,1 8,0a 4,4 0 0,1 -8,0z',
228
- fillColor: '#ffffff',
229
- fillOpacity: 1,
230
- anchor: new google.maps.Point(4, 4),
231
- strokeWeight: 1,
232
- strokeOpacity: 1,
233
- strokeColor: cs.strokeColor,
234
- scale: 1,
235
- id: 'startPinIcon'
236
- };
237
252
  */
238
253
  /*
239
- var endPinIcon = {
240
- path: 'M4 4m-4,0a4,4,0 0,1 8,0a 4,4 0 0,1 -8,0z',
241
- fillColor: '#ffffff',
242
- fillOpacity: 1,
243
- anchor: new google.maps.Point(4, 4),
244
- strokeWeight: 1,
245
- strokeOpacity: 1,
246
- strokeColor: cs.strokeColor,
247
- scale: 1,
248
- id: 'endPinIcon'
249
- };
250
254
  */
251
255
 
252
256
  function DistanceWidget(map, cs) {