Uses of Interface
com.eightmotions.map.MarkerListener

Packages that use MarkerListener
com.eightmotions.map   
 

Uses of MarkerListener in com.eightmotions.map
 

Classes in com.eightmotions.map that implement MarkerListener
 class MapDisplay
          This is the main interface to display a Map from Google...
 

Fields in com.eightmotions.map declared as MarkerListener
 MarkerListener MarkerStyle.m_theListener
           
 MarkerListener Marker.m_theListener
           
 

Methods in com.eightmotions.map with parameters of type MarkerListener
 void Marker.setListener(MarkerListener inListener)
          Set the listenr that will be called when an icon will be loaded.