showMakerInGoogleMap

fun Context.showMakerInGoogleMap(latitude: Double?, longitude: Double?, name: String): Boolean

Show provided location maker in google maps pass lat,long

Return

true if successfully opened google maps, or false if google maps not found

Parameters

name

name which is shown for that marker


Show provided location maker in google maps pass lat,long

Return

true if successfully opened google maps, or false if google maps not found

Parameters

address

address on the basis of which search is performed, to find the address


fun Context.showMakerInGoogleMap(format: String, vararg objects: Any): Boolean

Show provided location maker in google maps pass lat,long

Return

true if successfully opened google maps, or false if google maps not found

Parameters

format

string format of which you will send parameters

objects

objects seperated by comma, on the basis of format you defined

example : format="geo:0,0?q=%s" objects will be, one string object which will be placed in place of %s result will be "geo:0,0?q="