Is there way to indicate user current location using blue dot icon.
Nothing built in that I know of, but I imagine you can very easily add it as a marker with a custom icon. But you would have to implement the stuff that tracks the user's location in order to update the location of the marker (see MDN for some docs on that).
GitHub issue tracker is NOT designed for how to questions