Deprecated API


Contents
Deprecated Interfaces
com.nutiteq.listeners.PlaceListener
          Starting from 1.0.0, use OnMapElementListener instead. This class will be removed in 1.0.3. For migration to OnMapElementListener all event methods (place*()) should be replaced with corresponding methods in OnMapElementListener 
 

Deprecated Methods
com.nutiteq.BasicMapComponent.getPlaceListener()
          Will be removed in 1.0.3. Use BasicMapComponent.getOnMapElementListener() instead. 
com.nutiteq.BasicMapComponent.setPlaceListener(PlaceListener)
          use BasicMapComponent.setOnMapElementListener(OnMapElementListener) instead. This method will be removed in 1.0.3