|
|
|
ช่วยหน่อยคะ แอพแอนดรอย google map อยากทำเงื่อนไข ให้ตัวแปรแต่ละตัว แสดงหมุดคนละสี |
|
|
|
|
|
|
|
Code (Android-Java)
String toolTip = String.format("Your Location Lat=%s, Lon=%s", Latitude,Longitude);
MarkerOptions marker = new MarkerOptions().position(new LatLng(Latitude, Longitude)).title(toolTip);
marker.icon(BitmapDescriptorFactory.defaultMarker(BitmapDescriptorFactory.HUE_BLUE));
googleMap.addMarker(marker);
Android Google Map : Marker Location (Latitude , Longitude)
|
|
|
|
|
Date :
2016-05-12 17:09:52 |
By :
mr.win |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 02
|