-
Notifications
You must be signed in to change notification settings - Fork 18
Open
Description
Hello;
Could it be a simple application like the following?
Markers:
const markers = [
{
latitude: 41.0872972,
longitude: 29.0023211,
title: 'example 1',
description: 'example 1 description',
},
{
latitude: 41.0872972,
longitude: 29.0023211,
title: 'example 2',
description: 'example 2 description',
}
];MapView
<MapView
style={{ flex: 1, backgroundColor: '#FFF' }}
center={`41.0872972,29.0023211`}
markersList={markers}
mapType="normal"
initialZoom={17}
onClickMarker={(marker) => {
console.log(marker.title); // example 1
}}
/>Thanks.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels