Skip to content
This repository was archived by the owner on Jan 26, 2026. It is now read-only.

Latest commit

 

History

History
17 lines (13 loc) · 445 Bytes

File metadata and controls

17 lines (13 loc) · 445 Bytes

<Overlay /> Component API

Props

Prop Type Default Note
image ImageSource A custom image to be used as the overlay. Only required local image resources and uri (as for images located in the net) are allowed to be used.
bounds Array<LatLng> The coordinates for the image (left-top corner, right-bottom corner).

Types

type LatLng {
  latitude: Number,
  longitude: Number,
}