Map3DOptions.Companion

public static class Map3DOptions.Companion


Summary

Public methods

static final @NonNull Map3DOptions

Creates a Map3DOptions from an AttributeSet.

Public methods

fromAttributeSet

public static final @NonNull Map3DOptions fromAttributeSet(@NonNull Context context, AttributeSet attrs)

Creates a Map3DOptions from an AttributeSet.

Parameters
AttributeSet attrs

The AttributeSet to read the options from.

Returns
@NonNull Map3DOptions

The Map3DOptions created from the AttributeSet.