Location Component Activation Options
A class which holds the various options for activating the Maps SDK's LocationComponent to eventually show the device location on the map.
Types
Link copied to clipboard
Builder class for constructing a new instance of LocationComponentActivationOptions.
Functions
Link copied to clipboard
open fun builder(@NonNull context: Context, @NonNull fullyLoadedMapStyle: Style): LocationComponentActivationOptions.Builder
Convenience method to retrieve a LocationComponentActivationOptions object which is ready to build with
Link copied to clipboard
A built LocationComponentOptions object, which holds the various LocationComponent styling options
Link copied to clipboard
The LocationEngine which the LocationComponent should use
Link copied to clipboard
The location request which the LocationComponent should use
Link copied to clipboard
True if you want to initialize and use the built-in location engine or false if there should be no location engine initialized
Link copied to clipboard
True if you want to initialize and use the specialized location layer to render the location puck.