2025年6月3日 星期二

Google Map Compose 地圖限定區域

 var allowedBounds = remember {

    LatLngBounds(
LatLng(24.9, 121.4), // 西南角 (例如:台北市部分區域)
LatLng(25.1, 121.6) // 東北角
)
}

GoogleMap 的參數 latLngBoundsForCameraTarget = allowedBounds


沒有留言:

張貼留言