public static interface

MapApi.MapView

com.mapsted.map.MapApi.MapView
Known Indirect Subclasses

Class Overview

Access MapView related information and functionalities

Summary

Public Methods
abstract boolean addMapClickListener(MapApi.MapClickListener listener)
Register a map click listener (e.g.
abstract boolean addMapEventListener(MapApi.MapEventListener listener)
Register a map event listener (e.g.
abstract MapApi.MapCamera camera()
Access/manage the map camera related functionality
abstract MapApi.Config config()
Access/manage map related settings
abstract MapApi.CustomPlot customPlot()
Access/manage custom plot objects
abstract MapApi.CustomViews customView()
Access/manage custom views related functionality
abstract MapApi.DataSources data()
Access/manage the data source for this map view
abstract MapApi.Layers layers()
Access/manage layer related functionality
abstract MapApi.Layout layout()
Access/manage layout related functionality
abstract boolean removeMapClickListener(MapApi.MapClickListener listener)
Unregister a map click listener (e.g.
abstract boolean removeMapEventListener(MapApi.MapEventListener listener)
Unregister a map event listener (e.g.

Public Methods

public abstract boolean addMapClickListener (MapApi.MapClickListener listener)

Register a map click listener (e.g. single, double, dual, long) MapClickEvent

Parameters
listener the listener to register
Returns
  • whether or not successfully registered

public abstract boolean addMapEventListener (MapApi.MapEventListener listener)

Register a map event listener (e.g. map move, map idle, map stable) MapEvent

Parameters
listener the listener to register
Returns
  • whether or not successfully registered

public abstract MapApi.MapCamera camera ()

Access/manage the map camera related functionality

public abstract MapApi.Config config ()

Access/manage map related settings

public abstract MapApi.CustomPlot customPlot ()

Access/manage custom plot objects

public abstract MapApi.CustomViews customView ()

Access/manage custom views related functionality

public abstract MapApi.DataSources data ()

Access/manage the data source for this map view

public abstract MapApi.Layers layers ()

Access/manage layer related functionality

public abstract MapApi.Layout layout ()

Access/manage layout related functionality

public abstract boolean removeMapClickListener (MapApi.MapClickListener listener)

Unregister a map click listener (e.g. single, double, dual, long) MapClickEvent

Parameters
listener the listener to unregister
Returns
  • whether or not successfully unregistered

public abstract boolean removeMapEventListener (MapApi.MapEventListener listener)

Unregister a map event listener (e.g. map move, map idle, map stable) MapEvent

Parameters
listener the listener to unregister
Returns
  • whether or not successfully unregistered