OnMapsSdkInitializedCallback

public interface OnMapsSdkInitializedCallback

Callback interface used by the Maps SDK to inform you which maps MapsInitializer.Renderer type has been loaded for your application.

Public Method Summary

abstract void
onMapsSdkInitialized(MapsInitializer.Renderer renderer)
The Maps SDK calls this method to inform you which maps MapsInitializer.Renderer has been loaded for your application.

Public Methods

public abstract void onMapsSdkInitialized (MapsInitializer.Renderer renderer)

The Maps SDK calls this method to inform you which maps MapsInitializer.Renderer has been loaded for your application.

You can implement this method to define configurations or operations that are specific to each MapsInitializer.Renderer type.

Parameters
renderer The actual maps MapsInitializer.Renderer the maps SDK has loaded for your application.