Following is the way open the google maps directly:
Action: android.intent.action.VIEW
Activity class: com.google.android.maps.MapsActivity
Activity package com.google.android.apps.maps
How about for here maps?
Following is the way open the google maps directly:
Action: android.intent.action.VIEW
Activity class: com.google.android.maps.MapsActivity
Activity package com.google.android.apps.maps
How about for here maps?
Could you try this
Construct an Intent with the following properties:
Action com.here.maps.DIRECTIONS
Category CATEGORY_DEFAULT
Data URI
here.directions://v1.0/mylocation/SRC_LAT,SRC_LNG,DST_LAT,DST_LNG?ref=<Referrer>&m=w
for more info see this