()
| 65 | |
| 66 | /// The marker icon, or `null` to use the surface's default pin. |
| 67 | public EncodedImage getIcon() { |
| 68 | return icon; |
| 69 | } |
| 70 | |
| 71 | /// The marker title shown in an info window (provider dependent). |
| 72 | public String getTitle() { |
no outgoing calls