MapTrip SDK Android Manual 9.9.7
MapContent Class Reference

The MapContent defines what type of map ( Tiles, Sattelite, Hybrid or Birdsviews ) will be displayed in the mapviewer
More...

+ Inheritance diagram for MapContent:

Public Member Functions

boolean equals (Object o)
 
final String getDescription ()
 
final String getFormattedCopyRight ()
 
final MapType getType ()
 

Static Public Member Functions

static final Iterable< MapContentgetMapContentList ()
 

Detailed Description

A MapContent object can be used to set the map type with Mapviewer.setMapContent(). To get a list of all available MapContents use ApiListener.mapContent(). Different Contents can be Vector, Tiles, Hybrid, Birdsview and more

Attention
Offboard only

Member Function Documentation

◆ equals()

boolean equals ( Object  o)
inherited

◆ getDescription()

final String getDescription ( )

Returns
a textual description of the MapContent

◆ getFormattedCopyRight()

final String getFormattedCopyRight ( )

Returns
the copyright information of the mapcontent

◆ getMapContentList()

static final Iterable< MapContent > getMapContentList ( )
static

Returns
iterator of all possible map types

◆ getType()

final MapType getType ( )

Returns
the mapcontent type

The documentation for this class was generated from the following file: