hubermedia documentation 2015 html
CreateShape Method

Erzeugt ein IShape anhand des ShapeType.
Syntax
ASP.NET Ajax Javascript (Specification) 
function CreateShape( 
   type : ShapeType,
   (parameter array) points : LatLong[]
) : IShape;
ASP.NET Ajax Javascript (Usage) 
var resultVar = instanceOfMiniMap.CreateShape(ShapeType,LatLong[]);

Parameters

type
Typ des Shapes (Pin, Polyline, Polygon)
points
Array mit Koordinaten. Es ist auch die Angabe eines einzelnen LatLong-Objektes möglich

Return Value

Pin-Objekt
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

MiniMap class
MiniMap Members

 

 


© 2018 All Rights Reserved.

Send comments on this topic.