|
Online Maps v3
|
A link to an external resource (Web page, digital photo, video clip, etc) with additional information. More...
Public Member Functions | |
| Link (string href) | |
| Constructor. | |
| Link (OnlineMapsXML node) | |
| Creates instance and loads the data from the node. | |
Public Attributes | |
| string | href |
| URL of hyperlink. | |
| string | text |
| Text of hyperlink. | |
| string | type |
| Mime type of content (image/jpeg) | |
A link to an external resource (Web page, digital photo, video clip, etc) with additional information.
| OnlineMapsGPXObject.Link.Link | ( | string | href | ) |
Constructor.
| href | URL of hyperlink. |
| OnlineMapsGPXObject.Link.Link | ( | OnlineMapsXML | node | ) |
Creates instance and loads the data from the node.
| node | Link node |