MapPoint Constructor | |
Create simple map point with latitude and longitude optional title, content window and this width
Namespace:
SIC.Map.Models
Assembly:
SIC.Map (in SIC.Map.dll) Version: 19.1.21.1 (19.1.21.658)
Syntax public MapPoint(
double pLatitude,
double pLongitude,
string pTitle = "",
string pContent = "",
int pWidth = 400
)
Public Sub New (
pLatitude As Double,
pLongitude As Double,
Optional pTitle As String = "",
Optional pContent As String = "",
Optional pWidth As Integer = 400
)
Parameters
- pLatitude
- Type: SystemDouble
Latitude - pLongitude
- Type: SystemDouble
Longitude - pTitle (Optional)
- Type: SystemString
Title - pContent (Optional)
- Type: SystemString
Content - pWidth (Optional)
- Type: SystemInt32
Max width from content window with default value
See Also