getLabelContent

@Nullable
open fun getLabelContent(@Nullable location: MPLocation): String

Get the label content for a given location. Override this method to change the default content, which is the location name.

Return

The label content string.

Parameters

location

The current location to display.