Contents

exchangeOverlay(at:withOverlayAt:)

Exchanges the position of two overlay objects at the specified index.

Declaration

func exchangeOverlay(at index1: Int, withOverlayAt index2: Int)

Parameters

  • index1:

    The index of an overlay in the Abovelabels map level.

  • index2:

    The index of another overlay in the Abovelabels map level.

Discussion

If you need to exchange overlays in other map levels, use the exchangeOverlay(_:with:) method.

See Also

Adding and inserting overlays