Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Maps4HTML/MapML.js
/ path
Function
path
src/mapml/features/path.js:483–485 ·
view source on GitHub ↗
(markup, options)
Source
from the content-addressed store, hash-verified
481
* @returns {M.Path}
482
*/
483
export
var
path =
function
(markup, options) {
484
return
new
Path(markup, options);
485
};
Callers
1
MapFeatureLayer.js
File · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected