What is the event for android device like we have MAP_WILL_MOVE(iOS) for ios?

I am newbie in ionic app development and I am on way to develop a location based app. The problem is with map plugin cordova. In ios when i scroll the map to get the center location an event gets triggered MAP_WILL_MOVE(iOS) which gives me the center lat long and its not working in android device because obvious its for iOS. What is the similar event which can be used to get the latlong in android device.
Thanks in advance!!!