sdk-maps / com.tomtom.online.sdk.map / MarkerBuilder / <init>

<init>

MarkerBuilder(@NonNull position: LatLng)

Constructor of marker builder. Returns instance of marker builder. After setting other properties call MarkerBuilder#build() to create marker.

Parameters

position - LatLng: coordinates on which marker will be created.