Map Intent not working with specific zoom level as well as custom marker
float lat = 40.714728f; float lng = -73.998672f; String maplLabel = \"A
Intent intent = new Intent(android.content.Intent.ACTION_VIEW, Uri.parse("http://maps.google.com/maps?daddr=" + location.getLatitude() + "," + location.getLongitude())); startActivity(intent);