본문 바로가기
IT/Android

안드로이드 스튜디오] animateCamera, moveCamera 차이

by 깻잎쌈 2021. 2. 5.
반응형

 

 

What is the difference b/w animateCamera and moveCamera in google V2 maps?

Hi guys while doing a sample project on android v2 maps for setting the current location. I came across couple of lines //what does this line do? mMap.moveCamera(CameraUpdateFactory.newLatLng(lat...

stackoverflow.com

 

animateCamera는 애니메이션 사용하기에 화면 전환이 부드럽고

moveCamera는 해당 화면으로 바로 이동.


 

#animateCamera

 

GoogleMap  |  Android용 Google API  |  Google Developers

This is the main class of the Google Maps SDK for Android and is the entry point for all methods related to the map. You cannot instantiate a GoogleMap object directly, rather, you must obtain one from the getMapAsync() method on a MapFragment or MapView t

developers.google.com

 

#moveCamera

 

GoogleMap  |  Android용 Google API  |  Google Developers

This is the main class of the Google Maps SDK for Android and is the entry point for all methods related to the map. You cannot instantiate a GoogleMap object directly, rather, you must obtain one from the getMapAsync() method on a MapFragment or MapView t

developers.google.com

반응형

댓글