In Apple maps to display the store name along with address and distance with Map URL constructed

https://developer.apple.com/library/archive/featuredarticles/iPhoneURLScheme_Reference/MapLinks/MapLinks.html

In the above link the q parameter will search for the location passed and the lat long passed. But it only displays the address and distance on maps.
How can we display the store name as well.
Which parameter can be used to pass the store name to the Apple maps URL.

example: http://maps.apple.com/?q=%E3%82%AA%E3%83%AA%E3%82%B8%E3%83%B3%E5%BC%81%E5%BD%93%2F%E3%82%AD%E3%83%83%E3%83%81%E3%83%B3%E3%82%AA%E3%83%AA%E3%82%B8%E3%83%B3%20%E5%A4%96%E7%A5%9E%E7%94%B03%E4%B8%81%E7%9B%AE3%E5%8F%B7%E5%BA%97,ll=35.700623,139.770294

This will point the Lat long in the map with the address and distance.

Expected: To display the store name along with address and distance
In Apple maps to display the store name along with address and distance with Map URL constructed
 
 
Q