Searched refs:mapsIntent (Results 1 – 1 of 1) sorted by relevance
249 Intent mapsIntent = new Intent(Intent.ACTION_VIEW, in showOnMap() local251 context.startActivity(mapsIntent); in showOnMap()256 Intent mapsIntent = new Intent(Intent.ACTION_VIEW, Uri.parse(url)); in showOnMap()257 context.startActivity(mapsIntent); in showOnMap()