Locate on a map Free parking spaces for powered two-wheelers in Nantes.
A tap on a marker displays a site's description:
★ Address
★ seats capacity (Warning: this is not a statement of available seats)
----- Notes for use by developers and integrators -----
Provided they are present on the device, the application starts on click of a link of the form places: //motorbike.parking/fr/nantes
It is also callable from another application by the code:
startActivity (new Intent (Intent.ACTION_VIEW, Uri.parse ( "places: //motorbike.parking/fr/nantes")));
Optionally, you can specify on which preferential geographical center the map by a parameter ll = latitude, longitude
For example: places: //motorbike.parking/fr/nantes ll = 47.21, -1.55?