MarkerBuilder(@NonNull position: LatLng)
Constructor of marker builder. Returns instance of marker builder. After setting other properties call MarkerBuilder#build() to create marker.
position - LatLng: coordinates on which marker will be created.