JMap.Map.navigateTo
Navigate to a location on the map (animated)
// Navigate to a location on the mapJMap.Map.navigateTo({center: { x: 45.34, y: 65.87 }, zoom: 5, bearing: 170, pitch: 30, maplibreEventData: { stopJMapEventPropagation: true }}) Copy
// Navigate to a location on the mapJMap.Map.navigateTo({center: { x: 45.34, y: 65.87 }, zoom: 5, bearing: 170, pitch: 30, maplibreEventData: { stopJMapEventPropagation: true }})
JMap.Map.navigateTo
Navigate to a location on the map (animated)