var instance; // Type: wijmo.maps.ILayerOptions; var value; // Type: string value = instance.type;
var type : string;
The type of the wijmaps layer. Possible values are: <ul> <li>vector: The vector layer. Used to draw a shape or placemark. </li> <li>items: The items layer. Draw user defined items in the map. </li> <li>virtual: The virual layer. Similar to items layer. Can draw different items in diffrent zoom.</li> <li>custom: The user customized layer. </li> </ul>
var instance; // Type: wijmo.maps.ILayerOptions; var value; // Type: string value = instance.type;
var type : string;