getLocationJsString

fun getLocationJsString(latitude: Double, longitude: Double): String

Creates a JavaScript method string for updating location.

Return

The JavaScript method string for location update.

Parameters

latitude

The latitude of the location.

longitude

The longitude of the location.