web / usePackstationMap
Function: usePackstationMap() ​
usePackstationMap():
object
Defined in: apps/web/composables/usePackstationMap/usePackstationMap.ts:3
Returns ​
object
currentPackstationIndex ​
currentPackstationIndex:
Ref
<null
|number
,null
|number
>
map ​
map:
Ref
<null
|Map
,null
|Map
>
mapElement ​
mapElement:
Ref
<null
|HTMLElement
,null
|HTMLElement
>
mapsLoaded ​
mapsLoaded:
Ref
<boolean
,boolean
> =false
packstationRefs ​
packstationRefs:
Ref
<(null
|HTMLElement
)[], (null
|HTMLElement
)[]>
previousMarker ​
previousMarker:
Ref
<null
|Marker
,null
|Marker
>
realMarkers ​
realMarkers:
Ref
<Marker
[],Marker
[]>
resetComponent() ​
resetComponent: () =>
void
Returns ​
void
showPackstationDetails() ​
showPackstationDetails: (
index
,marker
) =>void
Parameters ​
index ​
number
marker ​
unknown
Returns ​
void