• JMap.Map.navigateTo

    Navigate to a location on the map (animated)

    Parameters

    Returns void

    Example

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