public static interface

CoreApi.LocationServicesCallback

com.mapsted.positioning.CoreApi.LocationServicesCallback

Class Overview

Callback from location services request

Summary

Public Methods
abstract void onFailure(SdkError sdkError)
If the requested location services action failed, this provides the error details.
abstract void onSuccess()
Whether or not the requested location services action was successful

Public Methods

public abstract void onFailure (SdkError sdkError)

If the requested location services action failed, this provides the error details.

Parameters
sdkError error detail

public abstract void onSuccess ()

Whether or not the requested location services action was successful