Map customization examples



In this example the address fields are preset.

<iframe src="https://map.bikecitizens.net/embedded?cccode=de-bremen&addr0=Vor%20Stephanitor%2012&addr1=Rheinstra%C3%9Fe%202" height="550px" width="100%" frameborder="0"></iframe>


In this example the destination address fields is preset and the map start view is set to a specific latitude/longitude location.

<iframe src="https://map.bikecitizens.net/embedded?cccode=de-bremen&addr1=Vor%20Stephanitor%2012&lat=53.08179&amp;lon=8.79252&amp;zoom=16" height="550px" width="100%" frameborder="0"></iframe>


In this example a start address is preset and a value for the minutes is supplied, activating the 5 minutes by bike mode.

<iframe src="https://map.bikecitizens.net/embedded?cccode=de-bremen&addr0=Vor%20Stephanitor%2012&minutes=5" height="550px" width="100%" frameborder="0"></iframe>


In this example the bike profile is set to "mountain bike" and the routing profile is set to "fast".

<iframe src="https://map.bikecitizens.net/embedded?cccode=de-bremen&routing_profile=2&bike_profile=0" height="550px" width="100%" frameborder="0"></iframe>

Back