-
Notifications
You must be signed in to change notification settings - Fork 30
Bubble Type: Location Bubble
Sebastian Walker edited this page Oct 29, 2015
·
2 revisions
LocationBubble.cs
##Description The location bubble is used for displaying a location on a map.
##Special Properties
The following properties are special to this bubble type. In addition, there are bubble properties which apply to all bubble types. Those are listed here.
###Latitude
double bubble.LatitudeContains the latitude of the location to show.
Example:
latitude = bubble.Latitude;###Longitude
double bubble.LongitudeContains the width of the bubbles sticker image in pixels.
Example:
longitude = bubble.Longitude;###Name
string bubble.NameThe location's name.
Example:
id = bubble.Name;
//id is now equal to Berlin###Thumbnail
byte[] bubble.ThumbnailThe stickers static image path.
Example:
thumbnail = bubble.Thumbnail;
//thumbnail is now equal to the map's thumbnail© The Disa Open Source Project
If you have any questions please contact [email protected]!
