MarkerMetadata

  • MarkerMetadata provides information about markers managed by the ConsumerMapFragment on the map.

  • It includes details about the marker's location using the getLocation() method.

  • It defines the type of marker element through the getMarkerType() method.

  • It is an abstract class, meaning it cannot be directly instantiated and serves as a base for specific marker types.

public abstract class MarkerMetadata extends Object

Information about a marker managed by the ConsumerMapFragment.

Public Constructor Summary

Public Method Summary

abstract Location
getLocation()
Information about marker location.
abstract int
getMarkerType()
Type of marker element.

Inherited Method Summary

Public Constructors

public MarkerMetadata ()

Public Methods

public abstract Location getLocation ()

Information about marker location.

public abstract int getMarkerType ()

Type of marker element.