File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -365,7 +365,7 @@ const GEOCompWithMethodExpose = withMethodExposing(GEOComp, [
365
365
params : [
366
366
{
367
367
name : "coords" ,
368
- type : "array " ,
368
+ type : "JSONArray " ,
369
369
} ,
370
370
{
371
371
name : "duration" ,
@@ -418,7 +418,7 @@ const GEOCompWithMethodExpose = withMethodExposing(GEOComp, [
418
418
params : [
419
419
{
420
420
name : "coordinates" ,
421
- type : "array " , // Assuming [longitude, latitude]
421
+ type : "JSONArray " , // Assuming [longitude, latitude]
422
422
description : "Coordinates where the popup should appear" ,
423
423
} ,
424
424
{
@@ -440,7 +440,7 @@ const GEOCompWithMethodExpose = withMethodExposing(GEOComp, [
440
440
params : [
441
441
{
442
442
name : "data" ,
443
- type : "any " ,
443
+ type : "JSONObject " ,
444
444
} ,
445
445
{
446
446
name : "layer" ,
You can’t perform that action at this time.
0 commit comments