Package-level declarations

Properties

Link copied to clipboard
const val MAPS_URL: String
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard

Returns true if Google Maps is present in your device.

Link copied to clipboard
fun Context.openMapAppsChooser(latitude: Double, longitude: Double)
Link copied to clipboard
fun Context.searchPlaces(typeOfPlace: String): Boolean

Show provided location maker in google maps pass lat,long

Link copied to clipboard
fun Context.searchPlacesByLatLong(latitude: Double?, longitude: Double?, typeOfPlace: String): Boolean

Show provided location maker in google maps pass lat,long

Link copied to clipboard
fun Context.showMakerInGoogleMap(format: String, vararg objects: Any): Boolean
fun Context.showMakerInGoogleMap(latitude: Double?, longitude: Double?, name: String): Boolean

Show provided location maker in google maps pass lat,long

Link copied to clipboard
fun Context.showMapCoordinates(latitude: Double, longitude: Double, markerTitle: String, selectionTitle: String, exceptionMessageIfOccurs: String?)

Get Map Coordinates

Link copied to clipboard
fun Context.showMapRoute(latitudeFrom: Double, longitudeFrom: Double, latitudeTo: Double, longitudeTo: Double, selectionTitle: String, exceptionMessageIfOccurs: String?)

Get Map Coordinates