Home > @magiclane/maps-sdk > MarkerCollection > at
MarkerCollection.at() method
Get marker at a specific index (alias for getMarkerAt).
Signature:
at(index: number): Marker | null;Parameters
|
Parameter |
Type |
Description |
|---|---|---|
|
index |
number |
Returns:
Marker | null