Skip to content

toukea/android-IstatGoogleMaps

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Istat Gmaps

An Android Library allowing to perform smart and pretty Zoom using Google Map motion.

Perform multiple Zooms and motions

   GmapZoomer zoomer = new GmapZoomer(mContext, mMap);
   GmapZoomer.ZoomState state = zoomer.newZoomState(15,16f,3.23245f,4.11222f);
   GmapZoomer.ZoomState state2 = zoomer.newZoomState(15,16f,3.23245f,4.11222f);
   state.setNextZoom(state2);
   zoomer.executeZoomMotion(state);

Trail map route using Google direction

Document in progress... ;-)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages