UnsupportedGetMapAsyncException

  • UnsupportedGetMapAsyncException signals that getMapAsync() isn't supported and developers should use ConsumerMapView#getConsumerMapAsync(ConsumerMapReadyCallback) instead.

  • This exception is thrown when calling ConsumerMapFragment.getMapAsync(OnMapReadyCallback).

  • The getMessage() method provides details about the exception.

public class UnsupportedGetMapAsyncException extends UnsupportedOperationException

Indicates that getMapAsync() is not supported, and instead ConsumerMapView#getConsumerMapAsync(ConsumerMapReadyCallback) should be called. Returned from a call to ConsumerMapFragment.getMapAsync(OnMapReadyCallback).

Public Constructor Summary

Public Method Summary

String

Inherited Method Summary

Public Constructors

public UnsupportedGetMapAsyncException ()

Public Methods

public String getMessage ()