public static abstract @interface

TencentMapResource.ResourceFrom

implements Annotation
com.tencent.tencentmap.mapsdk.maps.TencentMapResource.ResourceFrom

Summary

Constants
int ASSET
int FILE
int JSON
int RAW
[Expand]
Inherited Methods
From interface java.lang.annotation.Annotation

Constants

public static final int ASSET

Constant Value: -1 (0xffffffff)

public static final int FILE

Constant Value: 2 (0x00000002)

public static final int JSON

Constant Value: 3 (0x00000003)

public static final int RAW

Constant Value: 1 (0x00000001)