Skip to content

Commit

Permalink
GMapMarker: Make Position virtual
Browse files Browse the repository at this point in the history
This allows custom positioning logci per marker: for instance a marker type
could have it's position set once and not be allowed to move.
  • Loading branch information
kjeremy authored and meee1 committed Nov 24, 2015
1 parent e3d9158 commit 2c1d621
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ internal set
}

private PointLatLng position;
public PointLatLng Position
public virtual PointLatLng Position
{
get
{
Expand Down

0 comments on commit 2c1d621

Please sign in to comment.