Searched refs:mapsIntent (Results 1 – 1 of 1) sorted by relevance
283 Intent mapsIntent = new Intent(Intent.ACTION_VIEW, in showOnMap() local285 context.startActivity(mapsIntent); in showOnMap()290 Intent mapsIntent = new Intent(Intent.ACTION_VIEW, Uri.parse(url)); in showOnMap()291 context.startActivity(mapsIntent); in showOnMap()