@maplayr/react-native
    Preparing search index...

    Function CoordinateAnnotationLayer

    • A container component for map annotations. Place LabeledAnnotationIcon components inside this layer to display them on the map. Multiple annotation layers can be added to a MapView if needed.

      Parameters

      Returns Element

      <MapView map={mapLoadResult.map}>
      <CoordinateAnnotationLayer>
      <LabeledAnnotationIcon
      coordinates={{ latitude: 52.8952, longitude: -1.8431 }}
      icon={require('./marker.png')}
      title="Point of Interest"
      />
      </CoordinateAnnotationLayer>
      </MapView>