Sha256: d40038d88c52347c0e0b346adcb1552a4ce7eab904d6f3d3d74f03b42b61ed52

Contents?: true

Size: 273 Bytes

Versions: 65

Compression:

Stored size: 273 Bytes

Contents

package com.rhomobile.rhodes.mapview;

public class Annotation {
	public String type = null;
	public double latitude = 0;
	public double longitude = 0;
	public String address = null;
	public String title = null;
	public String subtitle = null;
	public String url = null;
}

Version data entries

65 entries across 65 versions & 1 rubygems

Version Path
rhodes-3.0.2 platform/android/Rhodes/src/com/rhomobile/rhodes/mapview/Annotation.java
rhodes-3.0.2.beta.1 platform/android/Rhodes/src/com/rhomobile/rhodes/mapview/Annotation.java
rhodes-3.0.1 platform/android/Rhodes/src/com/rhomobile/rhodes/mapview/Annotation.java
rhodes-3.0.1.beta.8 platform/android/Rhodes/src/com/rhomobile/rhodes/mapview/Annotation.java
rhodes-3.0.1.beta.7 platform/android/Rhodes/src/com/rhomobile/rhodes/mapview/Annotation.java
rhodes-3.0.1.beta.6 platform/android/Rhodes/src/com/rhomobile/rhodes/mapview/Annotation.java
rhodes-3.0.1.beta.5 platform/android/Rhodes/src/com/rhomobile/rhodes/mapview/Annotation.java
rhodes-3.0.1.beta.4 platform/android/Rhodes/src/com/rhomobile/rhodes/mapview/Annotation.java
rhodes-3.0.1.beta.3 platform/android/Rhodes/src/com/rhomobile/rhodes/mapview/Annotation.java
rhodes-3.0.1.beta.2 platform/android/Rhodes/src/com/rhomobile/rhodes/mapview/Annotation.java
rhodes-3.0.0 platform/android/Rhodes/src/com/rhomobile/rhodes/mapview/Annotation.java
rhodes-3.0.0.beta.7 platform/android/Rhodes/src/com/rhomobile/rhodes/mapview/Annotation.java
rhodes-3.0.0.beta.6 platform/android/Rhodes/src/com/rhomobile/rhodes/mapview/Annotation.java
rhodes-3.0.0.beta.5 platform/android/Rhodes/src/com/rhomobile/rhodes/mapview/Annotation.java
rhodes-3.0.0.beta.4 platform/android/Rhodes/src/com/rhomobile/rhodes/mapview/Annotation.java
rhodes-3.0.0.beta.3 platform/android/Rhodes/src/com/rhomobile/rhodes/mapview/Annotation.java
rhodes-3.0.0.beta.2 platform/android/Rhodes/src/com/rhomobile/rhodes/mapview/Annotation.java
rhodes-3.0.0.beta.1 platform/android/Rhodes/src/com/rhomobile/rhodes/mapview/Annotation.java
rhodes-2.4.1 platform/android/Rhodes/src/com/rhomobile/rhodes/mapview/Annotation.java
rhodes-2.4.1.beta.1 platform/android/Rhodes/src/com/rhomobile/rhodes/mapview/Annotation.java