Skip to content

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.Latitude

Contains the latitude of the location to show.

Example:

latitude = bubble.Latitude;

###Longitude

double bubble.Longitude

Contains the width of the bubbles sticker image in pixels.

Example:

longitude = bubble.Longitude;

###Name

string bubble.Name

The location's name.

Example:

id = bubble.Name;
//id is now equal to Berlin

###Thumbnail

byte[] bubble.Thumbnail

The stickers static image path.

Example:

thumbnail = bubble.Thumbnail;
//thumbnail is now equal to the map's thumbnail

Clone this wiki locally