Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codenameone/CodenameOne
/ getPosition
Method
getPosition
CodenameOne/src/com/codename1/maps/Marker.java:57–59 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
55
56
/// The marker location.
57
public
LatLng getPosition() {
58
return
position;
59
}
60
61
/// Moves the marker to a new location.
62
public
void
setPosition(LatLng position) {
Callers
4
replayMarkers
Method · 0.95
addMarker
Method · 0.95
handleTap
Method · 0.95
markerOptionsBuildsMarkerWithDefaults
Method · 0.95
Calls
no outgoing calls
Tested by
1
markerOptionsBuildsMarkerWithDefaults
Method · 0.76