public abstract class

BaseOverlay

extends Object
java.lang.Object
   ↳ com.neomades.maps.overlay.BaseOverlay
Known Direct Subclasses
Known Indirect Subclasses

Class Overview

Marker or Overlay.

Summary

Public Constructors
BaseOverlay()
Public Methods
String getId()
Returns the overlay ID.
boolean isVisible()
Checks whether the overlay is visible.
void remove()
Removes this overlay from Map.
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public BaseOverlay ()

Public Methods

public String getId ()

Returns the overlay ID.

Cross Platform considerations

Supported only on the Android platform. Always returns null for other platforms.

Returns
  • The overlay ID.

public boolean isVisible ()

Checks whether the overlay is visible.

Returns
  • True if the overlay is visible; false if it is invisible.

public void remove ()

Removes this overlay from Map.