|
|
|
Android - สอบถามการ Zoom หรือ Pan แผนที่ ของ Google Map หน่อยครับ |
|
|
|
|
|
|
|
ข้อนี้ทำได้แล้วหรือยังครับ
|
|
|
|
|
Date :
2014-12-16 16:10:41 |
By :
mr.win |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
พอดีผมเอามันไปไว้ใน asynctask ต้องแก้ตามนี้ครับ
Code (Android-Java)
// ซูมให้แสดงหมุดทั้งหมด
final View mapView = getSupportFragmentManager().findFragmentById(
R.id.map).getView();
// ตรวจสอบการแสดง marker
if (strStLat.length() != 0) {
LatLngBounds bounds = new LatLngBounds.Builder()
.include(StudentHome)
.include(Youtpoint).build();
map.moveCamera(CameraUpdateFactory
.newLatLngZoom(bounds.getCenter(), 10));
|
|
|
|
|
Date :
2014-12-16 19:39:13 |
By :
narubet |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
จัดไปครับ
|
|
|
|
|
Date :
2014-12-17 09:33:12 |
By :
mr.win |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 05
|