instance method Marker#getProperties
Marker#getProperties() → Object
Returns the object containing the properties for this marker that were retrieved in the last request,
as defined by MapController#setMarkerProperties.
Prefer Marker#getProperty if you're only interested in a specific propery.
Example
marker.getProperties();
// -> { firstName: "Bob", age: 50 }