Interface PlacemarkPresentation

Package world.mappable.mapkit.map

All known Subinterfaces:

CompositeIcon, Icon, Model, PlacemarkAnimation

interface PlacemarkPresentation

A general interface for placemark presentation objects

Summary

Methods

Type and modifiers

Method and Description

void

remove()
Removes the presentation.

boolean

isValid()
Tells if this PlacemarkPresentation is valid or not.

Methods

remove

void remove()

Removes the presentation.

This method invalidates object.


isValid

boolean isValid()

Tells if this PlacemarkPresentation is valid or not.

Any other method (except for this one) called on an invalid PlacemarkPresentation will throw java.lang.RuntimeException. An instance becomes invalid only on UI thread, and only when its implementation depends on objects already destroyed by now. Please refer to general docs about the interface for details on its invalidation.