Template:Zh GoogleMap Description Route/ru: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary |
||
Line 1: | Line 1: | ||
- | == Creating Route == | ||
The route means automatic routing between way points (this functionality is present in the Google Maps API as a Directions API). | |||
We turn to the tab "Routes". | |||
[[File:GM-Route-List.JPG]] | |||
Enter any number of routes with reference to a specific map. | |||
Field Route - the route is entered for each route point in double quotes ("), the separator between two points is a semicolon (;) | |||
=== Route properties === | |||
[[File:GM-Route-Detail-RouteDetails.JPG]] | |||
{|class="zhpropertytable" | |||
|- | |||
|class="zhproperty"|Title||class="zhdescription"|Route Title | |||
|- | |||
|class="zhproperty"|Description||class="zhdescription"|Description | |||
|- | |||
|class="zhproperty"|Published||class="zhdescription"|Published | |||
|- | |||
|class="zhproperty"|Travel Mode||class="zhdescription"|Travel Mode specifies what mode of transport to use when calculating directions | |||
|- | |||
|class="zhproperty"|Unit System||class="zhdescription"|The unit system to use when displaying distance | |||
|- | |||
|class="zhproperty"|Route||class="zhdescription"|Route | |||
|- | |||
|class="zhproperty"|Provide Route Alternatives||class="zhdescription"|Provide Route Alternatives specifies that the Directions service may provide more than one route alternative in the response. | |||
|- | |||
|class="zhproperty"|Avoid Highways||class="zhdescription"|If true, the routes between origins and destinations will be calculated to avoid highways where possible. | |||
|- | |||
|class="zhproperty"|Avoid Tolls||class="zhdescription"|If true, the directions between points will be calculated using non-toll routes, if possible. | |||
|- | |||
|class="zhproperty"|Optimize Waypoints||class="zhdescription"|Optimize Waypoints to allow the Directions service to optimize the provided route by rearranging the waypoints in a more efficient order. | |||
|- | |||
|class="zhproperty"|Map Title||class="zhdescription"|Title of the map, where route would be displayed | |||
|- | |||
|class="zhproperty"|Show Type||class="zhdescription"|Map bounds for fitting the route<br /> | |||
* '''Zoom''' - Zoom to fit bounds of route | |||
* '''Unchange''' - Do not change viewport | |||
|- | |||
|class="zhproperty"|Draggable||class="zhdescription"|If true, allows the user to drag and modify the paths of routes | |||
|- | |||
|class="zhproperty"|Show Panel||class="zhdescription"|Allow to show route panel to display the directions steps | |||
|- | |||
|class="zhproperty"|Category||class="zhdescription"|The category that this route is assigned to | |||
|} |
Revision as of 11:43, 12 November 2011
Creating Route
The route means automatic routing between way points (this functionality is present in the Google Maps API as a Directions API).
We turn to the tab "Routes".
Enter any number of routes with reference to a specific map.
Field Route - the route is entered for each route point in double quotes ("), the separator between two points is a semicolon (;)
Route properties
Title | Route Title |
Description | Description |
Published | Published |
Travel Mode | Travel Mode specifies what mode of transport to use when calculating directions |
Unit System | The unit system to use when displaying distance |
Route | Route |
Provide Route Alternatives | Provide Route Alternatives specifies that the Directions service may provide more than one route alternative in the response. |
Avoid Highways | If true, the routes between origins and destinations will be calculated to avoid highways where possible. |
Avoid Tolls | If true, the directions between points will be calculated using non-toll routes, if possible. |
Optimize Waypoints | Optimize Waypoints to allow the Directions service to optimize the provided route by rearranging the waypoints in a more efficient order. |
Map Title | Title of the map, where route would be displayed |
Show Type | Map bounds for fitting the route
|
Draggable | If true, allows the user to drag and modify the paths of routes |
Show Panel | Allow to show route panel to display the directions steps |
Category | The category that this route is assigned to |